DTMamba : Dual Twin Mamba for Time Series Forecasting
Zexue Wu, Yifeng Gong, Aoqian Zhang
TL;DR
DTMamba addresses the challenge of long-term multivariate time series forecasting by extending the Mamba framework with RevIN normalization, Channel Independence, and dual TMamba blocks. The method integrates Embedding layers, residual connections, dropout, and a projection layer to produce accurate forecasts, while ensuring scalable computation through a novel twin Mamba architecture. Empirical results across six real-world datasets and multiple baselines demonstrate state-of-the-art performance and robustness, with ablations confirming the value of channel independence and residuals. The work offers a practical, scalable approach for high-quality multivariate LTSF with potential impact on finance, energy, weather, and more.
Abstract
We utilized the Mamba model for time series data prediction tasks, and the experimental results indicate that our model performs well.
