English

Bi-Mamba+: Bidirectional Mamba for Time Series Forecasting

Machine Learning 2024-06-28 v3

Abstract

Long-term time series forecasting (LTSF) provides longer insights into future trends and patterns. Over the past few years, deep learning models especially Transformers have achieved advanced performance in LTSF tasks. However, LTSF faces inherent challenges such as long-term dependencies capturing and sparse semantic characteristics. Recently, a new state space model (SSM) named Mamba is proposed. With the selective capability on input data and the hardware-aware parallel computing algorithm, Mamba has shown great potential in balancing predicting performance and computational efficiency compared to Transformers. To enhance Mamba's ability to preserve historical information in a longer range, we design a novel Mamba+ block by adding a forget gate inside Mamba to selectively combine the new features with the historical features in a complementary manner. Furthermore, we apply Mamba+ both forward and backward and propose Bi-Mamba+, aiming to promote the model's ability to capture interactions among time series elements. Additionally, multivariate time series data in different scenarios may exhibit varying emphasis on intra- or inter-series dependencies. Therefore, we propose a series-relation-aware decider that controls the utilization of channel-independent or channel-mixing tokenization strategy for specific datasets. Extensive experiments on 8 real-world datasets show that our model achieves more accurate predictions compared with state-of-the-art methods.

Keywords

Cite

@article{arxiv.2404.15772,
  title  = {Bi-Mamba+: Bidirectional Mamba for Time Series Forecasting},
  author = {Aobo Liang and Xingguo Jiang and Yan Sun and Xiaohou Shi and Ke Li},
  journal= {arXiv preprint arXiv:2404.15772},
  year   = {2024}
}

Comments

New Mamba-based architecture. All experiments rerun

R2 v1 2026-06-28T16:04:55.114Z