paper-with-me

Papers

GC-GRU-N for Traffic Prediction using Loop Detector Data

2022-11-13 · Maged Shoman, Armstrong Aboah, Abdulateef Daud, Yaw Adu-Gyamfi

Because traffic characteristics display stochastic nonlinear spatiotemporal dependencies, traffic prediction is a challenging task. In this paper develop a graph convolution gated recurrent unit (GC GRU N) network to extract the essential Spatio temporal features. we use Seattle loop detector data aggregated over 15 minutes and reframe the problem through space and time. The model performance is compared o benchmark models; Historical Average, Long Short Term Memory (LSTM), and Transformers. The proposed model ranked second with the fastest inference time and a very close performance to first place (Transformers). Our model also achieves a running time that is six times faster than transformers. Finally, we present a comparative study of our model and the available benchmarks using metrics such as training time, inference time, MAPE, MAE and RMSE. Spatial and temporal aspects are also analyzed for each of the trained models.

📄 PDF Abstract BibTeX arXiv:2211.08541

Code (0)

등록된 구현이 없습니다.

Tasks

Traffic Prediction

Methods 이 논문이 사용한 방법론

MAE 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
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 제목 키워드 기반

Multi-Source Urban Traffic Flow Forecasting with Drone and Loop Detector Data

2025-01-07 · Weijiang Xiong, Robert Fonod, Alexandre Alahi, Nikolas Geroliminis

Traffic forecasting is a fundamental task in transportation research, however the scope of current research has mainly focused on a single data modality of loop detectors. Recently, the advances in Artificial Intelligenc…

A Graph Convolutional Network with Signal Phasing Information for Arterial Traffic Prediction

2020-12-25 · Victor Chan, Qijian Gan, Alexandre Bayen

Accurate and reliable prediction of traffic measurements plays a crucial role in the development of modern intelligent transportation systems. Due to more complex road geometries and the presence of signal control, arter…

PredictionTraffic Prediction

Distil the informative essence of loop detector data set: Is network-level traffic forecasting hungry for more data?

2023-10-31 · Guopeng Li, Victor L. Knoop, J. W. C., van Lint

Network-level traffic condition forecasting has been intensively studied for decades. Although prediction accuracy has been continuously improved with emerging deep learning models and ever-expanding traffic data, traffi…

Uncertainty Quantification

Traffic State Estimation from Vehicle Trajectories with Anisotropic Gaussian Processes

2023-03-04 · Fan Wu, Zhanhong Cheng, Huiyu Chen, Tony Z. Qiu 외

Accurately monitoring road traffic state is crucial for various applications, including travel time prediction, traffic control, and traffic safety. However, the lack of sensors often results in incomplete traffic state …

Decision MakingGaussian ProcessesState EstimationUncertainty Quantification

Short-term traffic prediction using physics-aware neural networks

2021-09-21 · Mike Pereira, Annika Lang, Balázs Kulcsár

In this work, we propose an algorithm performing short-term predictions of the flux of vehicles on a stretch of road, using past measurements of the flux. This algorithm is based on a physics-aware recurrent neural netwo…

Traffic Prediction