Disentangled Parameter-Efficient Linear Model for Long-Term Time Series Forecasting
Yuang Zhao, Tianyu Li, Jiadong Chen, Shenrong Ye, Fuxin Jiang, Xiaofeng Gao

TL;DR
DiPE-Linear introduces a disentangled, parameter-efficient linear model for long-term time series forecasting, reducing complexity and achieving state-of-the-art results with fewer parameters.
Contribution
It proposes a novel disentangled architecture with specialized modules and low-rank sharing, significantly improving efficiency and performance over traditional monolithic linear models.
Findings
Achieves state-of-the-art performance on real-world datasets.
Reduces parameter complexity from quadratic to linear.
Demonstrates high efficiency with fewer parameters.
Abstract
Long-term Time Series Forecasting (LTSF) is crucial across various domains, but complex deep models like Transformers are often prone to overfitting on extended sequences. Linear Fully Connected models have emerged as a powerful alternative, achieving competitive results with fewer parameters. However, their reliance on a single, monolithic weight matrix leads to quadratic parameter redundancy and an entanglement of temporal and frequential properties. To address this, we propose DiPE-Linear, a novel model that disentangles this monolithic mapping into a sequence of specialized, parameter-efficient modules. DiPE-Linear features three core components: Static Frequential Attention to prioritize critical frequencies, Static Time Attention to focus on key time steps, and Independent Frequential Mapping to independently process frequency components. A Low-rank Weight Sharing policy further…
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 · Stock Market Forecasting Methods · Neural Networks and Applications
MethodsSoftmax · Attention Is All You Need
