LGAIJun 9, 2025

STAMImputer: Spatio-Temporal Attention MoE for Traffic Data Imputation

arXiv:2506.08054v27 citationsh-index: 14Has CodeIJCAI
AI Analysis

This work addresses traffic data imputation for intelligent transportation systems, offering an incremental improvement by dynamically capturing spatio-temporal features.

The paper tackles traffic data imputation by proposing STAMImputer, a model that uses a Mixture of Experts framework and a dynamic graph attention mechanism to handle block-wise missing data and nonstationary traffic patterns, achieving significant performance improvements over state-of-the-art methods on four datasets.

Traffic data imputation is fundamentally important to support various applications in intelligent transportation systems such as traffic flow prediction. However, existing time-to-space sequential methods often fail to effectively extract features in block-wise missing data scenarios. Meanwhile, the static graph structure for spatial feature propagation significantly constrains the models flexibility in handling the distribution shift issue for the nonstationary traffic data. To address these issues, this paper proposes a SpatioTemporal Attention Mixture of experts network named STAMImputer for traffic data imputation. Specifically, we introduce a Mixture of Experts (MoE) framework to capture latent spatio-temporal features and their influence weights, effectively imputing block missing. A novel Low-rank guided Sampling Graph ATtention (LrSGAT) mechanism is designed to dynamically balance the local and global correlations across road networks. The sampled attention vectors are utilized to generate dynamic graphs that capture real-time spatial correlations. Extensive experiments are conducted on four traffic datasets for evaluation. The result shows STAMImputer achieves significantly performance improvement compared with existing SOTA approaches. Our codes are available at https://github.com/RingBDStack/STAMImupter.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes