paper-with-me

홈 › Papers

Moirai-MoE: Empowering Time Series Foundation Models with Sparse Mixture of Experts

2024-10-14 · Xu Liu, Juncheng Liu, Gerald Woo, Taha Aksu, Yuxuan Liang, Roger Zimmermann, Chenghao Liu, Silvio Savarese, Caiming Xiong, Doyen Sahoo

Time series foundation models have demonstrated impressive performance as zero-shot forecasters. However, achieving effectively unified training on time series remains an open challenge. Existing approaches introduce some level of model specialization to account for the highly heterogeneous nature of time series data. For instance, Moirai pursues unified training by employing multiple input/output projection layers, each tailored to handle time series at a specific frequency. Similarly, TimesFM maintains a frequency embedding dictionary for this purpose. We identify two major drawbacks to this human-imposed frequency-level model specialization: (1) Frequency is not a reliable indicator of the underlying patterns in time series. For example, time series with different frequencies can display similar patterns, while those with the same frequency may exhibit varied patterns. (2) Non-stationarity is an inherent property of real-world time series, leading to varied distributions even within a short context window of a single time series. Frequency-level specialization is too coarse-grained to capture this level of diversity. To address these limitations, this paper introduces Moirai-MoE, using a single input/output projection layer while delegating the modeling of diverse time series patterns to the sparse mixture of experts (MoE) within Transformers. With these designs, Moirai-MoE reduces reliance on human-defined heuristics and enables automatic token-level specialization. Extensive experiments on 39 datasets demonstrate the superiority of Moirai-MoE over existing foundation models in both in-distribution and zero-shot scenarios. Furthermore, this study conducts comprehensive model analyses to explore the inner workings of time series MoE foundation models and provides valuable insights for future research.

📄 PDF Abstract BibTeX arXiv:2410.10469

Code (1)

SalesforceAIResearch/uni2ts jax

Tasks

Mixture-of-ExpertsTime Series

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

Moirai 2.0: When Less Is More for Time Series Forecasting

2025-11-12 · Chenghao Liu, Taha Aksu, Juncheng Liu, Xu Liu 외 arxiv

We introduce Moirai 2.0, a decoder-only time-series foundation model trained on a new corpus of 36M series. The model adopts quantile forecasting and multi-token prediction, improving both probabilistic accuracy and infe…

Time Series Forecasting

Time Series Foundation Models are Flow Predictors

2025-07-01 · Massimiliano Luca, Ciro Beneduce, Bruno Lepri arxiv

We investigate the effectiveness of time series foundation models (TSFMs) for crowd flow prediction, focusing on Moirai and TimesFM. Evaluated on three real-world mobility datasets-Bike NYC, Taxi Beijing, and Spanish nat…

Zero-Shot Heart Rate Variability Forecasting from Consumer Wearables Using Time Series Foundation Models

2026-07-22 · Luukas Peräkylä, Fahad Sohrab, Ville Hautamäki, Merja Heinäniemi 외 arxiv

Short-term Heart Rate Variability (HRV) forecasting could provide clinicians with actionable lead time for detecting autonomic dysfunction and adverse cardiac events. Consumer wearable devices generate fragmented, artifa…

Low-Rank Adaptation of Time Series Foundational Models for Out-of-Domain Modality Forecasting

2024-05-16 · Divij Gupta, Anubhav Bhatti, Suraj Parmar, Chen Dan 외

Low-Rank Adaptation (LoRA) is a widely used technique for fine-tuning large pre-trained or foundational models across different modalities and tasks. However, its application to time series data, particularly within foun…

Time Series

Evaluating Spatio-Temporal Forecasting Trade-offs Between Graph Neural Networks and Foundation Models

2025-11-07 · Ragini Gupta, Naman Raina, Bo Chen, Li Chen 외 arxiv

Modern IoT deployments for environmental sensing produce high volume spatiotemporal data to support downstream tasks such as forecasting, typically powered by machine learning models. While existing filtering and strateg…