LGAIMLOct 28, 2024

Introducing Spectral Attention for Long-Range Dependency in Time Series Forecasting

arXiv:2410.20772v38 citationsh-index: 4NIPS
Originality Highly original
AI Analysis

This addresses a key limitation in sequence modeling for time series forecasting, offering a method to improve long-range dependency handling across various models.

The paper tackles the problem of capturing long-range dependencies in time series forecasting by introducing a Spectral Attention mechanism that preserves temporal correlations and handles long-range information, achieving state-of-the-art results on 11 real-world datasets.

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. Spectral Attention can be seamlessly integrated into most sequence models, allowing models with fixed-sized look-back windows to capture long-range dependencies over thousands of steps. Through extensive experiments on 11 real-world time series datasets using 7 recent forecasting models, we consistently demonstrate the efficacy of our Spectral Attention mechanism, achieving state-of-the-art results.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes