vLinear: A Powerful Linear Model for Multivariate Time Series Forecasting
Abstract
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 computational complexity with respect to the number of variates . To address this, we propose vecTrans, a lightweight module that utilizes a learnable vector to model multivariate correlations, reducing the complexity to . Notably, vecTrans can be seamlessly integrated into Transformer-based forecasters, delivering up to 5 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.
Keywords
Cite
@article{arxiv.2601.13768,
title = {vLinear: A Powerful Linear Model for Multivariate Time Series Forecasting},
author = {Wenzhen Yue and Ruohao Guo and Ji Shi and Zihan Hao and Shiyu Hu and Xianghua Ying},
journal= {arXiv preprint arXiv:2601.13768},
year = {2026}
}