paper-with-me

Papers

A novel hybrid time-varying graph neural network for traffic flow forecasting

2024-01-17 · Ben-Ao Dai, Bao-Lin Ye, Lingxi Li

Real-time and precise traffic flow prediction is vital for the efficiency of intelligent transportation systems. Traditional methods often employ graph neural networks (GNNs) with predefined graphs to describe spatial correlations among traffic nodes in urban road networks. However, these pre-defined graphs are limited by existing knowledge and graph generation methodologies, offering an incomplete picture of spatial correlations. While time-varying graphs based on data-driven learning have attempted to address these limitations, they still struggle with adequately capturing the inherent spatial correlations in traffic data. Moreover, most current methods for capturing dynamic temporal correlations rely on a unified calculation scheme using a temporal multi-head self-attention mechanism, which at some level might leads to inaccuracies. In order to overcome these challenges, we have proposed a novel hybrid time-varying graph neural network (HTVGNN) for traffic flow prediction. Firstly, a novel enhanced temporal perception multi-head self-attention mechanism based on time-varying mask enhancement was reported to more accurately model the dynamic temporal dependencies among distinct traffic nodes in the traffic network. Secondly, we have proposed a novel graph learning strategy to concurrently learn both static and dynamic spatial associations between different traffic nodes in road networks. Meanwhile, in order to enhance the learning ability of time-varying graphs, a coupled graph learning mechanism was designed to couple the graphs learned at each time step. Finally, the effectiveness of the proposed method HTVGNN was demonstrated with four real data sets. Simulation results revealed that HTVGNN achieves superior prediction accuracy compared to the state of the art spatio-temporal graph neural network models. Additionally, the ablation experiment verifies that the coupled graph learning mechanism can effectively improve the long-term prediction performance of HTVGNN.

📄 PDF Abstract BibTeX arXiv:2401.10155

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningGraph Neural NetworkTraffic Prediction

Methods 이 논문이 사용한 방법론

L1 Regularization $L_{1}$ Regularization is a regularization technique applied to the weights of a neural network. We minimize a loss function compromising both the primary loss function and a…
Adaptive Masking 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

PKET-GCN: Prior knowledge enhanced time-varying graph convolution network for traffic flow prediction

2023-04-01 · 2023 2023 4 · Yinxin Bao, Jiali Liu, Qinqin Shen, Yang Cao 외

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…

A Hybrid Traffic Speed Forecasting Approach Integrating Wavelet Transform and Motif-based Graph Convolutional Recurrent Neural Network

2019-04-14 · Na Zhang, Xuefeng Guan, Jun Cao, Xinglei Wang 외

Traffic forecasting is crucial for urban traffic management and guidance. However, existing methods rarely exploit the time-frequency properties of traffic speed observations, and often neglect the propagation of traffic…

Management

TrafficKAN-GCN: Graph Convolutional-based Kolmogorov-Arnold Network for Traffic Flow Optimization

2025-03-05 · Jiayi Zhang, Yiming Zhang, Yuan Zheng, Yuchen Wang 외

Urban traffic optimization is critical for improving transportation efficiency and alleviating congestion, particularly in large-scale dynamic networks. Traditional methods, such as Dijkstra's and Floyd's algorithms, pro…

Computational EfficiencyGraph LearningKolmogorov-Arnold NetworksTraffic Prediction

Motorway Traffic Flow Prediction using Advanced Deep Learning

2019-07-15 · Adriana-Simona Mihaita, Haowen Li, Zongyang He, Marian-Andrei Rizoiu

Congestion prediction represents a major priority for traffic management centres around the world to ensure timely incident response handling. The increasing amounts of generated traffic data have been used to train mach…

Deep LearningManagementPrediction

Differentiable Hybrid Traffic Simulation

2022-10-14 · Sanghyun Son, Yi-Ling Qiao, Jason Sewall, Ming C. Lin

We introduce a novel differentiable hybrid traffic simulator, which simulates traffic using a hybrid model of both macroscopic and microscopic models and can be directly integrated into a neural network for traffic contr…