LGDec 8, 2025

FRWKV:Frequency-Domain Linear Attention for Long-Term Time Series Forecasting

arXiv:2512.07539v21 citationsh-index: 6Has Code
Originality Highly original
AI Analysis

This work addresses the problem of scalable long-sequence time series forecasting for researchers and practitioners, establishing a new paradigm rather than being incremental.

The paper tackles the bottleneck of quadratic complexity and limited frequency-domain exploitation in Transformers for long-term time series forecasting by proposing FRWKV, a frequency-domain linear-attention framework that achieves O(T) computational complexity and attains a first-place average rank across eight real-world datasets.

Traditional Transformers face a major bottleneck in long-sequence time series forecasting due to their quadratic complexity $(\mathcal{O}(T^2))$ and their limited ability to effectively exploit frequency-domain information. Inspired by RWKV's $\mathcal{O}(T)$ linear attention and frequency-domain modeling, we propose FRWKV, a frequency-domain linear-attention framework that overcomes these limitations. Our model integrates linear attention mechanisms with frequency-domain analysis, achieving $\mathcal{O}(T)$ computational complexity in the attention path while exploiting spectral information to enhance temporal feature representations for scalable long-sequence modeling. Across eight real-world datasets, FRWKV achieves a first-place average rank. Our ablation studies confirm the critical roles of both the linear attention and frequency-encoder components. This work demonstrates the powerful synergy between linear attention and frequency analysis, establishing a new paradigm for scalable time series modeling. Code is available at this repository: https://github.com/yangqingyuan-byte/FRWKV.

Foundations

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

Your Notes