OLinear: A Linear Model for Time Series Forecasting in Orthogonally Transformed Domain
Wenzhen Yue, Yong Liu, Haoxuan Li, Hao Wang, Xianghua Ying, Ruohao Guo, Bowei Xing, Ji Shi

TL;DR
OLinear introduces a novel orthogonal transformation-based linear model for multivariate time series forecasting, outperforming existing methods in accuracy and efficiency by decorrelating data and employing a specialized linear layer.
Contribution
The paper proposes a data-adaptive orthogonal transformation and a normalized linear layer, improving multivariate time series forecasting and serving as an efficient plug-in for existing models.
Findings
Outperforms state-of-the-art models on 24 benchmarks
Achieves high accuracy with nearly half the FLOPs of attention-based models
Enhances Transformer forecasters when used as a plug-in
Abstract
This paper presents , a -based multivariate time series forecasting model that operates in an rthogonally transformed domain. Recent forecasting models typically adopt the temporal forecast (TF) paradigm, which directly encode and decode time series in the time domain. However, the entangled step-wise dependencies in series data can hinder the performance of TF. To address this, some forecasters conduct encoding and decoding in the transformed domain using fixed, dataset-independent bases (e.g., sine and cosine signals in the Fourier transform). In contrast, we utilize , a data-adaptive transformation based on an orthogonal matrix that diagonalizes the series' temporal Pearson correlation matrix. This approach enables more effective encoding and decoding in the decorrelated feature domain and can serve as a plug-in…
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
TopicsTraffic Prediction and Management Techniques · Time Series Analysis and Forecasting · Forecasting Techniques and Applications
MethodsADaptive gradient method with the OPTimal convergence rate
