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

Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting

About

Extending the forecasting time is a critical demand for real applications, such as extreme weather early warning and long-term energy consumption planning. This paper studies the long-term forecasting problem of time series. Prior Transformer-based models adopt various self-attention mechanisms to discover the long-range dependencies. However, intricate temporal patterns of the long-term future prohibit the model from finding reliable dependencies. Also, Transformers have to adopt the sparse versions of point-wise self-attentions for long series efficiency, resulting in the information utilization bottleneck. Going beyond Transformers, we design Autoformer as a novel decomposition architecture with an Auto-Correlation mechanism. We break with the pre-processing convention of series decomposition and renovate it as a basic inner block of deep models. This design empowers Autoformer with progressive decomposition capacities for complex time series. Further, inspired by the stochastic process theory, we design the Auto-Correlation mechanism based on the series periodicity, which conducts the dependencies discovery and representation aggregation at the sub-series level. Auto-Correlation outperforms self-attention in both efficiency and accuracy. In long-term forecasting, Autoformer yields state-of-the-art accuracy, with a 38% relative improvement on six benchmarks, covering five practical applications: energy, traffic, economics, weather and disease. Code is available at this repository: \url{https://github.com/thuml/Autoformer}.

Haixu Wu, Jiehui Xu, Jianmin Wang, Mingsheng Long• 2021

Related benchmarks

TaskDatasetResultRank
Time Series ForecastingETTh1
MSE0.144
729
Multivariate ForecastingETTh1
MSE0.3991
686
Time Series ForecastingETTh2
MSE0.338
561
Multivariate Time-series ForecastingETTm1
MSE0.408
466
Long-term time-series forecastingWeather
MSE0.054
448
Long-term time-series forecastingETTh1
MAE0.382
446
Multivariate long-term forecastingETTh1
MSE0.435
394
Multivariate Time-series ForecastingETTm2
MSE0.191
389
Time Series ForecastingETTm2
MSE0.218
382
Long-term forecastingETTm1
MSE0.505
375
Showing 10 of 594 rows
...

Other info

Code

Follow for update