From Tables to Time: How TabPFN-v2 Outperforms Specialized Time Series Forecasting Models
Shi Bin Hoo, Samuel Müller, David Salinas, Frank Hutter
TL;DR
TabPFN-TS demonstrates that a compact, tabular-foundation-model approach can achieve state-of-the-art-like performance on time series forecasting without time-series-specific pretraining. By converting series into a tabular regression problem and enriching inputs with calendar, automatically discovered seasonalities, and a running index, the method delivers competitive point forecasts and superior probabilistic forecasts on GIFT-Eval. The work highlights the generality and potential of tabular foundation models for time series tasks, while also identifying practical bottlenecks like inference speed and opportunities for further enhancement through pretraining, fine-tuning, and covariate integration. Overall, it suggests a promising new direction where tabular priors and feature engineering can rival specialized time-series architectures.
Abstract
Foundation models have become increasingly popular for forecasting due to their ability to provide predictions without requiring a lot of training data. In this work, we demonstrate how TabPFN-v2, a general tabular foundation model, can be effectively applied to time series forecasting. We introduce TabPFN-TS, a simple method that combines TabPFN-v2 with lightweight feature engineering to enable both point and probabilistic forecasting. Despite its simplicity and compact size (11M parameters), TabPFN-TS achieves top rank on the public GIFT-Eval leaderboard in both forecasting tasks. Through ablation studies, we investigate factors contributing to this surprising effectiveness, especially considering TabPFN-v2 was pretrained solely on synthetic tabular data with no exposure to time series. Our results highlights the potential of tabular foundation models like TabPFN-v2 as a valuable new approach for time series forecasting. Our implementation is available at https://github.com/PriorLabs/tabpfn-time-series.
