Development and Evaluation of Recurrent Neural Network based Models for Hourly Traffic Volume and AADT Prediction
MD Zadid Khan, Sakib Mahmud Khan, Mashrur Chowdhury, Kakan Dey

TL;DR
This study develops and evaluates RNN-based models, especially LSTM, for predicting hourly traffic volumes and AADT, addressing seasonal variations and missing data with imputation techniques, outperforming traditional models.
Contribution
Introduces robust RNN models with imputation methods for high-resolution traffic prediction, demonstrating superior performance over traditional approaches.
Findings
LSTM outperforms simple RNN and GRU models.
Imputation methods outperform masking for missing data.
The LSTM-Median model achieves the best accuracy with RMSE of 274 and MAPE of 18.91%.
Abstract
The prediction of high-resolution hourly traffic volumes of a given roadway is essential for transportation planning. Traditionally, Automatic Traffic Recorders (ATR) are used to collect this hourly volume data. These large datasets are time series data characterized by long-term temporal dependencies and missing values. Regarding the temporal dependencies, all roadways are characterized by seasonal variations that can be weekly, monthly or yearly, depending on the cause of the variation. Regarding the missing data in a time-series sequence, traditional time series forecasting models perform poorly under the influence of seasonal variations. To address this limitation, robust, Recurrent Neural Network (RNN) based, multi-step ahead forecasting models are developed for time-series in this study. The simple RNN, the Gated Recurrent Unit (GRU) and the Long Short-Term Memory (LSTM) units are…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSigmoid Activation · Tanh Activation · Gated Recurrent Unit · Long Short-Term Memory
