CVAILGOct 19, 2021

DetectorNet: Transformer-enhanced Spatial Temporal Graph Neural Network for Traffic Prediction

arXiv:2111.00869v131 citations
Originality Incremental advance
AI Analysis

This work addresses traffic congestion prediction for road users, but it is incremental as it builds on existing spatial-temporal graph neural networks with transformer enhancements.

The paper tackled traffic prediction by addressing the limitations of static road network modeling in capturing dynamic spatial-temporal correlations, and proposed DetectorNet, which outperformed eleven advanced baselines on two public datasets.

Detectors with high coverage have direct and far-reaching benefits for road users in route planning and avoiding traffic congestion, but utilizing these data presents unique challenges including: the dynamic temporal correlation, and the dynamic spatial correlation caused by changes in road conditions. Although the existing work considers the significance of modeling with spatial-temporal correlation, what it has learned is still a static road network structure, which cannot reflect the dynamic changes of roads, and eventually loses much valuable potential information. To address these challenges, we propose DetectorNet enhanced by Transformer. Differs from previous studies, our model contains a Multi-view Temporal Attention module and a Dynamic Attention module, which focus on the long-distance and short-distance temporal correlation, and dynamic spatial correlation by dynamically updating the learned knowledge respectively, so as to make accurate prediction. In addition, the experimental results on two public datasets and the comparison results of four ablation experiments proves that the performance of DetectorNet is better than the eleven advanced baselines.

Foundations

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

Your Notes