Learning Adaptive Cross-Embodiment Visuomotor Policy with Contrastive Prompt Orchestration
Yuhang Zhang, Chao Yan, Jiaxi Yu, Jiaping Xiao, Mir Feroskhan
TL;DR
This work tackles cross-embodiment visuomotor policy learning by introducing ContrAstive Prompt Orchestration (CAPO), which combines a hybrid contrastive prompt learning phase with an adaptive prompt orchestration phase. By freezing a CLIP backbone and training a diverse pool of domain-specific prompts through visual, temporal-action, and text objectives, CAPO constructs robust, context-aware representations. The adaptive orchestration then dynamically aggregates prompts conditioned on the current observation, enabling efficient policy optimization and superior zero-shot adaptation to unseen illumination and embodiment changes. The approach demonstrates clear gains in sample efficiency and asymptotic performance, including cross-embodiment deployment without fine-tuning, validated on AI2-THOR/FloorPlan21 for ObjectNav tasks. Overall, CAPO offers a practical pathway to robust, adaptable visuomotor policies in diverse embodied settings.
Abstract
Learning adaptive visuomotor policies for embodied agents remains a formidable challenge, particularly when facing cross-embodiment variations such as diverse sensor configurations and dynamic properties. Conventional learning approaches often struggle to separate task-relevant features from domain-specific variations (e.g., lighting, field-of-view, and rotation), leading to poor sample efficiency and catastrophic failure in unseen environments. To bridge this gap, we propose ContrAstive Prompt Orchestration (CAPO), a novel approach for learning visuomotor policies that integrates contrastive prompt learning and adaptive prompt orchestration. For prompt learning, we devise a hybrid contrastive learning strategy that integrates visual, temporal action, and text objectives to establish a pool of learnable prompts, where each prompt induces a visual representation encapsulating fine-grained domain factors. Based on these learned prompts, we introduce an adaptive prompt orchestration mechanism that dynamically aggregates these prompts conditioned on current observations. This enables the agent to adaptively construct optimal state representations by identifying dominant domain factors instantaneously. Consequently, the policy optimization is effectively shielded from irrelevant interference, preventing the common issue of overfitting to source domains. Extensive experiments demonstrate that CAPO significantly outperforms state-of-the-art baselines in sample efficiency and asymptotic performance. Crucially, it exhibits superior zero-shot adaptation across unseen target domains characterized by drastic environmental (e.g., illumination) and physical shifts (e.g., field-of-view and rotation), validating its effectiveness as a viable solution for cross-embodiment visuomotor policy adaptation.
