paper-with-me

Papers

Estimating Time Series Foundation Model Transferability via In-Context Learning

2025-09-28 · Qingren Yao, Ming Jin, Chengqi Zhang, Chao-Han Huck Yang, Jun Qi, Shirui Pan arxiv

Time series foundation models (TSFMs) offer strong zero-shot forecasting via large-scale pre-training, yet fine-tuning remains critical for boosting performance in domains with limited public data. With the growing number of TSFMs, efficiently identifying the best model for downstream fine-tuning becomes increasingly challenging. In this work, we introduce TimeTic, a transferability estimation framework that recasts model selection as an in-context-learning problem: given observations on known (source) datasets, it predicts how a TSFM will perform after fine-tuning on a downstream (target) dataset. TimeTic flexibly organizes the observed model-data relationships as contextual information, allowing it to adapt seamlessly to various test-time scenarios. Leveraging the natural tabular structure formed by dataset meta-features, model characteristics, and fine-tuned performance, we employ tabular foundation models to serve as in-context learners. We further introduce a novel model characterization based on entropy evolution across model layers, capturing embedding-space distinctions and enabling TimeTic to generalize across arbitrary model sets. We establish a comprehensive benchmark for transferability estimation including 10 datasets, 10 foundation models, and 3 forecasting tasks. On this benchmark, TimeTic's estimation demonstrates strong alignment with actual fine-tuned performance for previously unseen datasets, achieving a mean rank correlation of approximately 0.6 and a 30% improvement compared to using zero-shot performance as the transferability score.

📄 PDF Abstract BibTeX arXiv:2509.23695

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unify and Anchor: A Context-Aware Transformer for Cross-Domain Time Series Forecasting

2025-03-03 · Xiaobin Hong, Jiawen Zhang, Wenzhong Li, Sanglu Lu 외

The rise of foundation models has revolutionized natural language processing and computer vision, yet their best practices to time series forecasting remains underexplored. Existing time series foundation models often ad…

Domain GeneralizationMixture-of-ExpertsTime SeriesTime Series Forecasting

A Survey of Time Series Foundation Models: Generalizing Time Series Representation with Large Language Model

2024-05-03 · Jiexia Ye, Weiqi Zhang, Ke Yi, Yongzi Yu 외

Time series data are ubiquitous across various domains, making time series analysis critically important. Traditional time series models are task-specific, featuring singular functionality and limited generalization capa…

Decision MakingFew-Shot LearningLanguage ModelingLanguage Modelling+3

In-Context Fine-Tuning for Time-Series Foundation Models

2024-10-31 · Abhimanyu Das, Matthew Faw, Rajat Sen, Yichen Zhou

Motivated by the recent success of time-series foundation models for zero-shot forecasting, we present a methodology for $\textit{in-context fine-tuning}$ of a time-series foundation model. In particular, we design a pre…

Time Series

Dynamic Linear Coregionalization for Realistic Synthetic Multivariate Time Series

2026-04-06 · Annita Vapsi, Penghang Liu, Saheed Obitayo, Aakriti 외 arxiv

Synthetic data is essential for training foundation models for time series (FMTS), but most generators assume static correlations, and are typically missing realistic inter-channel dependencies. We introduce DynLMC, a Dy…

Time-RA: Towards Time Series Reasoning for Anomaly Diagnosis with LLM Feedback

2025-07-20 · Yiyuan Yang, Zichuan Liu, Lei Song, Kai Ying 외 arxiv

Time series anomaly detection (TSAD) has traditionally focused on binary classification and often lacks the fine-grained categorization and explanatory reasoning required for transparent decision-making. To address these…

Time Series Anomaly DetectionBinary ClassificationTime Series Analysis