Efficient Continual Adaptation of Pretrained Robotic Policy with Online Meta-Learned Adapters
Ruiqi Zhu, Endong Sun, Guanhe Huang, Oya Celiktutan
TL;DR
The paper tackles the problem of continual adaptation for pretrained robotic policies by enabling cross-task knowledge transfer through Online Meta-Learned Adapters (OMLA). It combines parameter-efficient adapters (LoRA) with an online meta-learning objective that learns adapter priors from previously seen tasks, using a memory-efficient, anchor-based data sampling strategy. A two-stage process first learns these priors online, then fine-tunes adapters for new tasks, enabling improved Forward Transfer with no Backward Transfer on diverse tasks and a real robot. Empirical results on LIBERO benchmarks and real Kinova experiments show robust improvements in adaptation performance, with the learned representations becoming more structured after online meta-learning, validating cross-task transfer.
Abstract
Continual adaptation is essential for general autonomous agents. For example, a household robot pretrained with a repertoire of skills must still adapt to unseen tasks specific to each household. Motivated by this, building upon parameter-efficient fine-tuning in language models, prior works have explored lightweight adapters to adapt pretrained policies, which can preserve learned features from the pretraining phase and demonstrate good adaptation performances. However, these approaches treat task learning separately, limiting knowledge transfer between tasks. In this paper, we propose Online Meta-Learned adapters (OMLA). Instead of applying adapters directly, OMLA can facilitate knowledge transfer from previously learned tasks to current learning tasks through a novel meta-learning objective. Extensive experiments in both simulated and real-world environments demonstrate that OMLA can lead to better adaptation performances compared to the baseline methods. The project link: https://ricky-zhu.github.io/OMLA/.
