Prediction and Modeling of Traffic Status at Road Intersection Using Deep-Learning Models
Abstract
Efficient traffic-state prediction at urban intersections is a critical component of intelligent transportation systems(ITS), as traffic conditions are influenced by dynamic factors such as traffic demand variability, infrastructure constraints, and operational traffic-control policies. This study proposes a deep-learning-based approach for short-term traffic-state classification using real-world traffic data collected during 2022 at the Alésia intersection in Paris. The objective is to classify traffic conditions into five operational states: Unknown, Flowing, Pre-saturated, Saturated, and Blocked. To investigate the impact of temporal modeling on traffic-state recognition, four deep learning architectures were evaluated under identical experimental conditions: Artificial Neural Networks (ANN), Simple Recurrent Neural Networks (RNN),Long Short-Term Memory networks (LSTM), and Gated Recurrent Units (GRU). Considering the highly imbalanced nature of the dataset, model performance was assessed using complementary metrics including Accuracy, Precision, Recall, F1-score, Macro-F1 score, and Balanced Accuracy. Experimental results demonstrate that recurrent architectures substantially outperform the ANN baseline, highlighting the importance of temporal dependencies in traffic-state classification. While the conventional RNN achieves high overall accuracy, its performance on minority traffic states remains limited. Among the evaluated models, the LSTM achieves the highest Balanced Accuracy (70.91%), indicating superior recognition of underrepresented traffic conditions. The GRU attains the highest overall F1-score (0.9256) and Macro-F1 score (0.497), while maintaining competitive classification accuracy (91.01%), providing the most favorable trade-off between global predictive performance and balanced class-wise recognition.The analysis of learning curves, classification reports, and confusion matrices further confirms the effectiveness of gated recurrent architectures for handling highly imbalanced multiclass traffic-state classification problems. These findings provide practical insights for the deployment of intelligent traffic-monitoring systems capable of supporting real-time traffic management and decision-making in urban environments.