Pattern-Matching Dynamic Memory Network for Dual-Mode Traffic Prediction
Wenchao Weng, Mei Wu, Hanyu Jiang, Wanzeng Kong, Xiangjie Kong, Feng, Xia

TL;DR
This paper introduces PM-DMNet, a lightweight, efficient traffic prediction model that captures traffic patterns with reduced complexity and incorporates target information for improved accuracy.
Contribution
The paper presents a novel dynamic memory network for traffic prediction that reduces computational complexity and integrates target-aware prediction methods.
Findings
Outperforms existing models on benchmark datasets
Achieves O(N) complexity in traffic pattern capturing
Effectively incorporates target information for trend prediction
Abstract
In recent years, deep learning has increasingly gained attention in the field of traffic prediction. Existing traffic prediction models often rely on GCNs or attention mechanisms with O(N^2) complexity to dynamically extract traffic node features, which lack efficiency and are not lightweight. Additionally, these models typically only utilize historical data for prediction, without considering the impact of the target information on the prediction. To address these issues, we propose a Pattern-Matching Dynamic Memory Network (PM-DMNet). PM-DMNet employs a novel dynamic memory network to capture traffic pattern features with only O(N) complexity, significantly reducing computational overhead while achieving excellent performance. The PM-DMNet also introduces two prediction methods: Recursive Multi-step Prediction (RMP) and Parallel Multi-step Prediction (PMP), which leverage the time…
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
TopicsTraffic Prediction and Management Techniques · Neural Networks and Applications
MethodsAttention Is All You Need · Softmax · Gated Recurrent Unit · Memory Network · ALIGN · Dynamic Memory Network
