LGFeb 28

Adapt Data to Model: Adaptive Transformation Optimization for Domain-shared Time Series Foundation Models

Yunzhong Qiu, Zhiyao Cen, Zhongyi Pei, Chen Wang, Jianmin Wang
arXiv:2603.00629v1Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of domain adaptation in time series forecasting for practitioners, offering an efficient solution that is incremental in nature.

The paper tackles the challenge of large time series models struggling with diverse and nonstationary real-world data by proposing TATO, a data-centric framework that adapts a single frozen pre-trained model to various domains through optimized transformations, achieving a maximum reduction in MSE of 65.4% and an average reduction of 13.6%.

Large time series models (LTMs) have emerged as powerful tools for universal forecasting, yet they often struggle with the inherent diversity and nonstationarity of real-world time series data, leading to an unsatisfactory trade-off between forecasting accuracy and generalization. Rather than continually finetuning new LTM instances for each domain, we propose a data-centric framework, time-series adaptive transformation optimization (TATO), that enables a single frozen pre-trained LTM to adapt to diverse downstream domains through an optimally configured transformation pipeline. Specifically, TATO constructs three representative types of transformations, including context slicing, scale normalization, and outlier correction, to help LTMs better align with target domain characteristics. To ensure robustness, we incorporate carefully selected time series augmentations and a two-stage ranking mechanism that filters out pipelines underperforming on specific metrics. Extensive experiments on state-of-the-art LTMs and widely used datasets demonstrate that TATO consistently and significantly improves domain-adaptive forecasting performance, achieving a maximum reduction in MSE of 65.4\% and an average reduction of 13.6\%. Moreover, TATO is highly efficient, typically completing optimization in under 2 minutes, making it practical for real-world deployment. The source code is available at https://github.com/thulab/TATO.

Foundations

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

Your Notes