Meta-Controller: Few-Shot Imitation of Unseen Embodiments and Tasks in Continuous Control
Seongwoong Cho, Donggyun Kim, Jinwoo Lee, Seunghoon Hong
TL;DR
This work tackles simultaneous few-shot generalization to unseen robot embodiments and tasks in continuous control. It introduces Meta-Controller, which unifies heterogeneous embodiments via a joint-level I/O representation and a structure-motion state encoder, paired with a matching-based policy that adapts from a handful of reward-free demonstrations. The approach is trained with episodic meta-learning and then fine-tuned using few-shot data, and it demonstrates superior generalization on the DeepMind Control suite compared to both modular policy learning and few-shot imitation baselines. Key innovations include a two-part state encoder that disentangles morphology and dynamics, and a non-parametric matching mechanism that recombines local motor skills to form robust policies. The results highlight improved cross-embodiment and cross-task adaptation, with practical implications for versatile and data-efficient robotic learning, albeit with considerations for real-world transfer and computational demands.
Abstract
Generalizing across robot embodiments and tasks is crucial for adaptive robotic systems. Modular policy learning approaches adapt to new embodiments but are limited to specific tasks, while few-shot imitation learning (IL) approaches often focus on a single embodiment. In this paper, we introduce a few-shot behavior cloning framework to simultaneously generalize to unseen embodiments and tasks using a few (\emph{e.g.,} five) reward-free demonstrations. Our framework leverages a joint-level input-output representation to unify the state and action spaces of heterogeneous embodiments and employs a novel structure-motion state encoder that is parameterized to capture both shared knowledge across all embodiments and embodiment-specific knowledge. A matching-based policy network then predicts actions from a few demonstrations, producing an adaptive policy that is robust to over-fitting. Evaluated in the DeepMind Control suite, our framework termed \modelname{} demonstrates superior few-shot generalization to unseen embodiments and tasks over modular policy learning and few-shot IL approaches. Codes are available at \href{https://github.com/SeongwoongCho/meta-controller}{https://github.com/SeongwoongCho/meta-controller}.
