UniMamba: A Unified Spatial-Temporal Modeling Framework with State-Space and Attention Integration

arXiv cs.LG / 4/21/2026

📰 NewsModels & Research

Key Points

  • UniMamba is a unified framework for multivariate time-series forecasting that combines state-space dynamics with attention-based dependency learning.
  • It introduces a Mamba Variate-Channel Encoding Layer enhanced with FFT-Laplace Transform and a TCN to capture global temporal dependencies efficiently.
  • A Spatial Temporal Attention Layer is used to jointly model inter-variable correlations and how those relationships evolve over time.
  • An additional Feedforward Temporal Dynamics Layer fuses continuous and discrete contexts to improve forecasting accuracy.
  • Experiments on eight public benchmark datasets show UniMamba achieves stronger forecasting performance than prior state-of-the-art methods while also improving computational efficiency for long sequences.

Abstract

Multivariate time series forecasting is fundamental to numerous domains such as energy, finance, and environmental monitoring, where complex temporal dependencies and cross-variable interactions pose enduring challenges. Existing Transformer-based methods capture temporal correlations through attention mechanisms but suffer from quadratic computational cost, while state-space models like Mamba achieve efficient long-context modeling yet lack explicit temporal pattern recognition. Therefore we introduce UniMamba, a unified spatial-temporal forecasting framework that integrates efficient state-space dynamics with attention-based dependency learning. UniMamba employs a Mamba Variate-Channel Encoding Layer enhanced with FFT-Laplace Transform and TCN to capture global temporal dependencies, and a Spatial Temporal Attention Layer to jointly model inter-variate correlations and temporal evolution. A Feedforward Temporal Dynamics Layer further fuses continuous and discrete contexts for accurate forecasting. Comprehensive experiments on eight public benchmark datasets demonstrate that UniMamba consistently outperforms state-of-the-art forecasting models in both forecasting accuracy and computational efficiency, establishing a scalable and robust solution for long-sequence multivariate time-series prediction.