LGAIApr 17

Unveiling Stochasticity: Universal Multi-modal Probabilistic Modeling for Traffic Forecasting

arXiv:2604.1608451.11 citationsh-index: 47Has Code
AI Analysis

For traffic forecasting practitioners, this offers a simple, plug-and-play way to add probabilistic predictions to existing models without changing the training pipeline.

This paper introduces a universal method to convert deterministic traffic forecasting models into probabilistic predictors by replacing the final output layer with a Gaussian Mixture Model (GMM) layer, trained with Negative Log-Likelihood (NLL) loss. Experiments show it preserves deterministic performance while providing more accurate and informative uncertainty estimates than unimodal or deterministic baselines.

Traffic forecasting is a challenging spatio-temporal modeling task and a critical component of urban transportation management. Current studies mainly focus on deterministic predictions, with limited considerations on the uncertainty and stochasticity in traffic dynamics. Therefore, this paper proposes an elegant yet universal approach that transforms existing models into probabilistic predictors by replacing only the final output layer with a novel Gaussian Mixture Model (GMM) layer. The modified model requires no changes to the training pipeline and can be trained using only the Negative Log-Likelihood (NLL) loss, without any auxiliary or regularization terms. Experiments on multiple traffic datasets show that our approach generalizes from classic to modern model architectures while preserving deterministic performance. Furthermore, we propose a systematic evaluation procedure based on cumulative distributions and confidence intervals, and demonstrate that our approach is considerably more accurate and informative than unimodal or deterministic baselines. Finally, a more detailed study on a real-world dense urban traffic network is presented to examine the impact of data quality on uncertainty quantification and to show the robustness of our approach under imperfect data conditions. Code available at https://github.com/Weijiang-Xiong/OpenSkyTraffic

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes