CVDec 31, 2018

PVNet: Pixel-wise Voting Network for 6DoF Pose Estimation

arXiv:1812.11788v11053 citations
Originality Incremental advance
AI Analysis

This addresses pose estimation for robotics and AR/VR applications, offering a robust solution to occlusion and truncation, though it is an incremental improvement over existing two-stage methods.

The paper tackles 6DoF pose estimation from a single RGB image under severe occlusion or truncation by introducing a pixel-wise voting network that regresses vectors to keypoints and uses RANSAC for localization, achieving state-of-the-art performance on LINEMOD, Occlusion LINEMOD, and YCB-Video datasets with large margins and real-time efficiency.

This paper addresses the challenge of 6DoF pose estimation from a single RGB image under severe occlusion or truncation. Many recent works have shown that a two-stage approach, which first detects keypoints and then solves a Perspective-n-Point (PnP) problem for pose estimation, achieves remarkable performance. However, most of these methods only localize a set of sparse keypoints by regressing their image coordinates or heatmaps, which are sensitive to occlusion and truncation. Instead, we introduce a Pixel-wise Voting Network (PVNet) to regress pixel-wise unit vectors pointing to the keypoints and use these vectors to vote for keypoint locations using RANSAC. This creates a flexible representation for localizing occluded or truncated keypoints. Another important feature of this representation is that it provides uncertainties of keypoint locations that can be further leveraged by the PnP solver. Experiments show that the proposed approach outperforms the state of the art on the LINEMOD, Occlusion LINEMOD and YCB-Video datasets by a large margin, while being efficient for real-time pose estimation. We further create a Truncation LINEMOD dataset to validate the robustness of our approach against truncation. The code will be avaliable at https://zju-3dv.github.io/pvnet/.

Code Implementations5 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