PVNet: Pixel-wise Voting Network for 6DoF Pose Estimation
Sida Peng, Yuan Liu, Qixing Huang, Hujun Bao, Xiaowei Zhou

TL;DR
This paper introduces PVNet, a pixel-wise voting network for robust 6DoF pose estimation from RGB images, especially under occlusion and truncation, outperforming previous methods on multiple datasets.
Contribution
PVNet employs pixel-wise unit vectors to localize keypoints, providing robustness to occlusion and truncation, and includes uncertainties to improve pose estimation accuracy.
Findings
Outperforms state-of-the-art on LINEMOD, Occlusion LINEMOD, and YCB-Video datasets.
Effective in real-time pose estimation scenarios.
Validated robustness against truncation with a new dataset.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotics and Sensor-Based Localization · Robot Manipulation and Learning · Advanced Neural Network Applications
