AdaPTS: Adapting Univariate Foundation Models to Probabilistic Multivariate Time Series Forecasting
Abdelhakim Benechehab, Vasilii Feofanov, Giuseppe Paolo, Albert Thomas, Maurizio Filippone, Balázs Kégl
TL;DR
AdaPTS tackles the challenge of using pre-trained univariate time-series foundation models for multivariate probabilistic forecasting by introducing invertible, stochastic adapters that project multivariate inputs into a latent space, apply a frozen univariate FM per channel, and decode back to the original space. By incorporating probabilistic adapters (VAE and dropout-based) and several adapter families (linear and nonlinear autoencoders, with optional normalizing flows), the framework delivers improved forecasting accuracy and calibrated uncertainty across diverse real-world datasets while enabling dimensionality reduction. Key findings show substantial MSE/MAE gains, interpretable latent representations, and reasonably well-calibrated predictive distributions, particularly with VAE-based adapters, though longer-horizon calibration remains challenging. The approach offers a modular, scalable path to broaden the applicability of time-series foundation models in practical, uncertain environments, with publicly available code to promote reproducibility.
Abstract
Pre-trained foundation models (FMs) have shown exceptional performance in univariate time series forecasting tasks. However, several practical challenges persist, including managing intricate dependencies among features and quantifying uncertainty in predictions. This study aims to tackle these critical limitations by introducing adapters; feature-space transformations that facilitate the effective use of pre-trained univariate time series FMs for multivariate tasks. Adapters operate by projecting multivariate inputs into a suitable latent space and applying the FM independently to each dimension. Inspired by the literature on representation learning and partially stochastic Bayesian neural networks, we present a range of adapters and optimization/inference strategies. Experiments conducted on both synthetic and real-world datasets confirm the efficacy of adapters, demonstrating substantial enhancements in forecasting accuracy and uncertainty quantification compared to baseline methods. Our framework, AdaPTS, positions adapters as a modular, scalable, and effective solution for leveraging time series FMs in multivariate contexts, thereby promoting their wider adoption in real-world applications. We release the code at https://github.com/abenechehab/AdaPTS.
