Urban Traffic Flow Forecast Based on FastGCRNN
Ya Zhang, Mingming Lu, Haifeng Li

TL;DR
This paper introduces FastGCRNN, a novel neural network model that efficiently captures spatial-temporal dependencies in large-scale urban traffic networks, reducing computational costs while maintaining high accuracy.
Contribution
The paper proposes FastGCRNN, combining importance sampling in FastGCN with GRU and Seq2Seq, to improve large-scale traffic flow forecasting efficiency.
Findings
Reduces computational complexity and memory usage
Maintains high accuracy in large-scale traffic datasets
Effective in modeling spatial-temporal traffic dependencies
Abstract
Traffic forecasting is an important prerequisite for the application of intelligent transportation systems in urban traffic networks. The existing works adopted RNN and CNN/GCN, among which GCRN is the state of art work, to characterize the temporal and spatial correlation of traffic flows. However, it is hard to apply GCRN to the large scale road networks due to high computational complexity. To address this problem, we propose to abstract the road network into a geometric graph and build a Fast Graph Convolution Recurrent Neural Network (FastGCRNN) to model the spatial-temporal dependencies of traffic flow. Specifically, We use FastGCN unit to efficiently capture the topological relationship between the roads and the surrounding roads in the graph with reducing the computational complexity through importance sampling, combine GRU unit to capture the temporal dependency of 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTraffic Prediction and Management Techniques · Transportation Planning and Optimization · Human Mobility and Location-Based Analysis
MethodsFastGCN · Sigmoid Activation · Tanh Activation · Long Short-Term Memory · Convolution · Gated Recurrent Unit · Sequence to Sequence
