CLARE: Continual Learning for Vision-Language-Action Models via Autonomous Adapter Routing and Expansion
Ralf R\"omer, Yi Zhang, Yuming Li, Angela P. Schoellig

TL;DR
CLARE is a novel continual learning framework for vision-language-action models that adaptively expands and routes model components to learn new tasks without forgetting, using an exemplar-free, parameter-efficient approach.
Contribution
It introduces a lightweight, adaptive adapter expansion and routing mechanism for exemplar-free continual learning in vision-language-action models.
Findings
CLARE outperforms exemplar-based methods on LIBERO benchmark.
It maintains high performance on new tasks while avoiding catastrophic forgetting.
The method is effective on five real-world robotic tasks.
Abstract
To teach robots complex manipulation tasks, a common approach is to fine-tune a pre-trained vision-language-action model (VLA) on task-specific data. However, since this recipe updates existing representations, it is unsuitable for long-term operation in the real world, where robots must continually adapt to new tasks and environments while retaining the knowledge they have already acquired. Existing continual learning methods for robotics commonly require storing previous data (exemplars), struggle with long task sequences, or rely on task identifiers for deployment. To address these limitations, we propose CLARE, a general, parameter-efficient framework for exemplar-free continual learning with VLAs. CLARE introduces lightweight modular adapters into selected VLA modules and autonomously expands the model only where necessary when learning a new task, guided by layer-wise feature…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- continuallearning/libero_10_image_task_0dataset· 819 dl819 dl
- continuallearning/libero_10_image_task_2dataset· 44 dl44 dl
- continuallearning/libero_10_image_task_3dataset· 54 dl54 dl
- continuallearning/libero_10_image_task_4dataset· 85 dl85 dl
- continuallearning/libero_10_image_task_1dataset· 2.4k dl2.4k dl
- continuallearning/libero_10_image_task_5dataset· 79 dl79 dl
- continuallearning/libero_10_image_task_6dataset· 1.1k dl1.1k dl
- continuallearning/libero_10_image_task_7dataset· 52 dl52 dl
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Advanced Neural Network Applications
