Motion Tracks: A Unified Representation for Human-Robot Transfer in Few-Shot Imitation Learning
Juntao Ren, Priya Sundaresan, Dorsa Sadigh, Sanjiban Choudhury, Jeannette Bohg
TL;DR
This work introduces Motion Track Policy (MT-pi), an imitation learning framework that learns from predominantly human video by predicting short-horizon 2D image-space motion tracks as actions, enabling cross-embodiment transfer to robots. A Keypoint Retargeting Network and a diffusion-based motion-predictor are trained on a hybrid dataset of human and robot demonstrations, with auxiliary losses to align visual embeddings across embodiments. At test time, stereo 2D tracks are triangulated to yield 6DoF robot actions, achieving an average of 86.5% success over four real-world tasks and outperforming baselines that do not leverage human video or this action space. The approach significantly reduces robot-data requirements while enabling generalization to human-video-only scenarios, and the authors provide open-source code and videos for reproducible research.
Abstract
Teaching robots to autonomously complete everyday tasks remains a challenge. Imitation Learning (IL) is a powerful approach that imbues robots with skills via demonstrations, but is limited by the labor-intensive process of collecting teleoperated robot data. Human videos offer a scalable alternative, but it remains difficult to directly train IL policies from them due to the lack of robot action labels. To address this, we propose to represent actions as short-horizon 2D trajectories on an image. These actions, or motion tracks, capture the predicted direction of motion for either human hands or robot end-effectors. We instantiate an IL policy called Motion Track Policy (MT-pi) which receives image observations and outputs motion tracks as actions. By leveraging this unified, cross-embodiment action space, MT-pi completes tasks with high success given just minutes of human video and limited additional robot demonstrations. At test time, we predict motion tracks from two camera views, recovering 6DoF trajectories via multi-view synthesis. MT-pi achieves an average success rate of 86.5% across 4 real-world tasks, outperforming state-of-the-art IL baselines which do not leverage human data or our action space by 40%, and generalizes to scenarios seen only in human videos. Code and videos are available on our website https://portal-cornell.github.io/motion_track_policy/.
