CVTN: Cross Variable and Temporal Integration for Time Series Forecasting
Han Zhou, Yuntian Chen

TL;DR
This paper introduces CVTN, a novel Transformer-based framework that separates feature mining and temporal dependency learning in multivariate time series forecasting, achieving state-of-the-art results.
Contribution
The paper proposes a new two-phase approach, dividing cross-variable and cross-time learning to improve feature extraction and reduce overfitting in time series forecasting.
Findings
Achieves state-of-the-art performance on multiple datasets.
Effectively separates feature mining from temporal dependency learning.
Demonstrates robustness across various real-world scenarios.
Abstract
In multivariate time series forecasting, the Transformer architecture encounters two significant challenges: effectively mining features from historical sequences and avoiding overfitting during the learning of temporal dependencies. To tackle these challenges, this paper deconstructs time series forecasting into the learning of historical sequences and prediction sequences, introducing the Cross-Variable and Time Network (CVTN). This unique method divides multivariate time series forecasting into two phases: cross-variable learning for effectively mining fea tures from historical sequences, and cross-time learning to capture the temporal dependencies of prediction sequences. Separating these two phases helps avoid the impact of overfitting in cross-time learning on cross-variable learning. Exten sive experiments on various real-world datasets have confirmed its state-of-the-art (SOTA)…
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 · Stock Market Forecasting Methods
MethodsAttention Is All You Need · Dropout · Residual Connection · Softmax · Position-Wise Feed-Forward Layer · Byte Pair Encoding · Absolute Position Encodings · Linear Layer · Dense Connections · Label Smoothing
