CVGRDec 4, 2018

Estimating 6D Pose From Localizing Designated Surface Keypoints

arXiv:1812.01387v136 citations
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and accurate 6D pose estimation for robotics and computer vision applications, with incremental improvements in handling occlusion and avoiding refinement.

The paper tackles 6D pose estimation from RGB images by localizing designated surface keypoints and using a PnP algorithm, achieving competitive accuracy without post-processing refinement and a 30% relative improvement in ADD accuracy among methods without refinement.

In this paper, we present an accurate yet effective solution for 6D pose estimation from an RGB image. The core of our approach is that we first designate a set of surface points on target object model as keypoints and then train a keypoint detector (KPD) to localize them. Finally a PnP algorithm can recover the 6D pose according to the 2D-3D relationship of keypoints. Different from recent state-of-the-art CNN-based approaches that rely on a time-consuming post-processing procedure, our method can achieve competitive accuracy without any refinement after pose prediction. Meanwhile, we obtain a 30% relative improvement in terms of ADD accuracy among methods without using refinement. Moreover, we succeed in handling heavy occlusion by selecting the most confident keypoints to recover the 6D pose. For the sake of reproducibility, we will make our code and models publicly available soon.

Code Implementations6 repos
Foundations

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

Your Notes