Object-Centric Dexterous Manipulation from Human Motion Data
Yuanpei Chen, Chen Wang, Yaodong Yang, C. Karen Liu
TL;DR
This work tackles object-centric dexterous manipulation by bridging the embodiment gap between humans and robots through a hierarchical policy. A Transformer-based high-level planner is trained on human wrist motion data to generate wrist trajectories conditioned on target object trajectories, guiding a low-level PPO-based finger controller that handles fine-grained manipulation. The approach is strengthened by a Data Augmentation Loop and sim-to-real transfer via distillation and FoundationPose-based perception, enabling generalization to unseen objects and trajectories and successful real-world deployment on a bimanual dexterous robot. Overall, the method demonstrates strong generalization and practical applicability for real-world dexterous manipulation tasks using human data as guidance.
Abstract
Manipulating objects to achieve desired goal states is a basic but important skill for dexterous manipulation. Human hand motions demonstrate proficient manipulation capability, providing valuable data for training robots with multi-finger hands. Despite this potential, substantial challenges arise due to the embodiment gap between human and robot hands. In this work, we introduce a hierarchical policy learning framework that uses human hand motion data for training object-centric dexterous robot manipulation. At the core of our method is a high-level trajectory generative model, learned with a large-scale human hand motion capture dataset, to synthesize human-like wrist motions conditioned on the desired object goal states. Guided by the generated wrist motions, deep reinforcement learning is further used to train a low-level finger controller that is grounded in the robot's embodiment to physically interact with the object to achieve the goal. Through extensive evaluation across 10 household objects, our approach not only demonstrates superior performance but also showcases generalization capability to novel object geometries and goal states. Furthermore, we transfer the learned policies from simulation to a real-world bimanual dexterous robot system, further demonstrating its applicability in real-world scenarios. Project website: https://cypypccpy.github.io/obj-dex.github.io/.
