DextER: Language-driven Dexterous Grasp Generation with Embodied Reasoning
Junha Lee, Eunha Park, Minsu Cho
TL;DR
DextER tackles language-conditioned dexterous grasp generation by introducing contact-based embodied reasoning as an intermediate representation. The method factorizes grasp synthesis with $p(\mathbf{a}, \mathcal{C} | \mathbf{P}, \mathbf{T}) = p(\mathcal{C} | \mathbf{P}, \mathbf{T}) \cdot p(\mathbf{a} | \mathcal{C}, \mathbf{P}, \mathbf{T})$ and autoregressively generates discretized contact tokens before grasp tokens, enabling interpretable reasoning that respects object geometry and hand constraints. Trained on DexGYS and Dexonomy with physics-based contact annotations from MuJoCo and language descriptions from VLMs, DextER achieves state-of-the-art 67.14% grasp success on DexGYS and a 96.4% improvement in intention alignment, while supporting steerable grasp generation via partial contact specification. The approach demonstrates strong generalization to unseen objects and tasks, provides transparent reasoning through explicit contact predictions, and offers a practical interface for fine-grained control over grasp synthesis, albeit with limitations in compounding errors and static-scene evaluation.
Abstract
Language-driven dexterous grasp generation requires the models to understand task semantics, 3D geometry, and complex hand-object interactions. While vision-language models have been applied to this problem, existing approaches directly map observations to grasp parameters without intermediate reasoning about physical interactions. We present DextER, Dexterous Grasp Generation with Embodied Reasoning, which introduces contact-based embodied reasoning for multi-finger manipulation. Our key insight is that predicting which hand links contact where on the object surface provides an embodiment-aware intermediate representation bridging task semantics with physical constraints. DextER autoregressively generates embodied contact tokens specifying which finger links contact where on the object surface, followed by grasp tokens encoding the hand configuration. On DexGYS, DextER achieves 67.14% success rate, outperforming state-of-the-art by 3.83%p with 96.4% improvement in intention alignment. We also demonstrate steerable generation through partial contact specification, providing fine-grained control over grasp synthesis.
