scispace - formally typeset
Open AccessJournal ArticleDOI

T-GCN: A Temporal Graph Convolutional Network for Traffic Prediction

TLDR
In this article, a novel neural network-based traffic forecasting method, the temporal graph convolutional network (T-GCN) model, which is combined with the graph convolutionsal network and the gated recurrent unit (GRU), is proposed.
Abstract
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. To capture the spatial and temporal dependences simultaneously, we propose a novel neural network-based traffic forecasting method, the temporal graph convolutional network (T-GCN) model, which is combined with the graph convolutional network (GCN) and the gated recurrent unit (GRU). Specifically, the GCN is used to learn complex topological structures for capturing spatial dependence and the gated recurrent unit is used to learn dynamic changes of traffic data for capturing 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://www.github.com/lehaifeng/T-GCN .

read more

Citations
More filters
Proceedings ArticleDOI

Traffic Flow Prediction via Spatial Temporal Graph Neural Network

TL;DR: A novel spatial temporal graph neural network for traffic flow prediction, which can comprehensively capture spatial and temporal patterns and provides a sequential component to model the traffic flow dynamics which can exploit both local and global temporal dependencies.
Journal ArticleDOI

Revisiting Graph Based Collaborative Filtering: A Linear Residual Graph Convolutional Network Approach

TL;DR: LR-GCCF as mentioned in this paper revisited GCN based CF models from two aspects, and empirically showed that removing non-linearities would enhance recommendation performance, which is consistent with the theories in simple graph convolutional networks.
Posted Content

Revisiting Graph based Collaborative Filtering: A Linear Residual Graph Convolutional Network Approach

TL;DR: This paper revisits GCN based CF models from two aspects and proposes a residual network structure that is specifically designed for CF with user-item interaction modeling, which alleviates the over smoothing problem in graph convolution aggregation operation with sparse user- item interaction data.
Journal ArticleDOI

Traffic transformer: Capturing the continuity and periodicity of time series for traffic forecasting

TL;DR: This work proposes a novel deep learning architecture called Traffic Transformer to capture the continuity and periodicity of time series and to model spatial dependency, taking inspiration from Google’s Transformer framework for machine translation.
Journal ArticleDOI

Urban flow prediction from spatiotemporal data using machine learning: A survey

TL;DR: Wang et al. as mentioned in this paper introduced four main factors affecting urban flow, and partitioned the preparation process of multi-source spatiotemporal data related with urban flow into three groups: mobile phone data, taxi trajectories data, metro/bus swiping data, bike-sharing data.
References
More filters
Journal ArticleDOI

Long short-term memory

TL;DR: A novel, efficient, gradient based method called long short-term memory (LSTM) is introduced, which can learn to bridge minimal time lags in excess of 1000 discrete-time steps by enforcing constant error flow through constant error carousels within special units.
Posted Content

Semi-Supervised Classification with Graph Convolutional Networks

TL;DR: A scalable approach for semi-supervised learning on graph-structured data that is based on an efficient variant of convolutional neural networks which operate directly on graphs which outperforms related methods by a significant margin.
Journal ArticleDOI

Mastering the game of Go with deep neural networks and tree search

TL;DR: Using this search algorithm, the program AlphaGo achieved a 99.8% winning rate against other Go programs, and defeated the human European Go champion by 5 games to 0.5, the first time that a computer program has defeated a human professional player in the full-sized game of Go.
Journal ArticleDOI

A tutorial on support vector regression

TL;DR: This tutorial gives an overview of the basic ideas underlying Support Vector (SV) machines for function estimation, and includes a summary of currently used algorithms for training SV machines, covering both the quadratic programming part and advanced methods for dealing with large datasets.
Posted Content

Empirical evaluation of gated recurrent neural networks on sequence modeling

TL;DR: These advanced recurrent units that implement a gating mechanism, such as a long short-term memory (LSTM) unit and a recently proposed gated recurrent unit (GRU), are found to be comparable to LSTM.
Related Papers (5)