MLLGFeb 14, 2025

AdaPTS: Adapting Univariate Foundation Models to Probabilistic Multivariate Time Series Forecasting

arXiv:2502.10235v18 citationsh-index: 8Has CodeICML
Originality Incremental advance
AI Analysis

This work addresses the problem of managing dependencies and uncertainty in multivariate forecasting for real-world applications, representing an incremental advancement.

The study tackled the challenge of adapting univariate foundation models to multivariate time series forecasting by introducing adapters, which improved forecasting accuracy and uncertainty quantification compared to baseline methods.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes