Understanding the Implicit Biases of Design Choices for Time Series Foundation Models
Annan Yu, Danielle C. Maddix, Boran Han, Xiyuan Zhang, Abdul Fatir Ansari, Oleksandr Shchur, Christos Faloutsos, Andrew Gordon Wilson, Michael W. Mahoney, Yuyang Wang
TL;DR
The paper tackles how design knobs in time series foundation models—specifically patch size, embedding strategy, and training objective—induce implicit biases that influence forecasting beyond benchmark performance. Using theory and controlled experiments, it identifies three core biases: temporal (frequency and periodicity learning from patching), geometric (embedding-induced locality and scale effects), and regression-to-the-mean (loss-induced centralization vs. sharp distributions). It demonstrates these biases via comparisons (e.g., Chronos vs Chronos-Bolt) and a case study on outlier handling, showing complex interactions and regime-dependent benefits. The findings offer practical guidance for selecting design choices to achieve forward-compatibility with more data and compute, and contribute to understanding simple model principles at scale in TSFMs.
Abstract
Time series foundation models (TSFMs) are a class of potentially powerful, general-purpose tools for time series forecasting and related temporal tasks, but their behavior is strongly shaped by subtle inductive biases in their design. Rather than developing a new model and claiming that it is better than existing TSFMs, e.g., by winning on existing well-established benchmarks, our objective is to understand how the various ``knobs'' of the training process affect model quality. Using a mix of theory and controlled empirical evaluation, we identify several design choices (patch size, embedding choice, training objective, etc.) and show how they lead to implicit biases in fundamental model properties (temporal behavior, geometric structure, how aggressively or not the model regresses to the mean, etc.); and we show how these biases can be intuitive or very counterintuitive, depending on properties of the model and data. We also illustrate in a case study on outlier handling how multiple biases can interact in complex ways; and we discuss implications of our results for learning the bitter lesson and building TSFMs.
