ROCVMar 3, 2021

RGB Matters: Learning 7-DoF Grasp Poses on Monocular RGBD Images

arXiv:2103.02184v1134 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of generating robust 7-DoF grasp poses for robots, particularly in handling depth sensor noise, though it appears incremental by building on existing grasp detection methods.

The paper tackles the problem of general object grasping in robotics by proposing RGBD-Grasp, a pipeline that decouples 7-DoF grasp detection into separate RGB and depth processing tasks, achieving state-of-the-art results on the GraspNet-1Billion dataset and high success rates in real robot experiments.

General object grasping is an important yet unsolved problem in the field of robotics. Most of the current methods either generate grasp poses with few DoF that fail to cover most of the success grasps, or only take the unstable depth image or point cloud as input which may lead to poor results in some cases. In this paper, we propose RGBD-Grasp, a pipeline that solves this problem by decoupling 7-DoF grasp detection into two sub-tasks where RGB and depth information are processed separately. In the first stage, an encoder-decoder like convolutional neural network Angle-View Net(AVN) is proposed to predict the SO(3) orientation of the gripper at every location of the image. Consequently, a Fast Analytic Searching(FAS) module calculates the opening width and the distance of the gripper to the grasp point. By decoupling the grasp detection problem and introducing the stable RGB modality, our pipeline alleviates the requirement for the high-quality depth image and is robust to depth sensor noise. We achieve state-of-the-art results on GraspNet-1Billion dataset compared with several baselines. Real robot experiments on a UR5 robot with an Intel Realsense camera and a Robotiq two-finger gripper show high success rates for both single object scenes and cluttered scenes. Our code and trained model will be made publicly available.

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