Feature Fitted Online Conformal Prediction for Deep Time Series Forecasting Model
This addresses the need for efficient uncertainty quantification in time series forecasting for practical applications, offering an incremental improvement over existing methods.
The paper tackles the problem of quantifying predictive uncertainty in deep time series forecasting by proposing a lightweight conformal prediction method that provides valid coverage and shorter interval lengths without retraining, achieving tighter confidence intervals while maintaining desired coverage rates across 12 datasets.
Time series forecasting is critical for many applications, where deep learning-based point prediction models have demonstrated strong performance. However, in practical scenarios, there is also a need to quantify predictive uncertainty through online confidence intervals. Existing confidence interval modeling approaches building upon these deep point prediction models suffer from key limitations: they either require costly retraining, fail to fully leverage the representational strengths of deep models, or lack theoretical guarantees. To address these gaps, we propose a lightweight conformal prediction method that provides valid coverage and shorter interval lengths without retraining. Our approach leverages features extracted from pre-trained point prediction models to fit a residual predictor and construct confidence intervals, further enhanced by an adaptive coverage control mechanism. Theoretically, we prove that our method achieves asymptotic coverage convergence, with error bounds dependent on the feature quality of the underlying point prediction model. Experiments on 12 datasets demonstrate that our method delivers tighter confidence intervals while maintaining desired coverage rates. Code, model and dataset in \href{https://github.com/xiannanhuang/FFDCI}{Github}