paper-with-me

Papers

Spatio-Temporal Graph Neural Point Process for Traffic Congestion Event Prediction

2023-11-15 · Guangyin Jin, Lingbo Liu, Fuxian Li, Jincai Huang

Traffic congestion event prediction is an important yet challenging task in intelligent transportation systems. Many existing works about traffic prediction integrate various temporal encoders and graph convolution networks (GCNs), called spatio-temporal graph-based neural networks, which focus on predicting dense variables such as flow, speed and demand in time snapshots, but they can hardly forecast the traffic congestion events that are sparsely distributed on the continuous time axis. In recent years, neural point process (NPP) has emerged as an appropriate framework for event prediction in continuous time scenarios. However, most conventional works about NPP cannot model the complex spatio-temporal dependencies and congestion evolution patterns. To address these limitations, we propose a spatio-temporal graph neural point process framework, named STGNPP for traffic congestion event prediction. Specifically, we first design the spatio-temporal graph learning module to fully capture the long-range spatio-temporal dependencies from the historical traffic state data along with the road network. The extracted spatio-temporal hidden representation and congestion event information are then fed into a continuous gated recurrent unit to model the congestion evolution patterns. In particular, to fully exploit the periodic information, we also improve the intensity function calculation of the point process with a periodic gated mechanism. Finally, our model simultaneously predicts the occurrence time and duration of the next congestion. Extensive experiments on two real-world datasets demonstrate that our method achieves superior performance in comparison to existing state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2311.08635

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningPredictionTraffic Prediction

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Focus 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Spatiotemporal Forecasting of Traffic Flow using Wavelet-based Temporal Attention

2024-07-05 · Yash Jakhmola, Madhurima Panja, Nitish Kumar Mishra, Kripabandhu Ghosh 외

Spatiotemporal forecasting of traffic flow data represents a typical problem in the field of machine learning, impacting urban traffic management systems. In general, spatiotemporal forecasting problems involve complex i…

Graph Neural NetworkManagementSpatio-Temporal Forecasting

RAST: A Retrieval Augmented Spatio-Temporal Framework for Traffic Prediction

2025-08-14 · Weilin Ruan, Xilin Dang, Ziyu Zhou, Sisuo Lyu 외 arxiv

Traffic prediction is a cornerstone of modern intelligent transportation systems and a critical task in spatio-temporal forecasting. Although advanced Spatio-temporal Graph Neural Networks (STGNNs) and pre-trained models…

Computational EfficiencyTraffic Prediction

Multi-Spatio-temporal Fusion Graph Recurrent Network for Traffic forecasting

2022-05-03 · Wei Zhao, Shiqi Zhang, Bing Zhou, Bei Wang

Traffic forecasting is essential for the traffic construction of smart cities in the new era. However, traffic data's complex spatial and temporal dependencies make traffic forecasting extremely challenging. Most existin…

ManagementTime Series Analysis

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

Learning dynamic and hierarchical traffic spatiotemporal features with Transformer

2021-04-12 · Haoyang Yan, Xiaolei Ma

Traffic forecasting is an indispensable part of Intelligent transportation systems (ITS), and long-term network-wide accurate traffic speed forecasting is one of the most challenging tasks. Recently, deep learning method…