Learning Continuous Grasping Function with a Dexterous Hand from Human Demonstrations
Jianglong Ye, Jiashun Wang, Binghao Huang, Yuzhe Qin, Xiaolong Wang
TL;DR
The paper tackles dexterous grasping with a dexterous hand by learning a continuous-time grasping function from human demonstrations. It introduces CGF, an implicit-function within a Conditional Variational Autoencoder that maps object geometry, time, and latent codes to robot hand trajectories, enabling dense time-sampled plans and diverse outputs. After translating human trajectories to Allegro hand demonstrations, CGF is trained to reconstruct these motions and then used to generate trajectories that are tested in simulation and deployed on real hardware, achieving improved sim-to-real transfer and generalization to unseen objects. The results show superior trajectory smoothness, lower planning cost, and higher real-world success rates compared to two-step planning baselines, validating the approach's efficiency and practicality.
Abstract
We propose to learn to generate grasping motion for manipulation with a dexterous hand using implicit functions. With continuous time inputs, the model can generate a continuous and smooth grasping plan. We name the proposed model Continuous Grasping Function (CGF). CGF is learned via generative modeling with a Conditional Variational Autoencoder using 3D human demonstrations. We will first convert the large-scale human-object interaction trajectories to robot demonstrations via motion retargeting, and then use these demonstrations to train CGF. During inference, we perform sampling with CGF to generate different grasping plans in the simulator and select the successful ones to transfer to the real robot. By training on diverse human data, our CGF allows generalization to manipulate multiple objects. Compared to previous planning algorithms, CGF is more efficient and achieves significant improvement on success rate when transferred to grasping with the real Allegro Hand. Our project page is available at https://jianglongye.com/cgf .
