LGApr 24, 2024

Bi-Mamba+: Bidirectional Mamba for Time Series Forecasting

arXiv:2404.15772v329 citationsh-index: 4
Originality Incremental advance
AI Analysis

This work addresses long-term dependencies in time series forecasting, an incremental improvement over existing Mamba and Transformer models for applications like trend analysis.

The paper tackles long-term time series forecasting by proposing Bi-Mamba+, a bidirectional Mamba model with a forget gate to better preserve historical information and a decider for adaptive tokenization, achieving more accurate predictions than state-of-the-art methods on 8 real-world datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes