Search papers, labs, and topics across Lattice.
The paper introduces FORESEE, an online adaptation framework for traffic demand prediction that addresses performance degradation in deep learning models due to distribution shifts without retraining the base model. FORESEE corrects daily forecasts using exponentially smoothed, mixture-of-experts-guided residuals from the previous day's prediction error, coupled with adaptive spatiotemporal smoothing to propagate error signals. Experiments on seven real-world datasets demonstrate that FORESEE improves prediction accuracy, maintains robustness, and minimizes computational overhead compared to existing online methods.
Adapt your traffic forecasting models to real-world shifts in demand with FORESEE, a parameter-free online learning method that slashes computational costs while boosting accuracy and robustness.
Accurately predicting short-term traffic demand is critical for intelligent transportation systems. While deep learning models achieve strong performance under stationary conditions, their accuracy often degrades significantly when faced with distribution shifts caused by external events or evolving urban dynamics. Frequent model retraining to adapt to such changes incurs prohibitive computational costs, especially for large-scale or foundation models. To address this challenge, we propose FORESEE (Forecasting Online with Residual Smoothing and Ensemble Experts), a lightweight online adaptation framework that is accurate, robust, and computationally efficient. FORESEE operates without any parameter updates to the base model. Instead, it corrects today's forecast in each region using yesterday's prediction error, stabilized through exponential smoothing guided by a mixture-of-experts mechanism that adapts to recent error dynamics. Moreover, an adaptive spatiotemporal smoothing component propagates error signals across neighboring regions and time slots, capturing coherent shifts in demand patterns. Extensive experiments on seven real-world datasets with three backbone models demonstrate that FORESEE consistently improves prediction accuracy, maintains robustness even when distribution shifts are minimal (avoiding performance degradation), and achieves the lowest computational overhead among existing online methods. By enabling real-time adaptation of traffic forecasting models with negligible computational cost, FORESEE paves the way for deploying reliable, up-to-date prediction systems in dynamic urban environments. Code and data are available at https://github.com/xiannanhuang/FORESEE