LGFeb 2, 2025

Sundial: A Family of Highly Capable Time Series Foundation Models

arXiv:2502.00816v3129 citationsh-index: 33Has CodeICML
Originality Highly original
AI Analysis

This work addresses the need for reliable time series forecasting models in real-world decision-making, representing a novel method for a known bottleneck rather than an incremental improvement.

The authors tackled the problem of building flexible and scalable time series foundation models by introducing Sundial, which uses a TimeFlow Loss for native pre-training on continuous-valued data without tokenization, achieving state-of-the-art results on forecasting benchmarks with fast inference speeds.

We introduce Sundial, a family of native, flexible, and scalable time series foundation models. To predict the next-patch's distribution, we propose a TimeFlow Loss based on flow-matching, which facilitates native pre-training of Transformers on continuous-valued time series without discrete tokenization. Conditioned on arbitrary-length time series, our models are pre-trained without specifying any prior distribution and can generate multiple probable predictions, achieving more flexibility in representation learning than using parametric densities. Towards time series foundation models, we leverage minimal but crucial adaptations of Transformers and curate TimeBench with one trillion time points, comprising mostly real-world datasets and synthetic data. By mitigating mode collapse via TimeFlow Loss, we pre-train a family of Sundial models on TimeBench, which achieve unprecedented model capacity and generalization performance. In addition to excellent scalability, Sundial achieves state-of-the-art results on both point and probabilistic forecasting benchmarks with a just-in-time inference speed, i.e., making zero-shot predictions within a few milliseconds. We believe that Sundial's pioneering generative forecasting capability can improve model reliability in real-world decision-making. Code is available at: https://github.com/thuml/Sundial.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes