RDPN6D: Residual-based Dense Point-wise Network for 6Dof Object Pose Estimation Based on RGB-D Images
Zong-Wei Hong, Yen-Yang Hung, Chu-Song Chen
TL;DR
The paper addresses 6DoF object pose estimation from RGB-D images, focusing on robustness under occlusion where sparse keypoint and direct regression methods struggle. It proposes RDPN6D, a residual-based dense point-wise network that uses dense 2D-3D and 3D-3D correspondences, along with an intrinsic-crop adjustment to generate accurate camera xyz maps. By representing surface coordinates with a set of FPS anchors and residuals, RDPN reduces the output space and improves handling of symmetry and clutter, while a two-branch RGB-D fusion and a pose predictor regress the 6D pose from dense correspondences. On MP6D, YCB-Video, LineMOD, and Occlusion LineMOD, RDPN achieves state-of-the-art results, particularly under heavy occlusion, with an efficient runtime suitable for near real-time applications. The authors provide code at the project URL to facilitate adoption and benchmarking.
Abstract
In this work, we introduce a novel method for calculating the 6DoF pose of an object using a single RGB-D image. Unlike existing methods that either directly predict objects' poses or rely on sparse keypoints for pose recovery, our approach addresses this challenging task using dense correspondence, i.e., we regress the object coordinates for each visible pixel. Our method leverages existing object detection methods. We incorporate a re-projection mechanism to adjust the camera's intrinsic matrix to accommodate cropping in RGB-D images. Moreover, we transform the 3D object coordinates into a residual representation, which can effectively reduce the output space and yield superior performance. We conducted extensive experiments to validate the efficacy of our approach for 6D pose estimation. Our approach outperforms most previous methods, especially in occlusion scenarios, and demonstrates notable improvements over the state-of-the-art methods. Our code is available on https://github.com/AI-Application-and-Integration-Lab/RDPN6D.
