paper-with-me

홈 › Papers

Seg-MoE: Multi-Resolution Segment-wise Mixture-of-Experts for Time Series Forecasting Transformers

2026-01-29 · Evandro S. Ortigossa, Eran Segal arxiv

Transformer-based models have recently made significant advances in accurate time-series forecasting, but even these architectures struggle to scale efficiently while capturing long-term temporal dynamics. Mixture-of-Experts (MoE) layers are a proven solution to scaling problems in natural language processing. However, existing MoE approaches for time-series forecasting rely on token-wise routing mechanisms, which may fail to exploit the natural locality and continuity of temporal data. In this work, we introduce Seg-MoE, a sparse MoE design that routes and processes contiguous time-step segments rather than making independent expert decisions. Token segments allow each expert to model intra-segment interactions directly, naturally aligning with inherent temporal patterns. We integrate Seg-MoE layers into a time-series Transformer and evaluate it on multiple multivariate long-term forecasting benchmarks. Seg-MoE consistently achieves state-of-the-art forecasting accuracy across almost all prediction horizons, outperforming both dense Transformers and prior token-wise MoE models. Comprehensive ablation studies confirm that segment-level routing is the key factor driving these gains. Our results show that aligning the MoE routing granularity with the inherent structure of time series provides a powerful, yet previously underexplored, inductive bias, opening new avenues for conditionally sparse architectures in sequential data modeling.

📄 PDF Abstract BibTeX arXiv:2601.21641

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Forecasting

Similar Papers 제목 키워드 기반

See More Details: Efficient Image Super-Resolution by Experts Mining

2024-02-05 · Eduard Zamfir, Zongwei Wu, Nancy Mehta, Yulun Zhang 외

Reconstructing high-resolution (HR) images from low-resolution (LR) inputs poses a significant challenge in image super-resolution (SR). While recent approaches have demonstrated the efficacy of intricate operations cust…

Image Super-ResolutionSuper-Resolution

Patch-MoE Mamba: A Patch-Ordered Mixture-of-Experts State Space Architecture for Medical Image Segmentation

2026-05-18 · Diego Adame, Fabian Vazquez, Jose A. Nunez, Huimin Li 외 arxiv

CNN- and Transformer-based architectures have achieved strong performance in medical image segmentation, but CNNs are limited in modeling long-range dependencies, while Transformers often suffer from quadratic computatio…

Medical Image SegmentationSkin Lesion SegmentationPolyp Segmentation

Generalizable Slum Detection from Satellite Imagery with Mixture-of-Experts

2025-11-13 · Sumin Lee, Sungwon Park, Jeasurk Yang, Jihee Kim 외 arxiv

Satellite-based slum segmentation holds significant promise in generating global estimates of urban poverty. However, the morphological heterogeneity of informal settlements presents a major challenge, hindering the abil…

Test-time Adaptation

AT-MoE: Adaptive Task-planning Mixture of Experts via LoRA Approach

2024-10-12 · Xurui Li, Juanjuan Yao

The advent of Large Language Models (LLMs) has ushered in a new era of artificial intelligence, with the potential to transform various sectors through automation and insightful analysis. The Mixture of Experts (MoE) arc…

Mixture-of-ExpertsTask Planning

Extracting Uncertainty Estimates from Mixtures of Experts for Semantic Segmentation

2025-09-05 · Svetlana Pavlitska, Beyza Keskin, Alwin Faßbender, Christian Hubschneider 외 arxiv

Estimating accurate and well-calibrated predictive uncertainty is important for enhancing the reliability of computer vision models, especially in safety-critical applications like traffic scene perception. While ensembl…

Semantic Segmentation