Adaptive Graph Spatial-Temporal Transformer Network for Traffic Flow Forecasting
Aosong Feng, Leandros Tassiulas

TL;DR
This paper introduces ASTTN, a novel transformer-based model that directly captures complex spatial-temporal dependencies in traffic flow data using local multi-head self-attention and adaptive graphs, leading to improved forecasting accuracy.
Contribution
The paper proposes a new adaptive graph spatial-temporal transformer network that models direct spatial-temporal correlations with local attention and adaptive graphs, outperforming existing methods.
Findings
ASTTN achieves superior accuracy on multiple traffic datasets.
The model effectively captures complex spatial-temporal dependencies.
Experimental results demonstrate significant performance improvements.
Abstract
Traffic flow forecasting on graphs has real-world applications in many fields, such as transportation system and computer networks. Traffic forecasting can be highly challenging due to complex spatial-temporal correlations and non-linear traffic patterns. Existing works mostly model such spatial-temporal dependencies by considering spatial correlations and temporal correlations separately and fail to model the direct spatial-temporal correlations. Inspired by the recent success of transformers in the graph domain, in this paper, we propose to directly model the cross-spatial-temporal correlations on the spatial-temporal graph using local multi-head self-attentions. To reduce the time complexity, we set the attention receptive field to the spatially neighboring nodes, and we also introduce an adaptive graph to capture the hidden spatial-temporal dependencies. Based on these 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 · Advanced Graph Neural Networks · Human Mobility and Location-Based Analysis
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Softmax · Dense Connections · Absolute Position Encodings · Dropout · Byte Pair Encoding · Position-Wise Feed-Forward Layer · Adam
