TL;DR
This paper introduces USTGCN, a unified spatio-temporal graph convolution network that captures complex traffic patterns more effectively than previous separate spatial and temporal models, improving accuracy and efficiency.
Contribution
The paper proposes a novel unified model that performs simultaneous spatial and temporal aggregation using spectral graph convolution, capturing daily and weekly patterns for traffic forecasting.
Findings
Outperforms state-of-the-art models on PeMS datasets
Reduces training time significantly
Effectively captures daily and weekly traffic patterns
Abstract
Research in deep learning models to forecast traffic intensities has gained great attention in recent years due to their capability to capture the complex spatio-temporal relationships within the traffic data. However, most state-of-the-art approaches have designed spatial-only (e.g. Graph Neural Networks) and temporal-only (e.g. Recurrent Neural Networks) modules to separately extract spatial and temporal features. However, we argue that it is less effective to extract the complex spatio-temporal relationship with such factorized modules. Besides, most existing works predict the traffic intensity of a particular time interval only based on the traffic data of the previous one hour of that day. And thereby ignores the repetitive daily/weekly pattern that may exist in the last hour of data. Therefore, we propose a Unified Spatio-Temporal Graph Convolution Network (USTGCN) for traffic…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConvolution
