DeMa: Dual-Path Delay-Aware Mamba for Efficient Multivariate Time Series Analysis
Rui An, Haohao Qu, Wenqi Fan, Xuequn Shang, Qing Li
TL;DR
DeMa addresses scalable, accurate multivariate time series analysis by decoupling intra-series temporal dynamics from inter-series cross-variate interactions using a dual-path backbone. It introduces Mamba-SSD for temporal modeling and Mamba-DALA for delay-aware cross-variate attention, integrated through DuoMNet blocks and an Adaptive Fourier Filter to separate spectral content. The approach achieves state-of-the-art results across forecasting, imputation, anomaly detection, and classification tasks while maintaining linear-time complexity $O(2NLd^2)$ per block, enabling efficient training on long horizons and large-scale MTS. The work demonstrates strong practical impact for real-world, high-dimensional MTS applications by delivering both accuracy gains and substantial efficiency improvements over Transformer-based and prior Mamba-based methods.
Abstract
Accurate and efficient multivariate time series (MTS) analysis is increasingly critical for a wide range of intelligent applications. Within this realm, Transformers have emerged as the predominant architecture due to their strong ability to capture pairwise dependencies. However, Transformer-based models suffer from quadratic computational complexity and high memory overhead, limiting their scalability and practical deployment in long-term and large-scale MTS modeling. Recently, Mamba has emerged as a promising linear-time alternative with high expressiveness. Nevertheless, directly applying vanilla Mamba to MTS remains suboptimal due to three key limitations: (i) the lack of explicit cross-variate modeling, (ii) difficulty in disentangling the entangled intra-series temporal dynamics and inter-series interactions, and (iii) insufficient modeling of latent time-lag interaction effects. These issues constrain its effectiveness across diverse MTS tasks. To address these challenges, we propose DeMa, a dual-path delay-aware Mamba backbone. DeMa preserves Mamba's linear-complexity advantage while substantially improving its suitability for MTS settings. Specifically, DeMa introduces three key innovations: (i) it decomposes the MTS into intra-series temporal dynamics and inter-series interactions; (ii) it develops a temporal path with a Mamba-SSD module to capture long-range dynamics within each individual series, enabling series-independent, parallel computation; and (iii) it designs a variate path with a Mamba-DALA module that integrates delay-aware linear attention to model cross-variate dependencies. Extensive experiments on five representative tasks, long- and short-term forecasting, data imputation, anomaly detection, and series classification, demonstrate that DeMa achieves state-of-the-art performance while delivering remarkable computational efficiency.
