GAMMA-Net: Adaptive Long-Horizon Traffic Spatio-Temporal Forecasting Model based on Interleaved Graph Attention and Multi-Axis Mamba

arXiv cs.AI / 4/21/2026

📰 NewsDeveloper Stack & InfrastructureSignals & Early TrendsModels & Research

Key Points

  • The paper proposes GAMMA-Net, a long-horizon traffic spatio-temporal forecasting model that combines Graph Attention Networks (GAT) with multi-axis Mamba (selective state space models) to better capture complex dependencies in traffic data.
  • The GAT component adaptively reweights the influence of nodes in the traffic graph, enabling dynamic spatial dependency modeling conditioned on real-time conditions.
  • The Mamba module is designed to model long-term temporal and spatial dynamics efficiently, avoiding the high computational cost typical of conventional recurrent architectures.
  • Experiments on multiple benchmark datasets (METR-LA, PEMS-BAY, PEMS03/04/07/08) show GAMMA-Net achieves up to a 16.25% MAE reduction versus baseline state-of-the-art methods across various prediction horizons.
  • Ablation results confirm that both the spatial (GAT) and temporal (Mamba) components contribute critically and complement each other to improve forecasting accuracy.

Abstract

Accurate traffic forecasting is crucial for intelligent transportation systems, supporting effective traffic management, congestion reduction, and informed urban planning. However, traditional models often fail to adequately capture the intricate spatio-temporal dependencies present in traffic data. To overcome these limitations, we introduce GAMMA-Net, a novel approach that integrates Graph Attention Networks (GAT) with multi-axis Selective State Space Models (Mamba). The GAT component uses a self-attention mechanism to dynamically adjust the influence of nodes within the traffic network, enabling adaptive spatial dependency modeling based on real-time conditions. Simultaneously, the Mamba module efficiently models long-term temporal and spatial dynamics without the heavy computational cost of conventional recurrent architectures. Extensive experiments on several benchmark traffic datasets, including METR-LA, PEMS-BAY, PEMS03, PEMS04, PEMS07, and PEMS08, show that GAMMA-Net consistently outperforms existing state-of-the-art models across different prediction horizons, achieving up to a 16.25% reduction in Mean Absolute Error (MAE) compared to baseline models. Ablation studies highlight the critical contributions of both the spatial and temporal components, emphasizing their complementary role in improving prediction accuracy. In conclusion, the GAMMA-Net model sets a new standard in traffic forecasting, offering a powerful tool for next-generation traffic management and urban planning. The code for this study is available at https://github.com/hdy6438/GAMMA-Net