GMAN: A Graph Multi-Attention Network for Traffic Prediction
Chuanpan Zheng, Xiaoliang Fan, Cheng Wang, and Jianzhong Qi

TL;DR
This paper introduces GMAN, a graph multi-attention network that models spatio-temporal factors for accurate long-term traffic prediction, outperforming existing methods on real-world datasets.
Contribution
The paper proposes a novel encoder-decoder architecture with spatio-temporal attention blocks and a transform attention layer to improve traffic prediction accuracy.
Findings
GMAN outperforms state-of-the-art methods by up to 4% in MAE for 1-hour ahead predictions.
The model effectively captures spatio-temporal dependencies in traffic data.
Experimental results validate GMAN's superiority on real-world traffic datasets.
Abstract
Long-term traffic prediction is highly challenging due to the complexity of traffic systems and the constantly changing nature of many impacting factors. In this paper, we focus on the spatio-temporal factors, and propose a graph multi-attention network (GMAN) to predict traffic conditions for time steps ahead at different locations on a road network graph. GMAN adapts an encoder-decoder architecture, where both the encoder and the decoder consist of multiple spatio-temporal attention blocks to model the impact of the spatio-temporal factors on traffic conditions. The encoder encodes the input traffic features and the decoder predicts the output sequence. Between the encoder and the decoder, a transform attention layer is applied to convert the encoded traffic features to generate the sequence representations of future time steps as the input of the decoder. The transform attention…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTraffic Prediction and Management Techniques · Traffic control and management · Transportation Planning and Optimization
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Multi-Attention Network
