Efficient Policy Adaptation with Contrastive Prompt Ensemble for Embodied Agents
Wonje Choi, Woo Kyung Kim, SeungHyun Kim, Honguk Woo
TL;DR
This work tackles zero-shot policy adaptation for embodied agents facing diverse and non-stationary visual domain changes. It introduces ConPE, a framework that combines prompt-based contrastive learning with a guided-attention-based ensemble over a pool of visual prompts derived from the CLIP vision-language model, producing a robust state representation $Z= z_0+\sum_i \omega_i z_i$ that can generalize across domain factors. The approach jointly trains the attention module and the policy to maximize task performance across seen and unseen domains, achieving superior zero-shot performance and improved sample efficiency on AI2THOR, egocentric-Metaworld, and CARLA. By enabling rapid adaptation with a compact prompt ensemble and interpretable attention weights, ConPE offers a practical pathway for robust embodied RL in visually varied environments, and its modular design invites extensions with semantic and multi-modal cues. Overall, ConPE demonstrates that structured visual prompting and attention-guided fusion can substantially enhance zero-shot transfer in embodied agents while maintaining data efficiency.$
Abstract
For embodied reinforcement learning (RL) agents interacting with the environment, it is desirable to have rapid policy adaptation to unseen visual observations, but achieving zero-shot adaptation capability is considered as a challenging problem in the RL context. To address the problem, we present a novel contrastive prompt ensemble (ConPE) framework which utilizes a pretrained vision-language model and a set of visual prompts, thus enabling efficient policy learning and adaptation upon a wide range of environmental and physical changes encountered by embodied agents. Specifically, we devise a guided-attention-based ensemble approach with multiple visual prompts on the vision-language model to construct robust state representations. Each prompt is contrastively learned in terms of an individual domain factor that significantly affects the agent's egocentric perception and observation. For a given task, the attention-based ensemble and policy are jointly learned so that the resulting state representations not only generalize to various domains but are also optimized for learning the task. Through experiments, we show that ConPE outperforms other state-of-the-art algorithms for several embodied agent tasks including navigation in AI2THOR, manipulation in egocentric-Metaworld, and autonomous driving in CARLA, while also improving the sample efficiency of policy learning and adaptation.
