Traffic Prediction

114 papers with code • 32 benchmarks • 18 datasets

Traffic Prediction is a task that involves forecasting traffic conditions, such as the volume of vehicles and travel time, in a specific area or along a particular road. This task is important for optimizing transportation systems and reducing traffic congestion.

( Image credit: BaiduTraffic )

Libraries

Use these libraries to find Traffic Prediction models and implementations

Most implemented papers

Sequence to Sequence Learning with Neural Networks

bentrevett/pytorch-seq2seq NeurIPS 2014

Our method uses a multilayered Long Short-Term Memory (LSTM) to map the input sequence to a vector of a fixed dimensionality, and then another deep LSTM to decode the target sequence from the vector.

Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting

liyaguang/DCRNN ICLR 2018

Spatiotemporal forecasting has various applications in neuroscience, climate and transportation domain.

T-GCN: A Temporal Graph ConvolutionalNetwork for Traffic Prediction

lehaifeng/T-GCN 12 Nov 2018

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.

Graph WaveNet for Deep Spatial-Temporal Graph Modeling

nnzhan/Graph-WaveNet 31 May 2019

Spatial-temporal graph modeling is an important task to analyze the spatial relations and temporal trends of components in a system.

GMAN: A Graph Multi-Attention Network for Traffic Prediction

zhengchuanpan/GMAN 11 Nov 2019

Between the encoder and the decoder, a transform attention layer is applied to convert the encoded traffic features to generate the sequence representations of future time steps as the input of the decoder.

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

VeritasYin/STGCN_IJCAI-18 14 Sep 2017

Timely accurate traffic forecast is crucial for urban traffic control and guidance.

Revisiting Spatial-Temporal Similarity: A Deep Learning Framework for Traffic Prediction

tangxianfeng/STDN 3 Mar 2018

Although both factors have been considered in modeling, existing works make strong assumptions about spatial dependence and temporal dynamics, i. e., spatial dependence is stationary in time, and temporal dynamics is strictly periodical.

Incrementally Improving Graph WaveNet Performance on Traffic Prediction

sshleifer/Graph-WaveNet 11 Dec 2019

We present a series of modifications which improve upon Graph WaveNet's previously state-of-the-art performance on the METR-LA traffic prediction task.

Adaptive Graph Convolutional Recurrent Network for Traffic Forecasting

LeiBAI/AGCRN NeurIPS 2020

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.

SCINet: Time Series Modeling and Forecasting with Sample Convolution and Interaction

cure-lab/SCINet 17 Jun 2021

One unique property of time series is that the temporal relations are largely preserved after downsampling into two sub-sequences.