TimeFound: A Foundation Model for Time Series Forecasting
Congxi Xiao, Jingbo Zhou, Yixiong Xiao, Xinjiang Lu, Le Zhang, Hui Xiong
TL;DR
TimeFound addresses the challenge of zero-shot time series forecasting across diverse domains by introducing a transformer-based foundation model with multi-resolution patching. The encoder-decoder framework captures multi-scale temporal patterns, while patch-wise projections and a patch-aware fusion enable flexible cross-domain generalization. Trained on a large heterogeneous corpus with two model sizes, TimeFound achieves competitive or superior zero-shot performance relative to state-of-the-art foundation models and shows strong long-horizon robustness, highlighting the value of patch-based tokenization for time series tasks. The approach offers a scalable, domain-agnostic solution for forecasting in settings with limited or no task-specific labeled data.
Abstract
We present TimeFound, an encoder-decoder transformer-based time series foundation model for out-of-the-box zero-shot forecasting. To handle time series data from various domains, TimeFound employs a multi-resolution patching strategy to capture complex temporal patterns at multiple scales. We pre-train our model with two sizes (200M and 710M parameters) on a large time-series corpus comprising both real-world and synthetic datasets. Over a collection of unseen datasets across diverse domains and forecasting horizons, our empirical evaluations suggest that TimeFound can achieve superior or competitive zero-shot forecasting performance, compared to state-of-the-art time series foundation models.
