English

ms-Mamba: Multi-scale Mamba for Time-Series Forecasting

Machine Learning 2026-03-06 v2 Artificial Intelligence

Abstract

The problem of Time-series Forecasting is generally addressed by recurrent, Transformer-based and the recently proposed Mamba-based architectures. However, existing architectures generally process their input at a single temporal scale, which may be sub-optimal for many tasks where information changes over multiple time scales. In this paper, we introduce a novel architecture called Multi-scale Mamba (ms-Mamba) to address this gap. ms-Mamba incorporates multiple temporal scales by using multiple Mamba blocks with different sampling rates (Δ\Deltas). Our experiments on many benchmarks demonstrate that ms-Mamba outperforms state-of-the-art approaches, including the recently proposed Transformer-based and Mamba-based models. For example, on the Solar-Energy dataset, ms-Mamba outperforms its closest competitor S-Mamba (0.229 vs. 0.240 in terms of mean-squared error) while using fewer parameters (3.53M vs. 4.77M), less memory (13.46MB vs. 18.18MB), and less operations (14.93G vs. 20.53G MACs), averaged across four forecast lengths. Codes and models will be made available.

Keywords

Cite

@article{arxiv.2504.07654,
  title  = {ms-Mamba: Multi-scale Mamba for Time-Series Forecasting},
  author = {Yusuf Meric Karadag and Ismail Talaz and Ipek Gursel Dino and Sinan Kalkan},
  journal= {arXiv preprint arXiv:2504.07654},
  year   = {2026}
}

Comments

14 pages. Accepted for publication in Neurocomputing

R2 v1 2026-06-28T22:53:31.624Z