paper-with-me

홈 › Papers

CLaaS: Continual learning as a service for sample efficient online learning

2026-06-04 · Kion Fallah, Silen Naihin, Barak Widawsky, Qingqing Mao arxiv

Deployed large language model agents must adapt to distribution shift in dynamic environments. Ideally, adaptation can be performed from accumulated agent experiences and retain prior capabilities while transferring to future tasks. However, agent actions and environmental transitions can only be sampled once per scenario, as real-world environments cannot be trivially reset. To this end, we investigate an experiential and online continual learning setting in which agents learn from a stream of scenarios. We propose continual learning as-a-service (CLaaS), a system which enables agents to improve during deployment, abstracted behind a chat API. To increase sample efficiency, CLaaS stores rollouts in an experience replay buffer for gradient reuse during asynchronous training. We evaluate CLaaS on an adversarial task, demonstrating that parametric updates lead to superior forward transfer and less forgetting than in-context learning, with replay being a critical choice for sample efficiency.

📄 PDF Abstract BibTeX arXiv:2606.05559

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Continual-Learning-as-a-Service (CLaaS): On-Demand Efficient Adaptation of Predictive Models

2022-06-14 · Rudy Semola, Vincenzo Lomonaco, Davide Bacciu

Predictive machine learning models nowadays are often updated in a stateless and expensive way. The two main future trends for companies that want to build machine learning-based applications and systems are real-time in…

AttributeBIG-bench Machine LearningContinual LearningObject Recognition

Optimizing Class Distribution in Memory for Multi-Label Online Continual Learning

2022-09-23 · Yan-Shuo Liang, Wu-Jun Li

Online continual learning, especially when task identities and task boundaries are unavailable, is a challenging continual learning setting. One representative kind of methods for online continual learning is replay-base…

Continual Learning

Complementary Learning System Empowers Online Continual Learning of Vehicle Motion Forecasting in Smart Cities

2025-08-27 · Zirui Li, Yunlong Lin, Guodong Du, Xiaocong Zhao 외 arxiv

Artificial intelligence underpins most smart city services, yet deep neural network (DNN) that forecasts vehicle motion still struggle with catastrophic forgetting, the loss of earlier knowledge when models are updated. …

Continual LearningMotion Forecasting

Self-Supervised Training Enhances Online Continual Learning

2021-03-25 · Jhair Gallardo, Tyler L. Hayes, Christopher Kanan

In continual learning, a system must incrementally learn from a non-stationary data stream without catastrophic forgetting. Recently, multiple methods have been devised for incrementally learning classes on large-scale i…

Continual Learningimage-classificationImage Classification

Online Continual Learning via Multiple Deep Metric Learning and Uncertainty-guided Episodic Memory Replay -- 3rd Place Solution for ICCV 2021 Workshop SSLAD Track 3A Continual Object Classification

2021-11-04 · Muhammad Rifki Kurniawan, Xing Wei, Yihong Gong

Online continual learning in the wild is a very difficult task in machine learning. Non-stationarity in online continual learning potentially brings about catastrophic forgetting in neural networks. Specifically, online …

Autonomous DrivingContinual LearningContrastive LearningMetric Learning+1