Mesoscale Traffic Forecasting for Real-Time Bottleneck and Shockwave Prediction
Raphael Chekroun, Han Wang, Jonathan Lee, Marin Toromanoff, Sascha Hornauer, Fabien Moutarde, Maria Laura Delle Monache
TL;DR
The paper tackles real-time mesoscale traffic forecasting on highways by integrating spatial self-attention with LSTM (SA-LSTM) and a Laplacian Pyramid loss to emphasize fine-scale spatio-temporal details. It formulates the problem as a structured data-series task using INRIX speeds across 21 segments on I-24 Nashville and introduces an efficient n-step SA-LSTM that mitigates accumulation error for multi-minute forecasts while maintaining sub-millisecond inference. Empirical results show SA-LSTM outperforms baselines, especially under high congestion, and the n-step variant provides the best overall trade-off between short-term accuracy and long-horizon reliability. The approach has practical implications for real-time traffic management and CAV-in-the-loop control, enabling timely mitigation of bottlenecks and shockwaves in operational networks.
Abstract
Accurate real-time traffic state forecasting plays a pivotal role in traffic control research. In particular, the CIRCLES consortium project necessitates predictive techniques to mitigate the impact of data source delays. After the success of the MegaVanderTest experiment, this paper aims at overcoming the current system limitations and develop a more suited approach to improve the real-time traffic state estimation for the next iterations of the experiment. In this paper, we introduce the SA-LSTM, a deep forecasting method integrating Self-Attention (SA) on the spatial dimension with Long Short-Term Memory (LSTM) yielding state-of-the-art results in real-time mesoscale traffic forecasting. We extend this approach to multi-step forecasting with the n-step SA-LSTM, which outperforms traditional multi-step forecasting methods in the trade-off between short-term and long-term predictions, all while operating in real-time.
