Table of Contents
Fetching ...

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.

DTMamba : Dual Twin Mamba for Time Series Forecasting

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.
Paper Structure (37 sections, 4 equations, 8 figures, 5 tables, 1 algorithm)

This paper contains 37 sections, 4 equations, 8 figures, 5 tables, 1 algorithm.

Figures (8)

  • Figure 1: Overall structure of DTMamba.
  • Figure 2: Details of TMamba Block.
  • Figure 4: Sensitivity of Dropouts
  • Figure 5: Sensitivity of Linear's Parameters
  • Figure 6: Sensitive of Mamba Dimension Expansion Factor
  • ...and 3 more figures

Theorems & Definitions (1)

  • definition 1: Multivariate Time Series