LSGCN: Long Short-Term Traffic Prediction with Graph Convolutional Networks

Abstract

Traffic prediction is a classical spatial-temporal prediction problem with many real-world applications such as intelligent route planning, dynamic traffic management, and smart location-based applications. Due to the high nonlinearity and complexity of traffic data, deep learning approaches have attracted much interest in recent years. However, few methods are satisfied with both long and short-term prediction tasks. Target at the shortcomings of existing studies, in this paper, we propose a novel deep learning framework called Long Short-term Graph Convolutional Networks (LSGCN) to tackle both traffic prediction tasks. In our framework, we propose a new graph attention network called cosAtt, and integrate both cosAtt and graph convolution networks (GCN) into a spatial gated block. By the spatial gated block and gated linear units convolution (GLU), LSGCN can efficiently capture complex spatial-temporal features and obtain stable prediction results. Experiments with three real-world traffic datasets verify the effectiveness of LSGCN.

Cite

Text

Huang et al. "LSGCN: Long Short-Term Traffic Prediction with Graph Convolutional Networks." International Joint Conference on Artificial Intelligence, 2020. doi:10.24963/IJCAI.2020/326

Markdown

[Huang et al. "LSGCN: Long Short-Term Traffic Prediction with Graph Convolutional Networks." International Joint Conference on Artificial Intelligence, 2020.](https://mlanthology.org/ijcai/2020/huang2020ijcai-lsgcn/) doi:10.24963/IJCAI.2020/326

BibTeX

@inproceedings{huang2020ijcai-lsgcn,
  title     = {{LSGCN: Long Short-Term Traffic Prediction with Graph Convolutional Networks}},
  author    = {Huang, Rongzhou and Huang, Chuyin and Liu, Yubao and Dai, Genan and Kong, Weiyang},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {2355-2361},
  doi       = {10.24963/IJCAI.2020/326},
  url       = {https://mlanthology.org/ijcai/2020/huang2020ijcai-lsgcn/}
}