Revisiting the Generic Transformer: Deconstructing a Strong Baseline for Time Series Foundation Models
Yunshi Wen, Wesley M. Gifford, Chandra Reddy, Lam M. Nguyen, Jayant Kalagnanam, Anak Agung Julius
TL;DR
The paper interrogates the current TSFM landscape by controlling for training data and protocols, showing that a standard Patch Transformer with CPM, mask-aware normalization, and a quantile head can achieve state-of-the-art zero-shot probabilistic forecasting on GIFT-Eval. Through extensive ablations, it demonstrates that pretraining data composition and training recipe are the primary drivers of performance, rather than architectural novelty alone. The authors release open-source checkpoints and pipelines to establish a transparent, reproducible baseline and argue for standardized pretraining corpora and benchmarking to fairly assess architectural contributions. The work emphasizes data diversity and scalable training as crucial factors for real-world TSFM success, while inviting the community to separate architectural progress from data-driven gains in future evaluations.
Abstract
The recent surge in Time Series Foundation Models has rapidly advanced the field, yet the heterogeneous training setups across studies make it difficult to attribute improvements to architectural innovations versus data engineering. In this work, we investigate the potential of a standard patch Transformer, demonstrating that this generic architecture achieves state-of-the-art zero-shot forecasting performance using a straightforward training protocol. We conduct a comprehensive ablation study that covers model scaling, data composition, and training techniques to isolate the essential ingredients for high performance. Our findings identify the key drivers of performance, while confirming that the generic architecture itself demonstrates excellent scalability. By strictly controlling these variables, we provide comprehensive empirical results on model scaling across multiple dimensions. We release our open-source model and detailed findings to establish a transparent, reproducible baseline for future research.
