Search papers, labs, and topics across Lattice.
This paper introduces EAGG, an embodiment-aligned grasp generator that utilizes a topology-aware end-effector graph and a low-dimensional control space to enhance cross-end-effector grasp generation. By employing a frozen end-effector-cognition backbone and iterative geometry injection, EAGG maintains synchronization between the evolving end-effector geometry and the grasp generation process. The model achieves a 56.17% average success rate on the MultiGripperGrasp benchmark, demonstrating that aligning embodiment structures within a shared generator significantly improves transferability and performance compared to traditional methods.
Aligning embodiment structures within a shared grasp generator boosts performance and transferability across diverse end effectors, challenging conventional design approaches.
Cross-end-effector grasp generation seeks a unified model that generalizes across objects and across embodiments ranging from parallel grippers to dexterous end effectors. Existing grasp generators are typically designed for a fixed embodiment or encode embodiment identity with a static descriptor, which weakens transfer when topology, actuation coupling, and contact geometry differ substantially. We present EAGG, an embodiment-aligned grasp generator that represents each embodiment with a topology-aware end-effector graph and an embodiment-specific low-dimensional end-effector control space. A frozen end-effector-cognition backbone converts the current articulated state into geometry-aware tokens that act as a reusable morphology prior, and iterative geometry injection refreshes these tokens throughout sampling so that conditioning remains synchronized with the evolving end-effector geometry. On the MultiGripperGrasp benchmark, EAGG reaches 56.17% average success across six training end effectors, remaining within 1.10 percentage points of specialized training while preserving transfer to finetuning and zero-shot end effectors. Iterative geometry injection further reduces the pooled median contact distance from 0.239 cm to 0.189 cm. These results show that cross-end-effector grasp generation is strengthened by aligning embodiment structure inside a shared generator rather than suppressing embodiment differences. Code is available at https://github.com/wanhaoniu/EAGG.