LGMLSep 14, 2017

Spatio-Temporal Graph Convolutional Networks: A Deep Learning Framework for Traffic Forecasting

arXiv:1709.04875v44955 citations
AI Analysis

This work addresses the problem of accurate mid-and-long term traffic forecasting for urban traffic control, representing a novel method for a known bottleneck in the domain.

The authors tackled traffic forecasting by proposing Spatio-Temporal Graph Convolutional Networks (STGCN), a deep learning framework that formulates the problem on graphs to capture spatio-temporal dependencies, resulting in faster training with fewer parameters and outperforming state-of-the-art baselines on real-world datasets.

Timely accurate traffic forecast is crucial for urban traffic control and guidance. Due to the high nonlinearity and complexity of traffic flow, traditional methods cannot satisfy the requirements of mid-and-long term prediction tasks and often neglect spatial and temporal dependencies. In this paper, we propose a novel deep learning framework, Spatio-Temporal Graph Convolutional Networks (STGCN), to tackle the time series prediction problem in traffic domain. Instead of applying regular convolutional and recurrent units, we formulate the problem on graphs and build the model with complete convolutional structures, which enable much faster training speed with fewer parameters. Experiments show that our model STGCN effectively captures comprehensive spatio-temporal correlations through modeling multi-scale traffic networks and consistently outperforms state-of-the-art baselines on various real-world traffic datasets.

Code Implementations7 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes