Introducing Spectral Attention for Long-Range Dependency in Time Series Forecasting
Bong Gyun Kang, Dongjun Lee, HyunGi Kim, DoHyun Chung, Sungroh Yoon

TL;DR
This paper introduces Spectral Attention, a novel mechanism that enhances long-range dependency modeling in time series forecasting by preserving temporal correlations and enabling models to capture dependencies over thousands of steps.
Contribution
The paper presents Spectral Attention, a new attention mechanism that can be integrated into existing models to improve long-range dependency capture in time series forecasting.
Findings
Achieves state-of-the-art results on 11 real-world datasets.
Effectively captures long-range dependencies over thousands of steps.
Improves performance of various forecasting models with Spectral Attention.
Abstract
Sequence modeling faces challenges in capturing long-range dependencies across diverse tasks. Recent linear and transformer-based forecasters have shown superior performance in time series forecasting. However, they are constrained by their inherent inability to effectively address long-range dependencies in time series data, primarily due to using fixed-size inputs for prediction. Furthermore, they typically sacrifice essential temporal correlation among consecutive training samples by shuffling them into mini-batches. To overcome these limitations, we introduce a fast and effective Spectral Attention mechanism, which preserves temporal correlations among samples and facilitates the handling of long-range information while maintaining the base model structure. Spectral Attention preserves long-period trends through a low-pass filter and facilitates gradient to flow between samples.…
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
Taxonomy
TopicsTime Series Analysis and Forecasting · Neural Networks and Applications · Stock Market Forecasting Methods
MethodsSoftmax · Attention Is All You Need · Balanced Selection
