Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Timer-XL: Long-Context Transformers for Unified Time Series Forecasting

About

We present Timer-XL, a causal Transformer for unified time series forecasting. To uniformly predict multidimensional time series, we generalize next token prediction, predominantly adopted for 1D token sequences, to multivariate next token prediction. The paradigm formulates various forecasting tasks as a long-context prediction problem. We opt for decoder-only Transformers that capture causal dependencies from varying-length contexts for unified forecasting, making predictions on non-stationary univariate time series, multivariate series with complicated dynamics and correlations, as well as covariate-informed contexts that include exogenous variables. Technically, we propose a universal TimeAttention to capture fine-grained intra- and inter-series dependencies of flattened time series tokens (patches), which is further enhanced by deft position embedding for temporal causality and variable equivalence. Timer-XL achieves state-of-the-art performance across task-specific forecasting benchmarks through a unified approach. Based on large-scale pre-training, Timer-XL achieves state-of-the-art zero-shot performance, making it a promising architecture for pre-trained time series models. Code is available at this repository: https://github.com/thuml/Timer-XL.

Yong Liu, Guo Qin, Xiangdong Huang, Jianmin Wang, Mingsheng Long• 2024

Related benchmarks

TaskDatasetResultRank
Multivariate ForecastingETTh1
MSE0.364
909
Time Series ForecastingETTh1
MSE0.369
869
Time Series ForecastingETTh2--
796
Multivariate Time-series ForecastingETTm1
MSE0.359
742
Long-term time-series forecastingETTh1
MAE0.43
600
Time Series ForecastingETTm2
MSE0.189
552
Long-term time-series forecastingWeather
MSE0.24
527
Multivariate long-term forecastingETTh1
MSE0.407
509
Time Series ForecastingETTh1 (test)
MSE0.364
482
Long-term time-series forecastingETTm2
MSE0.271
479
Showing 10 of 126 rows
...

Other info

Follow for update