Does Long-Term Series Forecasting Need Complex Attention and Extra Long Inputs?
Daojun Liang, Haixia Zhang, Dongfeng Yuan, Xiaoyan Ma, Dongyang Li and, Minggao Zhang

TL;DR
This paper introduces Periodformer, a lightweight Transformer variant with explicit periodicity and proximity mechanisms, demonstrating that complex attention and long inputs are unnecessary for effective long-term time series forecasting.
Contribution
The paper proposes Periodformer, a novel lightweight attention model, and MABO, a multi-GPU hyperparameter optimization method, challenging the need for complex attention and long inputs in LTSF.
Findings
Periodformer reduces prediction error by up to 26%.
MABO cuts hyperparameter search time by 46%.
Long inputs and complex attention are not essential for LTSF.
Abstract
As Transformer-based models have achieved impressive performance on various time series tasks, Long-Term Series Forecasting (LTSF) tasks have also received extensive attention in recent years. However, due to the inherent computational complexity and long sequences demanding of Transformer-based methods, its application on LTSF tasks still has two major issues that need to be further investigated: 1) Whether the sparse attention mechanism designed by these methods actually reduce the running time on real devices; 2) Whether these models need extra long input sequences to guarantee their performance? The answers given in this paper are negative. Therefore, to better copy with these two issues, we design a lightweight Period-Attention mechanism (Periodformer), which renovates the aggregation of long-term subseries via explicit periodicity and short-term subseries via built-in proximity.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Neural Networks and Applications · Stock Market Forecasting Methods
