LGFeb 21, 2023

A Dynamic Temporal Self-attention Graph Convolutional Network for Traffic Prediction

arXiv:2302.10428v12 citationsh-index: 10
Originality Incremental advance
AI Analysis

This work addresses traffic prediction for intelligent transportation systems, representing an incremental improvement by enhancing spatial modeling with trainable attention scores.

The paper tackled the problem of inaccurate spatial dependency modeling in traffic prediction by proposing a dynamic temporal self-attention graph convolutional network (DT-SGN), which achieved superior performance over state-of-the-art models on real-world datasets.

Accurate traffic prediction in real time plays an important role in Intelligent Transportation System (ITS) and travel navigation guidance. There have been many attempts to predict short-term traffic status which consider the spatial and temporal dependencies of traffic information such as temporal graph convolutional network (T-GCN) model and convolutional long short-term memory (Conv-LSTM) model. However, most existing methods use simple adjacent matrix consisting of 0 and 1 to capture the spatial dependence which can not meticulously describe the urban road network topological structure and the law of dynamic change with time. In order to tackle the problem, this paper proposes a dynamic temporal self-attention graph convolutional network (DT-SGN) model which considers the adjacent matrix as a trainable attention score matrix and adapts network parameters to different inputs. Specially, self-attention graph convolutional network (SGN) is chosen to capture the spatial dependence and the dynamic gated recurrent unit (Dynamic-GRU) is chosen to capture temporal dependence and learn dynamic changes of input data. Experiments demonstrate the superiority of our method over state-of-art model-driven model and data-driven models on real-world traffic datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes