English

TempoPFN: Synthetic Pre-training of Linear RNNs for Zero-shot Time Series Forecasting

Machine Learning 2026-02-06 v4 Artificial Intelligence Machine Learning

Abstract

Foundation models for zero-shot time series forecasting face challenges in efficient long-horizon prediction and reproducibility, with existing synthetic-only approaches underperforming on challenging benchmarks. This paper presents TempoPFN, a univariate time series foundation model based on linear Recurrent Neural Networks (RNNs) pre-trained exclusively on synthetic data. The model uses a GatedDeltaProduct architecture with state-weaving for fully parallelizable training across sequence lengths, eliminating the need for windowing or summarization techniques while maintaining robust temporal state-tracking. Our comprehensive synthetic data pipeline unifies diverse generators, including stochastic differential equations, Gaussian processes, and audio synthesis, with novel augmentations. In zero-shot evaluations on the Gift-Eval, fev-bench and Chronos-ZS benchmarks, TempoPFN achieves top-tier competitive performance, outperforming all existing synthetic-only approaches and surpassing the majority of models trained on real-world data, while being more efficient than existing baselines by leveraging fully parallelizable training and inference. We open-source our complete data generation pipeline and training code, providing a reproducible foundation for future research.

Keywords

Cite

@article{arxiv.2510.25502,
  title  = {TempoPFN: Synthetic Pre-training of Linear RNNs for Zero-shot Time Series Forecasting},
  author = {Vladyslav Moroshan and Julien Siems and Arber Zela and Timur Carstensen and Frank Hutter},
  journal= {arXiv preprint arXiv:2510.25502},
  year   = {2026}
}

Comments

38 pages, 22 figures, 17 tables