Cross-Embodiment Dexterous Hand Articulation Generation via Morphology-Aware Learning
Abstract
Dexterous grasping with multi-fingered hands remains challenging due to high-dimensional articulations and the cost of optimization-based pipelines. Existing end-to-end methods require training on large-scale datasets for specific hands, limiting their ability to generalize across different embodiments. We propose an eigengrasp-based, end-to-end framework for cross-embodiment grasp generation. From a hand’s morphology description, we derive a morphology embedding and an eigengrasp set. Conditioned on these, together with the object point cloud and wrist pose, an amplitude predictor regresses articulation coefficients in a low-dimensional space, which are decoded into full joint articulations. Articulation learning is supervised with a Kinematic-Aware Articulation Loss (KAL) that emphasizes fingertip-relevant motions and injects morphology-specific structure. In simulation on unseen objects across three dexterous hands, our model attains a 91.9% average grasp success rate with < 0.4 s inference per grasp. With few-shot adaptation to an unseen hand, it achieves 85.6% success on unseen objects in simulation, and real-world experiments on this few-shot generalized hand achieve an 87% success rate. The code will be made available upon publication.
Method Overview

Our framework processes hand URDF, object point cloud, and wrist pose through specialized encoders to generate morphology embedding, point cloud embedding, and pose encoding. These are fused to predict eigengrasp amplitudes, which combined with eigengrasps to produce the final articulation vector.
Real World Demos
Real World Experiment Results
Object | Success/Trials | Success Rate (%) |
---|---|---|
Bowl | 7/10 | 70 |
Chips Can | 9/10 | 90 |
Spice Can | 9/10 | 90 |
Ketchup Bottle | 9/10 | 90 |
Mug | 8/10 | 80 |
Rugby Ball | 10/10 | 100 |
Salt Box | 8/10 | 80 |
Tomato Soup Can | 8/10 | 80 |
Spam Can | 9/10 | 90 |
Paper Roll | 10/10 | 100 |
Average | - | 87 |
BibTeX
@misc{zhang2025crossembodimentdexteroushandarticulation,
title={Cross-Embodiment Dexterous Hand Articulation Generation via Morphology-Aware Learning},
author={Heng Zhang and Kevin Yuchen Ma and Mike Zheng Shou and Weisi Lin and Yan Wu},
year={2025},
eprint={2510.06068},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2510.06068},
}