AsyTO: Asymmetric Temporal Operator for Parameter-Efficient Multivariate Time Series Forecasting

2026-08-17Machine Learning

Machine LearningArtificial Intelligence
AI summary

The authors address a challenge in predicting multiple time-based data streams: using one model for all variables is simple but less flexible, while separate models for each variable are costly. They found that focusing on compressing the forecasting rules rather than the data itself helps. Their method, AsyTO, breaks down how each variable’s past relates to its future in an efficient, asymmetric way, improving accuracy without heavy computation. Tested on many datasets, AsyTO often balances precision and efficiency better than other models.

multivariate time-series forecastingtemporal operatorasymmetric mappingphase-locked seasonal componentlow-rank approximationforecast horizonparameter efficiencytensor factorizationPareto frontier
Authors
Xiachong Lin, Du Yin, Hao Xue, Wen Hu, Imran Razzak, Arian Prabowo, Matthew Amos, Flora D. Salim
Abstract
Multivariate time-series forecasting faces a structural dilemma: sharing one temporal predictor across variables is parameter-efficient but forces heterogeneous variables through an identical history-to-future map, whereas learning an independent predictor per variable restores flexibility at a cost that grows with the product of variable count, context length, and horizon. We argue that this dilemma dissolves once the object being compressed is the forecasting operator rather than the observed series. Auditing per-variable linear history-to-future maps across standard benchmarks, we find that a phase-locked seasonal component paired with a compact residual operator outperforms a dense phase-blind reference in most audited settings. The residual transport is also directional: lag-invariant alternatives consistently underperform asymmetric history-to-future maps. Guided by this structure, we propose AsyTO, an Asymmetric Temporal Operator that factorizes the tensor of per-variable operators into shared but distinct history-reading and future-writing temporal modes with per-variable mode-wise gains, complemented by a low-rank periodic prototype and a cycle-separable factorization of the temporal modes. Each forecast reads only its own variable's history, so parameters and compute grow linearly in the number of variables. Across eleven benchmarks and multiple forecast horizons, AsyTO attains the best lightweight error in 30 of 44 dataset-horizon settings, locating at the accuracy-compute Pareto frontier.