Learning Generalizable Robot Policy with Human Demonstration Video as a Prompt
Xiang Zhu, Yichen Liu, Hezhong Li, Jianyu Chen
TL;DR
The paper tackles the challenge of generalizing robot manipulation policies to unseen tasks without additional teleoperation data by leveraging human demonstration videos as prompts. It introduces a two-stage framework: Stage 1 learns embodiment-transfer representations through cross-prediction in a video diffusion model, and Stage 2 trains a diffusion policy using a unified human–robot action space augmented with ProtDiffusion Contrastive Policy (PDCP) losses to align cross-modal representations. Key contributions include the VGCP cross-embodiment video generation, a unified action space bridging human and robot demonstrations, and the PDCP objective combining NT-Xent, prototypical cross-entropy, and Siamese metric losses to enhance multi-skill generalization. Empirical results on real-world dexterous manipulation show improved generalization across object, position, and scene variations and successful unseen-skill transfers, demonstrating a scalable, teleoperation-free path toward robust robot learning from human videos.
Abstract
Recent robot learning methods commonly rely on imitation learning from massive robotic dataset collected with teleoperation. When facing a new task, such methods generally require collecting a set of new teleoperation data and finetuning the policy. Furthermore, the teleoperation data collection pipeline is also tedious and expensive. Instead, human is able to efficiently learn new tasks by just watching others do. In this paper, we introduce a novel two-stage framework that utilizes human demonstrations to learn a generalizable robot policy. Such policy can directly take human demonstration video as a prompt and perform new tasks without any new teleoperation data and model finetuning at all. In the first stage, we train video generation model that captures a joint representation for both the human and robot demonstration video data using cross-prediction. In the second stage, we fuse the learned representation with a shared action space between human and robot using a novel prototypical contrastive loss. Empirical evaluations on real-world dexterous manipulation tasks show the effectiveness and generalization capabilities of our proposed method.
