基于图卷积与精化的六维姿态估计的机器人抓取检测

Robotic Grasp Detection With 6-D Pose Estimation Based on Graph Convolution and Refinement

IEEE Transactions on Systems, Man, and Cybernetics: Systems · 2024
被引 8
ABS 3

中文导读

提出GR6D网络,利用图卷积和Transformer精化模块,从RGB-D图像端到端估计物体六维姿态,在三个数据集上超越多数现有方法,并成功用于真实机器人抓取。

Abstract

Six-dimensional (6-D) object pose estimation plays a critical role in robotic grasp, which performs extensive usage in manufacturing. The current state-of-the-art pose estimation techniques primarily depend on matching keypoints. Typically, these methods establish a correspondence between 2-D keypoints in an image and the corresponding ones in a 3-D object model. And then they use the PnP-RANSAC algorithm to determine the 6-D pose of the object. However, this approach is not end-to-end trainable and may encounter difficulties when applied to scenarios necessitating differentiable poses. When employing a direct end-to-end regression method, the outcomes are often inferior. To tackle the mentioned problems, we present GR6D, which is a keypoint-and graph-convolution-based neural network for differentiable pose estimation based on RGB-D data. First, we propose a multiscale fusion method that utilizes convolution and graph convolution to exploit information contained in RGB and depth images. Additionally, we propose a transformer-based pose refinement module to further adjust features from RGB images and point clouds. We evaluate GR6D on three datasets: 1) LINEMOD; 2) occlusion LINEMOD; and 3) YCB-Video dataset, and it outperforms most state-of-the-art methods. Finally, we apply GR6D to pose estimation and the robotic grasping task in the real world, manifesting superior performance.

机器人抓取六维姿态估计图卷积网络计算机视觉深度学习