Multi-View Fusion Neural Network for Traffic Demand Prediction
Dongran Zhang, Jun Li

TL;DR
This paper introduces a multi-view fusion neural network that combines local and global spatial features with heterogeneous temporal features to improve traffic demand prediction accuracy.
Contribution
The proposed MVFN model integrates GCN, CLA, and multi-channel temporal convolutions to better capture complex spatial-temporal dependencies in traffic data.
Findings
Achieved state-of-the-art prediction accuracy on two traffic datasets.
Effectively captures both local and global spatial features.
Models heterogeneous temporal variations for improved performance.
Abstract
The extraction of spatial-temporal features is a crucial research in transportation studies, and current studies typically use a unified temporal modeling mechanism and fixed spatial graph for this purpose. However, the fixed spatial graph restricts the extraction of spatial features for similar but not directly connected nodes, while the unified temporal modeling mechanism overlooks the heterogeneity of temporal variation of different nodes. To address these challenges, a multi-view fusion neural network (MVFN) approach is proposed. In this approach, spatial local features are extracted through the use of a graph convolutional network (GCN), and spatial global features are extracted using a cosine re-weighting linear attention mechanism (CLA). The GCN and CLA are combined to create a graph-cosine module (GCM) for the extraction of overall spatial features. Additionally, 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTraffic Prediction and Management Techniques
MethodsSoftmax · Attention Is All You Need · Graph Convolutional Network
