🤖 AI Summary
This work addresses key bottlenecks in dual-arm robotic policy learning—namely, heavy reliance on large-scale teleoperation data, poor generalization, and the Sim2Real gap—by proposing a novel paradigm that learns highly generalizable visuomotor policies from just a single human demonstration video. Methodologically, it introduces the PAD unified framework: (1) parsing bimanual hand keypoint trajectories directly from human videos; (2) performing task-semantic demonstration augmentation without simulation; and (3) distilling knowledge via a keypoint-conditioned policy network. PAD is the first approach to holistically integrate trajectory parsing, task-level augmentation, and policy distillation while entirely bypassing simulation modeling and domain shift. Evaluated on six real-world dual-arm tasks—including pouring and debris clearing—it achieves zero-shot transfer and one-shot deployment, significantly outperforming end-to-end image-based policies and simulation-augmented baselines. The method demonstrates exceptional sample efficiency and engineering practicality.
📝 Abstract
Learning visuomotor policies from expert demonstrations is an important frontier in modern robotics research, however, most popular methods require copious efforts for collecting teleoperation data and struggle to generalize out-ofdistribution. Scaling data collection has been explored through leveraging human videos, as well as demonstration augmentation techniques. The latter approach typically requires expensive simulation rollouts and trains policies with synthetic image data, therefore introducing a sim-to-real gap. In parallel, alternative state representations such as keypoints have shown great promise for category-level generalization. In this work, we bring these avenues together in a unified framework: PAD (Parse-AugmentDistill), for learning generalizable bimanual policies from a single human video. Our method relies on three steps: (a) parsing a human video demo into a robot-executable keypoint-action trajectory, (b) employing bimanual task-and-motion-planning to augment the demonstration at scale without simulators, and (c) distilling the augmented trajectories into a keypoint-conditioned policy. Empirically, we showcase that PAD outperforms state-ofthe-art bimanual demonstration augmentation works relying on image policies with simulation rollouts, both in terms of success rate and sample/cost efficiency. We deploy our framework in six diverse real-world bimanual tasks such as pouring drinks, cleaning trash and opening containers, producing one-shot policies that generalize in unseen spatial arrangements, object instances and background distractors. Supplementary material can be found in the project webpage https://gtziafas.github.io/PAD_project/.