A time series large model is a foundational model specifically designed for time series analysis. The IoTDB team has independently developed time series large models, which are pre-trained on massive time series data using technologies such as transformer structures. These models can understand and generate time series data across various domains and are applicable to applications like time series forecasting, anomaly detection, and time series imputation. Unlike traditional time series analysis techniques, time series large models possess the capability to extract universal features and provide technical services based on zero-shot analysis and fine-tuning for a wide range of analytical tasks.
The team's related technologies of time series large models have been published in top international machine learning conferences.
The Timer[1] model(not built-in) not only demonstrates excellent few-shot generalization and multi-task adaptation capabilities but also gains a rich knowledge base through pre-training, endowing it with the universal capability to handle a variety of downstream tasks, featuring the following:
Timer-XL[2] is an upgraded version of Timer that further extends the network structure and achieves comprehensive breakthroughs in multiple dimensions(available since V2.0.5.1):
Timer-Sundial[3] is a series of generative foundational models focused on time series forecasting(available since V2.0.5.1). The basic version has 128 million parameters and has undergone large-scale pre-training on 1 trillion time points. Its core features include:
Time series large models can adapt to real-time series data in various domains and scenarios, demonstrating excellent processing effects on various tasks. The following are real-world performances on different datasets:
Time Series Forecasting:
Utilizing the forecasting capability of time series large models, the future change trends of time series can be accurately predicted. In the figure below, the blue curve represents the forecast trend, and the red curve represents the actual trend, with a high degree of 吻合 (coincidence) between the two curves.
Data Imputation:
Utilizing time series large models to perform predictive imputation on missing data segments.
Anomaly Detection:
Utilizing time series large models to accurately identify outliers that deviate significantly from normal trends.
IoTDB> show cluster +------+----------+-------+---------------+------------+--------------+-----------+ |NodeID| NodeType| Status|InternalAddress|InternalPort| Version| BuildInfo| +------+----------+-------+---------------+------------+--------------+-----------+ | 0|ConfigNode|Running| 127.0.0.1| 10710| 2.0.5.1| 069354f| | 1| DataNode|Running| 127.0.0.1| 10730| 2.0.5.1| 069354f| | 2| AINode|Running| 127.0.0.1| 10810| 2.0.5.1|069354f-dev| +------+----------+-------+---------------+------------+--------------+-----------+ Total line number = 3 It costs 0.140s
When the AINode is started for the first time in a networked environment, the Timer-XL and Sundial models will be automatically pulled.
Verify model registration success
IoTDB:etth> show models +---------------------+--------------------+--------+------+ | ModelId| ModelType|Category| State| +---------------------+--------------------+--------+------+ | arima| Arima|BUILT-IN|ACTIVE| | holtwinters| HoltWinters|BUILT-IN|ACTIVE| |exponential_smoothing|ExponentialSmoothing|BUILT-IN|ACTIVE| | naive_forecaster| NaiveForecaster|BUILT-IN|ACTIVE| | stl_forecaster| StlForecaster|BUILT-IN|ACTIVE| | gaussian_hmm| GaussianHmm|BUILT-IN|ACTIVE| | gmm_hmm| GmmHmm|BUILT-IN|ACTIVE| | stray| Stray|BUILT-IN|ACTIVE| | sundial| Timer-Sundial|BUILT-IN|ACTIVE| | timer_xl| Timer-XL|BUILT-IN|ACTIVE| +---------------------+--------------------+--------+------+ Total line number = 10 It costs 0.004s
[1] Timer- Generative Pre-trained Transformers Are Large Time Series Models, Yong Liu, Haoran Zhang, Chenyu Li, Xiangdong Huang, Jianmin Wang, Mingsheng Long. ↩
[2] TIMER-XL- LONG-CONTEXT TRANSFORMERS FOR UNIFIED TIME SERIES FORECASTING ,Yong Liu, Guo Qin, Xiangdong Huang, Jianmin Wang, Mingsheng Long. ↩
[3] Sundial- A Family of Highly Capable Time Series Foundation Models, Yong Liu, Guo Qin, Zhiyuan Shi, Zhi Chen, Caiyin Yang, Xiangdong Huang, Jianmin Wang, Mingsheng Long, ICML 2025 spotlight. ↩