Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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/.

Sida Peng, Yuan Liu, Qixing Huang, Hujun Bao, Xiaowei Zhou• 2018

Related benchmarks

TaskDatasetResultRank
6D Pose EstimationYCB-Video--
148
6DoF Pose EstimationYCB-Video (test)--
72
6D Object Pose EstimationLineMOD
Average Accuracy86.27
50
6D Object Pose EstimationOccludedLINEMOD (test)
ADD(S)40.8
45
Object Pose EstimationOnePose--
30
6D Pose EstimationLineMod (test)
Ape43.62
29
6D Object Pose EstimationOcclusion LINEMOD
Average Error40.77
27
6D Object Pose EstimationLM-O (test)--
22
Object Pose EstimationLineMod (test)
Average Accuracy99
21
Object Pose EstimationLineMod (test)
APE43.62
18
Showing 10 of 19 rows

Other info

Code

Follow for update