ROMar 3, 2020

Robotic Grasping through Combined Image-Based Grasp Proposal and 3D Reconstruction

arXiv:2003.01649v336 citations
AI Analysis

This addresses the problem of grasping known and unknown objects for robotics, with incremental improvements through hybrid methods.

The paper tackles robotic grasp planning by combining a learned grasp proposal network with a 3D reconstruction network to generate 6-DOF grasps from a single RGB-D image, achieving a 91% success rate on physical robots and 84% in simulation.

We present a novel approach to robotic grasp planning using both a learned grasp proposal network and a learned 3D shape reconstruction network. Our system generates 6-DOF grasps from a single RGB-D image of the target object, which is provided as input to both networks. By using the geometric reconstruction to refine the the candidate grasp produced by the grasp proposal network, our system is able to accurately grasp both known and unknown objects, even when the grasp location on the object is not visible in the input image. This paper presents the network architectures, training procedures, and grasp refinement method that comprise our system. Experiments demonstrate the efficacy of our system at grasping both known and unknown objects (91% success rate in a physical robot environment, 84% success rate in a simulated environment). We additionally perform ablation studies that show the benefits of combining a learned grasp proposal with geometric reconstruction for grasping, and also show that our system outperforms several baselines in a grasping task.

Foundations

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

Your Notes