vLinear: A Powerful Linear Model for Multivariate Time Series Forecasting
Wenzhen Yue, Ruohao Guo, Ji Shi, Zihan Hao, Shiyu Hu, Xianghua Ying

TL;DR
vLinear introduces a linear multivariate time series forecasting model with a novel vecTrans module for efficient correlation modeling and WFMLoss for improved accuracy, achieving state-of-the-art results with faster inference.
Contribution
The paper proposes vLinear, a linear model with vecTrans for efficient correlation modeling and WFMLoss for enhanced forecasting accuracy, outperforming existing methods.
Findings
Achieves state-of-the-art performance on 22 benchmarks.
Provides up to 5× inference speedups.
WFMLoss improves existing forecasters when used as a plug-in.
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}…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Forecasting Techniques and Applications · Stock Market Forecasting Methods
