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

ETSformer: Exponential Smoothing Transformers for Time-series Forecasting

About

Transformers have been actively studied for time-series forecasting in recent years. While often showing promising results in various scenarios, traditional Transformers are not designed to fully exploit the characteristics of time-series data and thus suffer some fundamental limitations, e.g., they generally lack of decomposition capability and interpretability, and are neither effective nor efficient for long-term forecasting. In this paper, we propose ETSFormer, a novel time-series Transformer architecture, which exploits the principle of exponential smoothing in improving Transformers for time-series forecasting. In particular, inspired by the classical exponential smoothing methods in time-series forecasting, we propose the novel exponential smoothing attention (ESA) and frequency attention (FA) to replace the self-attention mechanism in vanilla Transformers, thus improving both accuracy and efficiency. Based on these, we redesign the Transformer architecture with modular decomposition blocks such that it can learn to decompose the time-series data into interpretable time-series components such as level, growth and seasonality. Extensive experiments on various time-series benchmarks validate the efficacy and advantages of the proposed method. Code is available at https://github.com/salesforce/ETSformer.

Gerald Woo, Chenghao Liu, Doyen Sahoo, Akshat Kumar, Steven Hoi• 2022

Related benchmarks

TaskDatasetResultRank
Time Series ForecastingETTh1
MSE0.494
729
Multivariate ForecastingETTh1
MSE0.542
686
Time Series ForecastingETTh2
MSE0.439
561
Multivariate Time-series ForecastingETTm1
MSE0.429
466
Long-term time-series forecastingWeather
MSE0.27
448
Long-term time-series forecastingETTh1
MAE0.457
446
Multivariate Time-series ForecastingETTm2
MSE0.293
389
Time Series ForecastingETTm2
MSE0.534
382
Long-term forecastingETTm1
MSE0.429
375
Long-term forecastingETTh1
MSE0.542
365
Showing 10 of 154 rows
...

Other info

Follow for update