Bounded-Abstention Multi-horizon Time-series Forecasting
Luca Stradiotti, Laurens Devos, Anna Monreale, Jesse Davis, Andrea Pugnana
TL;DR
The paper addresses abstention in multi-horizon time-series forecasting by introducing bounded-abstention to preserve the predictive horizon's structure. It develops three abstention settings—full, partial, and interval—and derives optimal selection policies under a coverage constraint, then presents practical learning algorithms (FAbFor, PAbFor, IntAbFor) that jointly learn a forecaster and a conditional risk estimator with a calibrated selection mechanism. Using a two-head network and a $\beta$-NLL loss to estimate per-step risks $\rho_t$ and variances $\hat{\sigma}^2_t$, the authors calibrate thresholds on a hold-out set to satisfy the target coverage $c$, ensuring reliable abstention behavior. Across 24 real-world datasets, interval abstention often achieves the lowest selective risk while adhering to the coverage constraint, significantly outperforming strong baselines and enabling safer, more trustworthy multi-horizon forecasts in high-stakes domains.
Abstract
Multi-horizon time-series forecasting involves simultaneously making predictions for a consecutive sequence of subsequent time steps. This task arises in many application domains, such as healthcare and finance, where mispredictions can have a high cost and reduce trust. The learning with abstention framework tackles these problems by allowing a model to abstain from offering a prediction when it is at an elevated risk of making a misprediction. Unfortunately, existing abstention strategies are ill-suited for the multi-horizon setting: they target problems where a model offers a single prediction for each instance. Hence, they ignore the structured and correlated nature of the predictions offered by a multi-horizon forecaster. We formalize the problem of learning with abstention for multi-horizon forecasting setting and show that its structured nature admits a richer set of abstention problems. Concretely, we propose three natural notions of how a model could abstain for multi-horizon forecasting. We theoretically analyze each problem to derive the optimal abstention strategy and propose an algorithm that implements it. Extensive evaluation on 24 datasets shows that our proposed algorithms significantly outperforms existing baselines.
