Lightning Grasp: High Performance Procedural Grasp Synthesis with Contact Fields
Zhao-Heng Yin, Pieter Abbeel
TL;DR
Lightning Grasp introduces a high-performance, procedural approach to dexterous grasp synthesis by decoupling geometric computation from search via the Contact Field, enabling real-time generation of 1,000 to 10,000 diverse grasps on an $A100$ GPU. The method computes feasible contact domains on object surfaces through a BVH-accelerated Contact Field and then uses blockwise zeroth-order optimization and IK-based kinematics to realize stable grasps, avoiding manual energy-tuning and specialized templates. The approach demonstrates substantial speedups, broad object and hand compatibility, and robustness to irregular geometries, with explicit memory and implementation strategies to scale on modern GPUs. The work also discusses completeness, reuse of search results, and modularity, and releases code to accelerate future research in robotic manipulation. Overall, Lightning Grasp provides a practical, scalable pathway toward real-time dexterous grasp synthesis for diverse hands and objects, with potential for data-driven enhancements and hardware-aware design guidance.
Abstract
Despite years of research, real-time diverse grasp synthesis for dexterous hands remains an unsolved core challenge in robotics and computer graphics. We present Lightning Grasp, a novel high-performance procedural grasp synthesis algorithm that achieves orders-of-magnitude speedups over state-of-the-art approaches, while enabling unsupervised grasp generation for irregular, tool-like objects. The method avoids many limitations of prior approaches, such as the need for carefully tuned energy functions and sensitive initialization. This breakthrough is driven by a key insight: decoupling complex geometric computation from the search process via a simple, efficient data structure - the Contact Field. This abstraction collapses the problem complexity, enabling a procedural search at unprecedented speeds. We open-source our system to propel further innovation in robotic manipulation.
