paper-with-me

Papers

Bayesian Graph Convolutional Network for Traffic Prediction

2021-04-01 · Jun Fu, Wei Zhou, Zhibo Chen

Recently, adaptive graph convolutional network based traffic prediction methods, learning a latent graph structure from traffic data via various attention-based mechanisms, have achieved impressive performance. However, they are still limited to find a better description of spatial relationships between traffic conditions due to: (1) ignoring the prior of the observed topology of the road network; (2) neglecting the presence of negative spatial relationships; and (3) lacking investigation on uncertainty of the graph structure. In this paper, we propose a Bayesian Graph Convolutional Network (BGCN) framework to alleviate these issues. Under this framework, the graph structure is viewed as a random realization from a parametric generative model, and its posterior is inferred using the observed topology of the road network and traffic data. Specifically, the parametric generative model is comprised of two parts: (1) a constant adjacency matrix which discovers potential spatial relationships from the observed physical connections between roads using a Bayesian approach; (2) a learnable adjacency matrix that learns a global shared spatial correlations from traffic data in an end-to-end fashion and can model negative spatial correlations. The posterior of the graph structure is then approximated by performing Monte Carlo dropout on the parametric graph structure. We verify the effectiveness of our method on five real-world datasets, and the experimental results demonstrate that BGCN attains superior performance compared with state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2104.00488

Code (0)

등록된 구현이 없습니다.

Tasks

PredictionTraffic Prediction

Methods 이 논문이 사용한 방법론

Monte Carlo Dropout 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Bayesian Spatio-Temporal Graph Convolutional Network for Traffic Forecasting

2020-10-15 · Jun Fu, Wei Zhou, Zhibo Chen

In traffic forecasting, graph convolutional networks (GCNs), which model traffic flows as spatio-temporal graphs, have achieved remarkable performance. However, existing GCN-based methods heuristically define the graph s…

Traffic Prediction

Dynamic Causal Graph Convolutional Network for Traffic Prediction

2023-06-12 · Junpeng Lin, Ziyue Li, Zhishuai Li, Lei Bai 외

Modeling complex spatiotemporal dependencies in correlated traffic series is essential for traffic prediction. While recent works have shown improved prediction performance by using neural networks to extract spatiotempo…

PredictionTraffic Prediction

A Graph and Attentive Multi-Path Convolutional Network for Traffic Prediction

2022-05-30 · Jianzhong Qi, Zhuowei Zhao, Egemen Tanin, Tingru Cui 외

Traffic prediction is an important and yet highly challenging problem due to the complexity and constantly changing nature of traffic systems. To address the challenges, we propose a graph and attentive multi-path convol…

PredictionTraffic Prediction

Enhanced Traffic Flow Prediction with Multi-Segment Fusion Tensor Graph Convolutional Networks

2024-08-08 · Wei zhang, Peng Tang

Accurate traffic Flow Prediction can assist in traffic management, route planning, and congestion mitigation, which holds significant importance in enhancing the efficiency and reliability of intelligent transportation s…

ManagementPrediction

Spatial-Temporal Tensor Graph Convolutional Network for Traffic Prediction

2021-03-10 · Xuran Xu, Tong Zhang, Chunyan Xu, Zhen Cui 외

Accurate traffic prediction is crucial to the guidance and management of urban traffics. However, most of the existing traffic prediction models do not consider the computational burden and memory space when they capture…

ManagementPredictionTensor DecompositionTraffic Prediction