LGAIDec 19, 2023

Dynamic Frequency Domain Graph Convolutional Network for Traffic Forecasting

arXiv:2312.11933v124 citationsh-index: 22ICASSP
Originality Incremental advance
AI Analysis

This work addresses traffic prediction for transportation systems, but it is incremental as it builds on existing graph convolution methods with specific enhancements.

The paper tackled traffic forecasting by addressing time-shift and noise issues in spatial dependency modeling, resulting in a model that outperforms baselines on four real-world datasets.

Complex spatial dependencies in transportation networks make traffic prediction extremely challenging. Much existing work is devoted to learning dynamic graph structures among sensors, and the strategy of mining spatial dependencies from traffic data, known as data-driven, tends to be an intuitive and effective approach. However, Time-Shift of traffic patterns and noise induced by random factors hinder data-driven spatial dependence modeling. In this paper, we propose a novel dynamic frequency domain graph convolution network (DFDGCN) to capture spatial dependencies. Specifically, we mitigate the effects of time-shift by Fourier transform, and introduce the identity embedding of sensors and time embedding when capturing data for graph learning since traffic data with noise is not entirely reliable. The graph is combined with static predefined and self-adaptive graphs during graph convolution to predict future traffic data through classical causal convolutions. Extensive experiments on four real-world datasets demonstrate that our model is effective and outperforms the baselines.

Code Implementations1 repo
Foundations

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

Your Notes