LEGS: Learning Efficient Grasp Sets for Exploratory Grasping
This work addresses the challenge of improving grasp exploration efficiency for adversarial objects in robotics, representing an incremental advance over prior exploratory grasping methods.
The paper tackles the problem of efficiently exploring grasps on challenging objects in robotics by introducing LEGS, an algorithm that uses active sets to explore thousands of grasps and stop with high confidence. In simulations, LEGS outperformed baselines on 10/14 and 25/39 objects after 3000 steps, and physical trials showed faster convergence to high-performing grasps.
While deep learning has enabled significant progress in designing general purpose robot grasping systems, there remain objects which still pose challenges for these systems. Recent work on Exploratory Grasping has formalized the problem of systematically exploring grasps on these adversarial objects and explored a multi-armed bandit model for identifying high-quality grasps on each object stable pose. However, these systems are still limited to exploring a small number or grasps on each object. We present Learned Efficient Grasp Sets (LEGS), an algorithm that efficiently explores thousands of possible grasps by maintaining small active sets of promising grasps and determining when it can stop exploring the object with high confidence. Experiments suggest that LEGS can identify a high-quality grasp more efficiently than prior algorithms which do not use active sets. In simulation experiments, we measure the gap between the success probability of the best grasp identified by LEGS, baselines, and the most-robust grasp (verified ground truth). After 3000 exploration steps, LEGS outperforms baseline algorithms on 10/14 and 25/39 objects on the Dex-Net Adversarial and EGAD! datasets respectively. We then evaluate LEGS in physical experiments; trials on 3 challenging objects suggest that LEGS converges to high-performing grasps significantly faster than baselines. See https://sites.google.com/view/legs-exp-grasping for supplemental material and videos.