paper-with-me

Papers

A Foundation Model for Instruction-Conditioned In-Context Time Series Tasks

2026-03-23 · Anish Saha, Konstantin Shmakov arxiv

In-context learning (ICL) enables task adaptation at inference time by conditioning on demonstrations rather than updating model parameters. Although recent time-series foundation models incorporate contextual conditioning, retrieval, or example-based prompting, they typically rely on implicit positional structure or task-specific objectives rather than explicit instruction-conditioned input-output demonstrations. We introduce iAmTime, a time-series foundation model trained with instruction-conditioned amortized meta-learning to infer tasks directly from example demonstrations. iAmTime represents each episode as a structured prompt over historical context and future-known variables using specialized semantic tokens that attend to designated time-series regions, exchange information across demonstrations, and inject task information into the query representation. The model combines a Hierarchical Multi-Scope Transformer Encoder, which captures temporal and covariate dynamics while inferring latent task structure from demonstrated input-output mappings, with a Task-Conditioned Patch Decoder, which adapts decoding through expert-based routing. We train iAmTime on large-scale real and synthetic corpora using supervised and self-supervised instruction-conditioned tasks, including forecasting, imputation, reconstruction, classification, anomaly detection, and source de-mixing. Across diverse domains, frequencies, and horizons, iAmTime improves zero-shot adaptation over strong time-series foundation baselines on probabilistic and point forecasting benchmarks, while achieving competitive performance on non-forecasting tasks such as classification.

📄 PDF Abstract BibTeX arXiv:2603.22586

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

UniCast: A Unified Framework for Instance-Conditioned Multimodal Time-Series Forecasting

2025-08-16 · Sehyuk Park, Soyeon Caren Han, Eduard Hovy arxiv

Time series forecasting underpins applications in finance, healthcare, and environmental monitoring. Despite the success of Time Series Foundation Models (TSFMs), existing approaches operate in a unimodal setting and rel…

Time Series Forecasting

Learning to Generate Time Series Conditioned Graphs with Generative Adversarial Nets

2020-03-03 · Shanchao Yang, Jing Liu, Kai Wu, Mingming Li

Deep learning based approaches have been utilized to model and generate graphs subjected to different distributions recently. However, they are typically unsupervised learning based and unconditioned generative models or…

Graph GenerationTime SeriesTime Series Analysis

Rethinking Post-Training Recipes for Multimodal Time-Series Forecasting

2026-05-28 · Haoxin Liu, Yichen Zhou, Rajat Sen, B. Aditya Prakash 외 arxiv

Time-Series Foundation Models (TSFMs) excel at zero-shot unimodal forecasting using numerical data, but unlike LLMs they cannot consume multimodal, non-numerical context that often shape real-world trajectories. In this …

Reinforcement Learning

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

Learning the Context of Errors: Black-Box Online Adaptation of Time Series Foundation Models

2026-06-12 · Xilin Dai, Yiding Liu, Hongjie Xia, Yifan Hu 외 arxiv

The rapid evolution of Time Series Foundation Models (TSFMs) has advanced zero-shot forecasting across diverse domains. Inspired by the current form of Large Language Models, future TSFMs may be offered as commercialized…