Dynamic multi-graph neural network for traffic flow prediction incorporating traffic accidents
Traffic flow forecasting is the foundation of intelligent transportation development and an important task in realizing intelligent transportation services. This task is challenging due to the complex spatiotemporal dependencies between road nodes and some other external factors. Most existing GCN-based methods usually use a single and fixed adjacency matrix to characterize the global spatiotemporal relationship of road networks, which limits the expressiveness of the model in different scenarios and ignores the dynamic nature of node relationships that change over time. In addition, sudden traffic accidents may also cause fluctuations in traffic flow in the short term, which may affect the accuracy of the model prediction. To address the above problems, this paper proposes a dynamic multi-graph neural network (DMGNN) incorporating traffic accidents for multi-step traffic flow prediction. First, to provide richer prior knowledge for the model, we construct multiple graphs to represent various contextual dependencies among nodes. Second, we designed a dynamic graph adjustment module to update the adjacency matrix used in each training step. Finally, we build a deep learning framework based on GAT and Bi-LSTM to focus on local fluctuations caused by traffic incidents and to extract sophisticated spatiotemporal correlations between data. We conducted extensive experiments on two real traffic datasets to evaluate the model, and the ablation experiments verified the effectiveness of each module. On the standard public dataset PEMSD3, compared to the optimal baseline model, our model improves the RMSE, MAE, and MAPE of the multi-step prediction by about 21%, 21%, and 22%, respectively.
Code (0)
등록된 구현이 없습니다.
Tasks
Graph Neural NetworkMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Dynamic Spatio-temporal Graph-based CNNs for Traffic Prediction
Forecasting future traffic flows from previous ones is a challenging problem because of their complex and dynamic nature of spatio-temporal structures. Most existing graph-based CNNs attempt to capture the static relatio…
PredictionTraffic PredictionSFADNet: Spatio-temporal Fused Graph based on Attention Decoupling Network for Traffic Prediction
In recent years, traffic flow prediction has played a crucial role in the management of intelligent transportation systems. However, traditional prediction methods are often limited by static spatial modeling, making it …
ManagementPredictionTime SeriesTraffic PredictionPKET-GCN: Prior knowledge enhanced time-varying graph convolution network for traffic flow prediction
Due to prediction on the traffic flow is influenced by the real environment and historical data, the produced traffic graph may include significant uncertainty. The graph convolution operation is widely used in traffic f…
PDG2Seq: Periodic Dynamic Graph to Sequence Model for Traffic Flow Prediction
Traffic flow prediction is the foundation of intelligent traffic management systems. Current methods prioritize the development of intricate models to capture spatio-temporal correlations, yet they often neglect the expl…
feature selectionGraph-to-SequenceTraffic PredictionTransport-Hub-Aware Spatial-Temporal Adaptive Graph Transformer for Traffic Flow Prediction
As a core technology of Intelligent Transportation System (ITS), traffic flow prediction has a wide range of applications. Traffic flow data are spatial-temporal, which are not only correlated to spatial locations in roa…
Incremental LearningKnowledge DistillationPrediction