AltTS: A Dual-Path Framework with Alternating Optimization for Multivariate Time Series Forecasting
About
Multivariate time series forecasting involves two qualitatively distinct factors: (i) stable within-series autoregressive (AR) dynamics, and (ii) intermittent cross-dimension interactions that can become spurious over long horizons. We argue that fitting a single model to capture both effects creates an optimization conflict: the high-variance updates needed for cross-dimension modeling can corrupt the gradients that support autoregression, resulting in brittle training and degraded long-horizon accuracy. To address this, we propose ALTTS, a dual-path framework that explicitly decouples autoregression and cross-relation (CR) modeling. In ALTTS, the AR path is instantiated with a linear predictor, while the CR path uses a Transformer equipped with Cross-Relation Self-Attention (CRSA); the two branches are coordinated via alternating optimization to isolate gradient noise and reduce cross-block interference. Extensive experiments on multiple benchmarks show that ALTTS consistently outperforms prior methods, with the most pronounced improvements on long-horizon forecasting. Overall, our results suggest that carefully designed optimization strategies, rather than ever more complex architectures, can be a key driver of progress in multivariate time series forecasting.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multivariate Forecasting | ETTh1 | MSE0.36 | 645 | |
| Multivariate Time-series Forecasting | ETTm1 | MSE0.29 | 433 | |
| Multivariate Forecasting | ETTh2 | MSE0.273 | 341 | |
| Multivariate Time-series Forecasting | ETTm2 | MSE0.16 | 334 | |
| Multivariate Time-series Forecasting | Weather | MSE0.144 | 276 | |
| Multivariate Time-series Forecasting | Traffic | MSE0.355 | 200 | |
| Multivariate Time-series Forecasting | Electricity | MSE0.131 | 150 |