LGMLFeb 4, 2024

Timer: Generative Pre-trained Transformers Are Large Time Series Models

arXiv:2402.02368v3203 citationsh-index: 79Has CodeICML
Originality Highly original
AI Analysis

This work addresses the need for scalable and generalizable models in time series analysis, moving beyond scenario-specific small models, though it is an early development in the field.

The paper tackles the problem of performance bottlenecks in time series analysis under data-scarce scenarios by developing a large time series model (LTSM) called Timer, which achieves promising capabilities in forecasting, imputation, and anomaly detection through pre-training on datasets with up to 1 billion time points.

Deep learning has contributed remarkably to the advancement of time series analysis. Still, deep models can encounter performance bottlenecks in real-world data-scarce scenarios, which can be concealed due to the performance saturation with small models on current benchmarks. Meanwhile, large models have demonstrated great powers in these scenarios through large-scale pre-training. Continuous progress has been achieved with the emergence of large language models, exhibiting unprecedented abilities such as few-shot generalization, scalability, and task generality, which are however absent in small deep models. To change the status quo of training scenario-specific small models from scratch, this paper aims at the early development of large time series models (LTSM). During pre-training, we curate large-scale datasets with up to 1 billion time points, unify heterogeneous time series into single-series sequence (S3) format, and develop the GPT-style architecture toward LTSMs. To meet diverse application needs, we convert forecasting, imputation, and anomaly detection of time series into a unified generative task. The outcome of this study is a Time Series Transformer (Timer), which is generative pre-trained by next token prediction and adapted to various downstream tasks with promising capabilities as an LTSM. Code and datasets are available at: https://github.com/thuml/Large-Time-Series-Model.

Code Implementations1 repo
Foundations

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

Your Notes