Adaptive Graph Convolutional Recurrent Network for Traffic Forecasting
Lei Bai, Lina Yao, Can Li, Xianzhi Wang, Can Wang

TL;DR
This paper introduces AGCRN, a novel traffic forecasting model that learns node-specific patterns and infers inter-dependencies automatically, eliminating the need for pre-defined spatial graphs and improving prediction accuracy.
Contribution
The paper proposes two adaptive modules, NAPL and DAGG, integrated into an RNN framework to enhance graph convolutional networks for traffic prediction.
Findings
AGCRN outperforms state-of-the-art models on real-world datasets.
Eliminates reliance on pre-defined spatial graphs.
Automatically captures fine-grained spatial-temporal correlations.
Abstract
Modeling complex spatial and temporal correlations in the correlated time series data is indispensable for understanding the traffic dynamics and predicting the future status of an evolving traffic system. Recent works focus on designing complicated graph neural network architectures to capture shared patterns with the help of pre-defined graphs. In this paper, we argue that learning node-specific patterns is essential for traffic forecasting while the pre-defined graph is avoidable. To this end, we propose two adaptive modules for enhancing Graph Convolutional Network (GCN) with new capabilities: 1) a Node Adaptive Parameter Learning (NAPL) module to capture node-specific patterns; 2) a Data Adaptive Graph Generation (DAGG) module to infer the inter-dependencies among different traffic series automatically. We further propose an Adaptive Graph Convolutional Recurrent Network (AGCRN) to…
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
Taxonomy
TopicsTraffic Prediction and Management Techniques · Advanced Graph Neural Networks · Complex Network Analysis Techniques
MethodsGraph Neural Network
