TL;DR
This paper introduces a scalable structural recurrent neural network that effectively models spatio-temporal traffic data for short-term prediction, outperforming existing methods and adaptable to different road networks.
Contribution
The paper proposes a novel scalable SRNN architecture that captures spatio-temporal interactions in traffic data using a graph-based approach, with fixed-size tensors for different network topologies.
Findings
SRNN outperforms CapsNet by 14.1% in RMSE
SRNN outperforms CNN by 5.87% in RMSE
Model trained on one network predicts traffic on others
Abstract
This paper presents a scalable deep learning approach for short-term traffic prediction based on historical traffic data in a vehicular road network. Capturing the spatio-temporal relationship of the big data often requires a significant amount of computational burden or an ad-hoc design aiming for a specific type of road network. To tackle the problem, we combine a road network graph with recurrent neural networks (RNNs) to construct a structural RNN (SRNN). The SRNN employs a spatio-temporal graph to infer the interaction between adjacent road segments as well as the temporal dynamics of the time series data. The model is scalable thanks to two key aspects. First, the proposed SRNN architecture is built by using the semantic similarity of the spatio-temporal dynamic interactions of all segments. Second, we design the architecture to deal with fixed-length tensors regardless of the…
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
MethodsCapsule Network
