Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Pattern-Matching Dynamic Memory Network for Dual-Mode Traffic Prediction

About

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 features of the prediction targets to assist in the forecasting process. Furthermore, a transfer attention mechanism is integrated into PMP, transforming historical data features to better align with the predicted target states, thereby capturing trend changes more accurately and reducing errors. Extensive experiments demonstrate the superiority of the proposed model over existing benchmarks. The source codes are available at: https://github.com/wengwenchao123/PM-DMNet.

Wenchao Weng, Mei Wu, Hanyu Jiang, Wanzeng Kong, Xiangjie Kong, Feng Xia• 2024

Related benchmarks

TaskDatasetResultRank
Traffic ForecastingPeMSD4
MAE18.34
28
Traffic Flow ForecastingPeMS08
RMSE23.22
26
Traffic Flow PredictionPEMSD7
RMSE33.15
19
Traffic Speed PredictionPeMSD7 M
RMSE5.33
19
Traffic Speed PredictionPeMSD7 (L)
RMSE5.79
19
Traffic Demand PredictionNYC-Bike 16
RMSE2.5631
13
Traffic Demand PredictionNYC-Taxi 16
RMSE8.4659
13
Traffic Demand PredictionNYC-Bike 14
RMSE5.8656
13
Traffic Demand PredictionNYC-Bike15
RMSE3.5302
13
Traffic Demand PredictionNYC-Taxi 15
RMSE14.636
13
Showing 10 of 10 rows

Other info

Code

Follow for update