paper-with-me

Papers

DMGCRN: Dynamic Multi-Graph Convolution Recurrent Network for Traffic Forecasting

2021-12-04 · Yanjun Qin, Yuchen Fang, Haiyong Luo, Fang Zhao, Chenxing Wang

Traffic forecasting is a problem of intelligent transportation systems (ITS) and crucial for individuals and public agencies. Therefore, researches pay great attention to deal with the complex spatio-temporal dependencies of traffic system for accurate forecasting. However, there are two challenges: 1) Most traffic forecasting studies mainly focus on modeling correlations of neighboring sensors and ignore correlations of remote sensors, e.g., business districts with similar spatio-temporal patterns; 2) Prior methods which use static adjacency matrix in graph convolutional networks (GCNs) are not enough to reflect the dynamic spatial dependence in traffic system. Moreover, fine-grained methods which use self-attention to model dynamic correlations of all sensors ignore hierarchical information in road networks and have quadratic computational complexity. In this paper, we propose a novel dynamic multi-graph convolution recurrent network (DMGCRN) to tackle above issues, which can model the spatial correlations of distance, the spatial correlations of structure, and the temporal correlations simultaneously. We not only use the distance-based graph to capture spatial information from nodes are close in distance but also construct a novel latent graph which encoded the structure correlations among roads to capture spatial information from nodes are similar in structure. Furthermore, we divide the neighbors of each sensor into coarse-grained regions, and dynamically assign different weights to each region at different times. Meanwhile, we integrate the dynamic multi-graph convolution network into the gated recurrent unit (GRU) to capture temporal dependence. Extensive experiments on three real-world traffic datasets demonstrate that our proposed algorithm outperforms state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2112.02264

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Attention-based Dynamic Graph Convolutional Recurrent Neural Network for Traffic Flow Prediction in Highway Transportation

2023-09-13 · Tianpu Zhang, Weilong Ding, Mengda Xing

As one of the important tools for spatial feature extraction, graph convolution has been applied in a wide range of fields such as traffic flow prediction. However, current popular works of graph convolution cannot guara…

Dynamic Scenario Representation Learning for Motion Forecasting with Heterogeneous Graph Convolutional Recurrent Networks

2023-03-08 · Xing Gao, Xiaogang Jia, Yikang Li, Hongkai Xiong

Due to the complex and changing interactions in dynamic scenarios, motion forecasting is a challenging problem in autonomous driving. Most existing works exploit static road graphs to characterize scenarios and are limit…

Autonomous DrivingDecoderMotion ForecastingRepresentation Learning+1

Structured Sequence Modeling with Graph Convolutional Recurrent Networks

2016-12-22 · Youngjoo Seo, Michaël Defferrard, Pierre Vandergheynst, Xavier Bresson

This paper introduces Graph Convolutional Recurrent Network (GCRN), a deep learning model able to predict structured sequences of data. Precisely, GCRN is a generalization of classical recurrent neural networks (RNN) to …

Language ModelingLanguage Modelling

A Decomposition Dynamic graph convolutional recurrent network for traffic forecasting

2023-05-01 · Pattern Recognition 2023 5 · Wenchao Weng; Jin Fan; Huifeng Wu; Yujie Hu; Hao Tian; Fu Zhu; Jia Wu

Our daily lives are greatly impacted by traffic conditions, making it essential to have accurate predictions of traffic flow within a road network. Traffic signals used for forecasting are usually generated by sensors al…

Traffic Prediction

Attention-based Spatial-Temporal Graph Convolutional Recurrent Networks for Traffic Forecasting

2023-02-25 · Haiyang Liu, Chunjiang Zhu, Detian Zhang, Qing Li

Traffic forecasting is one of the most fundamental problems in transportation science and artificial intelligence. The key challenge is to effectively model complex spatial-temporal dependencies and correlations in moder…