Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

vLinear: A Powerful Linear Model for Multivariate Time Series Forecasting

About

In this paper, we present \textbf{vLinear}, an effective yet efficient \textbf{linear}-based multivariate time series forecaster featuring two components: the \textbf{v}ecTrans module and the WFMLoss objective. Many state-of-the-art forecasters rely on self-attention or its variants to capture multivariate correlations, typically incurring $\mathcal{O}(N^2)$ computational complexity with respect to the number of variates $N$. To address this, we propose vecTrans, a lightweight module that utilizes a learnable vector to model multivariate correlations, reducing the complexity to $\mathcal{O}(N)$. Notably, vecTrans can be seamlessly integrated into Transformer-based forecasters, delivering up to 5$\times$ inference speedups and consistent performance gains. Furthermore, we introduce WFMLoss (Weighted Flow Matching Loss) as the objective. In contrast to typical \textbf{velocity-oriented} flow matching objectives, we demonstrate that a \textbf{final-series-oriented} formulation yields significantly superior forecasting accuracy. WFMLoss also incorporates path- and horizon-weighted strategies to focus learning on more reliable paths and horizons. Empirically, vLinear achieves state-of-the-art performance across 22 benchmarks and 124 forecasting settings. Moreover, WFMLoss serves as an effective plug-and-play objective, consistently improving existing forecasters. The code is available at https://anonymous.4open.science/r/vLinear.

Wenzhen Yue, Ruohao Guo, Ji Shi, Zihan Hao, Shiyu Hu, Xianghua Ying• 2026

Related benchmarks

TaskDatasetResultRank
Time Series ForecastingETTh1
MSE0.416
836
Time Series ForecastingETTh2
MSE0.358
796
Time Series ForecastingETTm2
MSE0.268
536
Long-term forecastingETTm1
MSE0.369
422
Time Series ForecastingETTm1
MSE0.369
363
Long-term forecastingETTm2
MSE0.268
350
Traffic ForecastingMETR-LA
MAE0.32
329
Time Series ForecastingECL
MSE0.153
294
Long-term time-series forecastingECL
MSE0.153
163
Time Series Forecastingsolar
MSE0.209
106
Showing 10 of 35 rows

Other info

Follow for update