Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

OLinear: A Linear Model for Time Series Forecasting in Orthogonally Transformed Domain

About

This paper presents $\mathbf{OLinear}$, a $\mathbf{linear}$-based multivariate time series forecasting model that operates in an $\mathbf{o}$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 $\mathbf{OrthoTrans}$, 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 module to enhance existing forecasters. To enhance the representation learning for multivariate time series, we introduce a customized linear layer, $\mathbf{NormLin}$, which employs a normalized weight matrix to capture multivariate dependencies. Empirically, the NormLin module shows a surprising performance advantage over multi-head self-attention, while requiring nearly half the FLOPs. Extensive experiments on 24 benchmarks and 140 forecasting tasks demonstrate that OLinear consistently achieves state-of-the-art performance with high efficiency. Notably, as a plug-in replacement for self-attention, the NormLin module consistently enhances Transformer-based forecasters. The code and datasets are available at https://anonymous.4open.science/r/OLinear

Wenzhen Yue, Yong Liu, Haoxuan Li, Hao Wang, Xianghua Ying, Ruohao Guo, Bowei Xing, Ji Shi• 2025

Related benchmarks

TaskDatasetResultRank
Multivariate ForecastingETTh1
MSE0.366
645
Multivariate Time-series ForecastingETTm1
MSE0.279
433
Multivariate ForecastingETTh2
MSE0.277
341
Multivariate Time-series ForecastingETTm2
MSE0.162
334
Multivariate Time-series ForecastingWeather
MSE0.147
276
Multivariate Time-series ForecastingTraffic
MSE0.341
200
Long-term forecastingETTm1
MSE0.374
184
Long-term forecastingETTm2
MSE0.27
174
Multivariate Time-series ForecastingETTh2 (test)
MSE0.367
171
Multivariate Time-series ForecastingElectricity
MSE0.133
150
Showing 10 of 42 rows

Other info

Follow for update