Multivariate Autoregressive Training Paradigm
- The multivariate autoregressive training paradigm is a framework that develops strategies exploiting autoregressive structures to capture temporal and cross-dimensional dependencies.
- It decomposes dynamics into linear autoregressive and nonlinear cross-relation components, enabling specialized optimization and error correction across forecasting horizons.
- Empirical studies demonstrate reduced forecast errors and enhanced stability across linear, nonlinear, and probabilistic settings in diverse application domains.
Searching arXiv for the key papers to ground the article in current arXiv records. The multivariate autoregressive training paradigm denotes a class of training strategies for models that forecast a multivariate process by making autoregressive structure explicit at the level of parameterization, optimization, or rollout. In recent work, this has been formulated either as repeated application of a single-step multivariate predictor over future horizons, as in MVAR, or as an explicit decomposition of a multivariate transition operator into autoregressive and cross-relation components, as in AltTS (Fan et al., 16 Jul 2025, Yuan et al., 12 Feb 2026). Across the literature, the paradigm appears in linear, nonlinear, probabilistic, residual, directional, and manifold-valued settings, but its unifying feature is that the training procedure is designed around the fact that multivariate prediction errors propagate through time and across dimensions rather than remaining isolated within independent channels (Goel et al., 2017, Rasul et al., 2021).
1. Formal definitions and operator viewpoint
A common formalization starts from multivariate long-term time series forecasting. In AltTS, the lookback window is , the target horizon is , and the model is expressed through a transition matrix with blocks . Using the paper’s “apply-then-sum” operator,
the ideal transition equation is
and training minimizes
This formulation isolates diagonal autoregressive effects from off-diagonal cross-dimension effects , and it makes explicit that multivariate forecasting is not merely a collection of independent univariate problems (Yuan et al., 12 Feb 2026).
Other formulations preserve the same core logic while changing the state space. In MVAR, the multivariate state at time is 0, with 1 cities and 2 pollutants, and the multi-step mapping is defined by repeated application of a single-step model 3: 4 Without meteorology, the recursion is
5
and with meteorology it is
6
so the training target is inherently autoregressive and multivariate at every rollout step (Fan et al., 16 Jul 2025).
Probabilistic variants factorize the forecast distribution over time rather than directly over coordinates. TimeGrad models the conditional future law as
7
where each factor is a multivariate distribution over 8. The model is thus autoregressive in time but not factorized across variables within a time slice (Rasul et al., 2021). This suggests that “autoregressive” in the multivariate literature refers less to a single architectural template than to a family of factorizations and rollout regimes that preserve temporal causality while modeling dependence across dimensions.
2. Structural decompositions of multivariate dependence
A central theme is decomposition: separate the easy, stable, within-series dynamics from the harder, higher-variance, cross-series component. AltTS states this directly by splitting the transition operator as
9
with 0 and 1. The AR path is a channel-independent linear forecaster with RevIN normalization and an 2 regularizer, while the CR path is a Transformer over variable tokens using Cross-Relation Self-Attention, which masks the diagonal so that a variable cannot attend to itself. The model therefore enforces role specialization structurally: autoregression remains explicit and linear, while cross-dimension interactions are nonlinear and masked to remain genuinely cross-variable (Yuan et al., 12 Feb 2026).
Earlier hybrid models instantiated related decompositions without the same optimization argument. R2N2 first fits a simple linear multivariate autoregressive model, typically VAR-1, then trains an LSTM on the residual multivariate time series and predicts
3
The linear model captures short-lag linear dependencies and the recurrent model captures residual nonlinear structure and longer-term effects (Goel et al., 2017). The autoregressive convolutional recurrent neural network of 2019 similarly combines a multi-scale convolutional and GRU-based nonlinear path with a linear autoregressive shortcut
4
where the linear term uses a regression input window of 5 previous steps and shares weights and biases across variables (Maggiolo et al., 2019). In both cases, the final prediction is additive, and the linear autoregressive component functions as a stable baseline while the nonlinear module supplies corrective structure.
Recent high-dimensional work retains the same separation principle but introduces stronger parameter sharing. RRNAR represents the transition as
5
with
6
The network side is reduced to two scalars, while the variable side is low rank; this couples known topology with a learnable low-rank variable subspace and yields a parameter count of 7 rather than 8 (Lyu et al., 4 Jan 2026). A plausible implication is that multivariate autoregressive training increasingly treats parameterization as an optimization device: structural decomposition is used not only for interpretability but also to control variance and dimensionality.
3. Optimization schedules as part of the model
One of the most explicit claims in this literature is that training schedule is itself part of the model class. AltTS argues that joint optimization of AR and CR parameters produces gradient entanglement because the aggregate residual
9
mixes diagonal and off-diagonal errors, so the AR gradient becomes
0
The cross-relation term contaminates the autoregressive update, increases covariance, and destabilizes long-horizon learning. The proposed response is block alternating optimization with two independent AMSGrad optimizers: first update 1 with 2 fixed, then update 3 with 4 fixed. The paper reports that AR is always updated before CR and notes a fixed rhythm such as 10 AR updates followed by 2 CR updates per mini-batch (Yuan et al., 12 Feb 2026).
MVAR treats training-time rollout consistency as the decisive issue. Its Multivariate Autoregressive Training Paradigm trains a single-step operator by free-running autoregression rather than teacher forcing. The model takes only 2 historical time steps, forecasts up to 20 steps, and uses the Step Weighted loss
5
where 6 is a monotonically decreasing, equally spaced sequence with maximum value 5 and minimum 0.1. The paper explicitly states that teacher forcing is not used; during training, predictions are always fed back as inputs to the next step (Fan et al., 16 Jul 2025).
BPTT-SA addresses the same mismatch in recurrent forecasting. Standard teacher-forced BPTT computes gradients under the data distribution, whereas autoregressive inference feeds back model predictions. BPTT-SA samples Bernoulli switches 7 and interpolates between teacher forcing and autoregressive propagation; its hidden-state gradient contains products of either the teacher-forcing factor 8 or the autoregressive factor 9, yielding
0
Early in training 1, later 2, and validation is computed with 3, namely pure autoregressive inference (Vlachas et al., 2023).
Not all paradigms are simultaneous or end-to-end. R2N2 is explicitly sequential: fit VAR, freeze it, compute residuals, and then train the RNN on residual-augmented sequences (Goel et al., 2017). By contrast, the 2019 convolutional recurrent model trains its convolutional, recurrent, and linear AR components jointly under MSE (Maggiolo et al., 2019). Taken together, these works indicate that “training paradigm” in this area includes at least four distinct regimes: joint additive training, residual-stage training, alternating block optimization, and closed-loop free-running rollout training.
4. Probabilistic, bidirectional, and non-Euclidean extensions
The paradigm generalizes beyond deterministic Euclidean regression. TimeGrad preserves the temporal autoregressive factorization but replaces a simple emission head with a conditional diffusion model. At each step 4, the RNN hidden state 5 conditions a diffusion loss
6
so the model learns one-step multivariate predictive distributions and then rolls them forward autoregressively at inference (Rasul et al., 2021). This suggests that autoregressive training need not imply a simple Gaussian head; it can be combined with expressive score-based generative modeling.
COPAR replaces linear dependence with a vine-copula factorization. In the bivariate case, serial dependence is represented by 7, conditional serial dependence in the second series by 8, and cross-series dependence by 9 and 0. A COPAR(1) model sets all copulas with lag greater than 2 to the independence copula and therefore uses 3 non-independence copulas in the bivariate case (Brechmann et al., 2012). The autoregressive paradigm here is expressed through lag truncation and sequential pair-copula estimation rather than through neural rollout.
MIM extends autoregression along direction rather than variable axis. It jointly trains left-to-right and right-to-left factorizations,
4
with a token-wise total variation alignment term and a bidirectional inference procedure that lets both directional models “meet in the middle” (Nguyen et al., 2023). Although this is not a multivariate time-series paper, it broadens the meaning of autoregressive training by showing that multiple conditional factorizations of the same joint distribution can be trained jointly and aligned.
The same pattern appears in non-Euclidean time series. The Wasserstein multivariate autoregressive model centers distribution-valued observations by Fréchet means and works in the tangent space at the Lebesgue measure. Its centered quantile dynamics take the form
5
with simplex constraints
6
to ensure valid quantile maps (Jiang et al., 2022). This is still multivariate autoregression, but training occurs in a Wasserstein tangent geometry and the estimator is a constrained quadratic program rather than a standard least-squares fit.
5. High-dimensional, structured, and statistical formulations
A prominent branch of the paradigm is devoted to dimensionality control in high-dimensional settings. TVP-MAI reduces a large TVP-VAR-SV into a small number of indices 7, then models
8
with state-space recursion
9
Training mixes a switching algorithm for 0, forgetting-factor Kalman filtering for 1, EWMA volatility updates, and Dynamic Model Selection or Dynamic Model Averaging over 2 choices (Cubadda et al., 2022). The paper emphasizes that this avoids the computational burden of large MCMC-based TVP-VAR-SV models.
TVART assumes a windowed VAR(1),
3
stacks 4 into a tensor 5, and imposes a CP decomposition
6
The regularized objective is
7
with 8 equal to temporal total variation or spline smoothing. Training uses alternating minimization over the three factor matrices, and the paper proves that any stationary point of the algorithm is a local minimum (Harris et al., 2019).
In multivariate ordinal regression with repeated measurements, the autoregressive structure is moved to latent errors: 9 The full 0 covariance 1 is induced by 2 and 3, but estimation avoids 4-dimensional integrals by maximizing a pairwise composite likelihood over bivariate ordinal probabilities (Vana-Gür, 2024). Similarly, the biomedical signal-processing framework introduces an overparameterized loss
5
then alternates between parameter estimation and state reconstruction via explicit linear solves, including multivariate AR(1) EEG connectivity with 6 channels (Haderlein et al., 2023). These statistical formulations show that the training paradigm can be expressed as composite likelihood or alternating latent-state estimation just as naturally as it can be expressed through deep learning optimizers.
6. Empirical behavior, strengths, and limitations
Across the cited papers, the main empirical claim is not that one universal architecture dominates, but that training design materially affects multivariate forecasting quality. AltTS reports that across 56 dataset-horizon-metric combinations it is best or second best in 49 cases, with particularly strong gains on ETTh1/2, ETTm1/2, and Weather at long horizons; in the AO ablation, ETTh1 at 7 improves from 8 without AO to 9 with AO (Yuan et al., 12 Feb 2026). MVAR reports that a model trained with only 2 past steps can outperform state-of-the-art baselines that use 20-step inputs, and that meteorology-coupled variants further improve PM0 RMSE, for example from 29.66 to 28.11 at 1–24h and from 34.10 to 31.29 at 97–120h when ERA5 is used (Fan et al., 16 Jul 2025).
The same pattern appears outside deterministic forecasting. TimeGrad reports state-of-the-art multivariate probabilistic forecasting on datasets with thousands of correlated dimensions and attributes this to combining an autoregressive temporal encoder with a diffusion-based multivariate conditional head (Rasul et al., 2021). In offline RL, autoregressive dynamics models outperform diagonal-Gaussian baselines in held-out negative log-likelihood on every DM Control task and achieve a median OPE rank correlation of 0.90, a median normalized Regret@5 of 0.04, and a median absolute error of 9.71, surpassing model-based diagonal baselines and model-free OPE methods (Zhang et al., 2021). In MIM, bidirectional autoregressive pretraining reduces OpenWebText perplexity from 11.92 to 9.54 at 2.7B and improves HumanEval Infilling pass@1 from 22.8% to 26.3% relative to FIM at the same scale (Nguyen et al., 2023). These results suggest that the autoregressive training paradigm has become a general methodological principle rather than a domain-specific recipe.
The literature also identifies recurrent limitations. Linear AR backbones can be too restrictive when nonlinear within-series effects dominate (Yuan et al., 12 Feb 2026). Free-running autoregressive training can accumulate error on spike-driven targets such as PM1 (Fan et al., 16 Jul 2025). Diffusion-based autoregressive heads can be slow because each forecast step requires multiple reverse-process evaluations (Rasul et al., 2021). Autoregressive dynamics models in RL require 2 forward passes across state dimensions at inference (Zhang et al., 2021). Composite-likelihood and sandwich-variance procedures can underestimate uncertainty for thresholds and may need bootstrap or jackknife corrections (Vana-Gür, 2024). These are not contradictions of the paradigm; they indicate that explicit autoregression does not remove the classical trade-offs among bias, variance, computational cost, and model misspecification.
A persistent misconception is that multivariate autoregressive training is simply “teacher forcing on a multivariate output.” The surveyed papers do not support that reduction. Some methods are explicitly free-running and avoid teacher forcing during training (Fan et al., 16 Jul 2025); some alternate among blocks to suppress gradient contamination (Yuan et al., 12 Feb 2026); some decompose residuals sequentially (Goel et al., 2017); some estimate latent states and parameters jointly (Haderlein et al., 2023); and some factorize the conditional law through copulas, diffusion chains, or bidirectional sequence factorizations (Brechmann et al., 2012, Rasul et al., 2021, Nguyen et al., 2023). A more accurate characterization is that the paradigm treats autoregressive dependence as a modeling object and the training schedule as a statistical object of equal importance.