Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

T-GCN: A Temporal Graph ConvolutionalNetwork for Traffic Prediction

About

Accurate and real-time traffic forecasting plays an important role in the Intelligent Traffic System and is of great significance for urban traffic planning, traffic management, and traffic control. However, traffic forecasting has always been considered an open scientific issue, owing to the constraints of urban road network topological structure and the law of dynamic change with time, namely, spatial dependence and temporal dependence. To capture the spatial and temporal dependence simultaneously, we propose a novel neural network-based traffic forecasting method, the temporal graph convolutional network (T-GCN) model, which is in combination with the graph convolutional network (GCN) and gated recurrent unit (GRU). Specifically, the GCN is used to learn complex topological structures to capture spatial dependence and the gated recurrent unit is used to learn dynamic changes of traffic data to capture temporal dependence. Then, the T-GCN model is employed to traffic forecasting based on the urban road network. Experiments demonstrate that our T-GCN model can obtain the spatio-temporal correlation from traffic data and the predictions outperform state-of-art baselines on real-world traffic datasets. Our tensorflow implementation of the T-GCN is available at https://github.com/lehaifeng/T-GCN.

Ling Zhao, Yujiao Song, Chao Zhang, Yu Liu, Pu Wang, Tao Lin, Min Deng, Haifeng Li• 2018

Related benchmarks

TaskDatasetResultRank
Node ClassificationReddit (test)--
134
Node ClassificationDBLP (test)--
70
Traffic PredictionLos-loop
RMSE5.1264
65
Traffic PredictionSZ-taxi
RMSE3.9162
65
Spatio-temporal forecastingChickenpox Hungary
MSE1.111
28
Spatio-temporal forecastingWikipedia Math
MSE0.764
28
Spatio-temporal forecastingPedalMe London
MSE1.481
28
Short-term Traffic ForecastingHong Kong Traffic Flow Jan 11, 2022 (test)
MAE22.39
15
Global Temperature PredictionWeatherBench 12 → 12 frames (test)
MAE3.8638
15
Node ClassificationTmall (test)
Average Accuracy60
15
Showing 10 of 24 rows

Other info

Code

Follow for update