Search papers, labs, and topics across Lattice.
The paper introduces DualWeaver, a framework that adapts univariate time-series foundation models (Uni-TSFMs) for multivariate forecasting by learning a pair of structurally symmetric surrogate series that capture cross-variable dependencies. These surrogates are generated using a shared feature-fusion module and mapped to TSFM-compatible series via the forecasting objective, enabling parameter-free reconstruction of final predictions. DualWeaver outperforms state-of-the-art multivariate forecasters in accuracy and stability on diverse real-world datasets, demonstrating the effectiveness of the surrogate-based approach.
Skip the multivariate time series model search: DualWeaver lets you adapt existing univariate time series foundation models to multivariate forecasting with strong accuracy and stability.
Time-series foundation models (TSFMs) have achieved strong univariate forecasting through large-scale pre-training, yet effectively extending this success to multivariate forecasting remains challenging. To address this, we propose DualWeaver, a novel framework that adapts univariate TSFMs (Uni-TSFMs) for multivariate forecasting by using a pair of learnable, structurally symmetric surrogate series. Generated by a shared auxiliary feature-fusion module that captures cross-variable dependencies, these surrogates are mapped to TSFM-compatible series via the forecasting objective. The symmetric structure enables parameter-free reconstruction of final predictions directly from the surrogates, without additional parametric decoding. A theoretically grounded regularization term is further introduced to enhance robustness against adaptation collapse. Extensive experiments on diverse real-world datasets show that DualWeaver outperforms state-of-the-art multivariate forecasters in both accuracy and stability. We release the code at https://github.com/li-jinpeng/DualWeaver.