Towards Reliable Time Series Forecasting under Future Uncertainty: Ambiguity and Novelty Rejection Mechanisms
Ninghui Feng, Songning Lai, Xin Zhou, Jiayu Yang, Kunlong Feng, Zhenxiao Yin, Fobao Zhou, Zhangyi Hu, Yutao Yue, Yuxuan Liang, Boyu Wang, Hang Zhao
TL;DR
The paper addresses the challenge of reliable time series forecasting under future uncertainty by introducing a dual rejection mechanism that abstains predictions when confidence is low or inputs are novel. Ambiguity rejection estimates forecast uncertainty from historical error variance and uses prediction-interval thresholds, while novelty rejection leverages Variational Autoencoders and Mahalanobis distance to detect out-of-distribution inputs, combining these signals for a total rejection decision. The authors provide theoretical bounds for ideal and random rejection strategies and demonstrate empirically that the dual mechanism improves MAE and MSE across multiple datasets (ETT, Weather, Exchange Rate) and forecast horizons, with Ablation studies confirming the complementary value of both components. Practically, this work offers a reliable, end-to-end approach to strengthen forecasting under distributional shifts and concept drift without requiring future ground truth. The framework enables better risk management in real-world deployment by balancing rejection rate and predictive accuracy. $\mathcal{R}_{\\lambda}(\\Gamma)$, $Var(y-\\hat{y})$, prediction intervals, $D_M(\\boldsymbol{x})$, and VAEs form the core mathematical basis for uncertainty and novelty assessment.$
Abstract
In real-world time series forecasting, uncertainty and lack of reliable evaluation pose significant challenges. Notably, forecasting errors often arise from underfitting in-distribution data and failing to handle out-of-distribution inputs. To enhance model reliability, we introduce a dual rejection mechanism combining ambiguity and novelty rejection. Ambiguity rejection, using prediction error variance, allows the model to abstain under low confidence, assessed through historical error variance analysis without future ground truth. Novelty rejection, employing Variational Autoencoders and Mahalanobis distance, detects deviations from training data. This dual approach improves forecasting reliability in dynamic environments by reducing errors and adapting to data changes, advancing reliability in complex scenarios.
