RONov 28, 2020

AdaGrasp: Learning an Adaptive Gripper-Aware Grasping Policy

arXiv:2011.14206v359 citations
AI Analysis

This work is significant for robotics, enabling greater versatility and adaptability for robots by allowing them to quickly adapt to and use a large variety of novel end-effector tools.

This paper addresses the challenge of robots adapting to various end-effector tools by proposing AdaGrasp, a method that learns a single grasping policy generalizable to novel grippers. By training on a large collection of grippers, the algorithm infers grasp poses and scores through cross-convolution between gripper and scene shape encodings, outperforming existing multi-gripper grasping policies, especially in cluttered environments and with partial observations.

This paper aims to improve robots' versatility and adaptability by allowing them to use a large variety of end-effector tools and quickly adapt to new tools. We propose AdaGrasp, a method to learn a single grasping policy that generalizes to novel grippers. By training on a large collection of grippers, our algorithm is able to acquire generalizable knowledge of how different grippers should be used in various tasks. Given a visual observation of the scene and the gripper, AdaGrasp infers the possible grasp poses and their grasp scores by computing the cross convolution between the shape encodings of the gripper and scene. Intuitively, this cross convolution operation can be considered as an efficient way of exhaustively matching the scene geometry with gripper geometry under different grasp poses (i.e., translations and orientations), where a good "match" of 3D geometry will lead to a successful grasp. We validate our methods in both simulation and real-world environments. Our experiment shows that AdaGrasp significantly outperforms the existing multi-gripper grasping policy method, especially when handling cluttered environments and partial observations. Video is available at https://youtu.be/kknTYTbORfs

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes