paper-with-me

Papers

RGDAN: A random graph diffusion attention network for traffic prediction

2024-01-16 · journal 2024 1 · Jin Fan, Wenchao Weng, Hao Tian, Huifeng Wu, Fu Zhu, Jia Wu

Traffic Prediction based on graph structures is a challenging task given that road networks are typically complex structures and the data to be analyzed contains variable temporal features. Further, the quality of the spatial feature extraction is highly dependent on the weight settings of the graph structures. In the transportation field, the weights of these graph structures are currently calculated based on factors like the distance between roads. However, these methods do not take into account the characteristics of the road itself or the correlations between different traffic flows. Existing approaches usually pay more attention to local spatial dependencies extraction while global spatial dependencies are ignored. Another major problem is how to extract sufficient information at limited depth of graph structures. To address these challenges, we propose a Random Graph Diffusion Attention Network (RGDAN) for traffic prediction. RGDAN comprises a graph diffusion attention module and a temporal attention module. The graph diffusion attention module can adjust its weights by learning from data like a CNN to capture more realistic spatial dependencies. The temporal attention module captures the temporal correlations. Experiments on three large-scale public datasets demonstrate that RGDAN produces predictions with 2%–5% more precision than state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (1)

wengwenchao123/RGDAN pytorch

Tasks

Traffic Prediction

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting

2017-07-06 · ICLR 2018 1 · Yaguang Li, Rose Yu, Cyrus Shahabi, Yan Liu

Spatiotemporal forecasting has various applications in neuroscience, climate and transportation domain. Traffic forecasting is one canonical example of such learning task. The task is challenging due to (1) complex spati…

DecoderMultivariate Time Series ForecastingSpatio-Temporal ForecastingTime Series Analysis+3

Revisiting Random Forests in a Comparative Evaluation of Graph Convolutional Neural Network Variants for Traffic Prediction

2023-05-30 · Ta Jiun Ting, Xiaocan Li, Scott Sanner, Baher Abdulhai

Traffic prediction is a spatiotemporal predictive task that plays an essential role in intelligent transportation systems. Today, graph convolutional neural networks (GCNNs) have become the prevailing models in the traff…

PredictionregressionTraffic Prediction

Traffic Flow Forecasting with Spatial-Temporal Graph Diffusion Network

2021-10-08 · Xiyue Zhang, Chao Huang, Yong Xu, Lianghao Xia 외

Accurate forecasting of citywide traffic flow has been playing critical role in a variety of spatial-temporal mining applications, such as intelligent traffic control and public risk assessment. While previous work has m…

Traffic Prediction

A Sparse Cross Attention-based Graph Convolution Network with Auxiliary Information Awareness for Traffic Flow Prediction

2023-12-14 · Lingqiang Chen, Qinglin Zhao, Guanghui Li, Mengchu Zhou 외

Deep graph convolution networks (GCNs) have recently shown excellent performance in traffic prediction tasks. However, they face some challenges. First, few existing models consider the influence of auxiliary information…

AttributeDecoderGPUTraffic Prediction

Graph Convolutional Networks for Traffic Forecasting with Missing Values

2022-12-13 · Jingwei Zuo, Karine Zeitouni, Yehia Taher, Sandra Garcia-Rodriguez

Traffic forecasting has attracted widespread attention recently. In reality, traffic data usually contains missing values due to sensor or communication errors. The Spatio-temporal feature in traffic data brings more cha…

Graph LearningMissing Values