LGMLJul 6, 2020

Adaptive Graph Convolutional Recurrent Network for Traffic Forecasting

arXiv:2007.02842v21927 citations
AI Analysis

This work addresses traffic forecasting for urban planning and management by enabling more accurate predictions without relying on pre-defined spatial graphs, though it is incremental in enhancing graph neural networks.

The paper tackled traffic forecasting by proposing an adaptive graph convolutional recurrent network (AGCRN) that learns node-specific patterns and automatically infers spatial dependencies without pre-defined graphs, achieving state-of-the-art performance on two real-world datasets with significant improvements.

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 capture fine-grained spatial and temporal correlations in traffic series automatically based on the two modules and recurrent networks. Our experiments on two real-world traffic datasets show AGCRN outperforms state-of-the-art by a significant margin without pre-defined graphs about spatial connections.

Code Implementations3 repos
Foundations

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

Your Notes