Beyond Accuracy: Are Time Series Foundation Models Well-Calibrated?
Coen Adler, Yuxin Chang, Felix Draxler, Samar Abdi, Padhraic Smyth
TL;DR
This paper addresses the calibration of time series foundation models (TSFMs) by evaluating five leading TSFMs and two baselines on six univariate datasets. It analyzes how prediction heads, autoregressive strategies, and horizon length affect probabilistic calibration using metrics such as $\text{PCE}$, $\text{CCE}$, and $\text{SIW}$, revealing that TSFMs are generally better calibrated than baselines and are not systematically over- or under-confident. A Gaussian prediction head is notably under-confident, while quantile, Student's $t$, and mixture heads show similar, robust calibration; long-term forecasting benefits from longer horizons and trajectory-based autoregression. The findings inform practical deployment of TSFMs, emphasizing calibration-aware design choices for reliable uncertainty quantification in real-world forecasting, and point to future work on multivariate settings, distribution shifts, and higher quantiles. The study thus advances understanding of uncertainty quantification in TSFMs and their readiness for decision-critical applications, beyond mere point accuracy.
Abstract
The recent development of foundation models for time series data has generated considerable interest in using such models across a variety of applications. Although foundation models achieve state-of-the-art predictive performance, their calibration properties remain relatively underexplored, despite the fact that calibration can be critical for many practical applications. In this paper, we investigate the calibration-related properties of five recent time series foundation models and two competitive baselines. We perform a series of systematic evaluations assessing model calibration (i.e., over- or under-confidence), effects of varying prediction heads, and calibration under long-term autoregressive forecasting. We find that time series foundation models are consistently better calibrated than baseline models and tend not to be either systematically over- or under-confident, in contrast to the overconfidence often seen in other deep learning models.
