paper-with-me

Papers

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, Zewei Dong, Jiang-Ming Yang, Qiang Xu 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, closed-source API services. However, many existing online adaptation methods still rely on white-box access for parameter fine-tuning or gradient backpropagation. This paradigm mismatch raises a question: In black-box online adaptation for TSFMs, what should we learn? We answer this with an insight: the predictive errors of the base model are conditioned on both the input and output of the base model (i.e., the context of errors). To validate this insight, we propose ORCA (Online Residual Contextual Adaptation). We conduct extensive experiments across 5 state-of-the-art TSFMs and 8 datasets to demonstrate the effectiveness of our approach. Furthermore, through ablation studies, we quantitatively analyze the impact of different adapter learning hypotheses on the final adaptation performance in black-box online adaptation. Code available at https://github.com/Fifthky/ORCA.

📄 PDF Abstract BibTeX arXiv:2606.14222

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Black-box Adaptation of ASR for Accented Speech

2020-06-24 · Kartik Khandelwal, Preethi Jyothi, Abhijeet Awasthi, Sunita Sarawagi

We introduce the problem of adapting a black-box, cloud-based ASR system to speech from a target accent. While leading online ASR services obtain impressive performance on main-stream accents, they perform poorly on sub-…

RIZZ: Routing Interactions to Near Zero-Interference Zones for Continual Adaptation of Black-Box Agents

2026-06-02 · Sonali Goel, Pranav Vaidhyanathan, Lucas Schorling, Natalia Ares 외 arxiv

Large language models are increasingly deployed as long-lived agents that must adapt across users, tasks, domains, modalities, and feedback regimes without access to model weights. Existing black-box adaptation methods t…

OLIVIA: Online Learning via Inference-time Action Adaptation for Decision Making in LLM ReAct Agents

2026-05-11 · Sheldon Yu, Junda Wu, Xintong Li, Nikki Lijing Kuang 외 arxiv

Large language model agents interleave reasoning, action selection, and observation to solve sequential decision-making tasks. In deployed settings where agents repeatedly handle related multi-step tasks, small action-se…

Decision Making

Learning to Adapt in Dynamic, Real-World Environments Through Meta-Reinforcement Learning

2018-03-30 · ICLR 2019 5 · Anusha Nagabandi, Ignasi Clavera, Simin Liu, Ronald S. Fearing 외

Although reinforcement learning methods can achieve impressive results in simulation, the real world presents two major challenges: generating samples is exceedingly expensive, and unexpected perturbations or unseen situ…

continuous-controlContinuous ControlMeta-LearningMeta Reinforcement Learning+5

Adapting multi-armed bandits policies to contextual bandits scenarios

2018-11-11 · David Cortes

This work explores adaptations of successful multi-armed bandits policies to the online contextual bandits scenario with binary rewards using binary classification algorithms such as logistic regression as black-box orac…

Binary ClassificationClassificationGeneral ClassificationMulti-Armed Bandits+2