{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/pvn3d-a-deep-point-wise-3d-keypoints-voting","title":"PVN3D: A Deep Point-wise 3D Keypoints Voting Network for 6DoF Pose Estimation","arxiv_id":"1911.04231","date":"2019-11-11","proceeding":"CVPR 2020 6","authors":["Yisheng He","Wei Sun","Haibin Huang","Jianran Liu","Haoqiang Fan","Jian Sun"],"abstract":"In this work, we present a novel data-driven method for robust 6DoF object pose estimation from a single RGBD image. Unlike previous methods that directly regressing pose parameters, we tackle this challenging task with a keypoint-based approach. Specifically, we propose a deep Hough voting network to detect 3D keypoints of objects and then estimate the 6D pose parameters within a least-squares fitting manner. Our method is a natural extension of 2D-keypoint approaches that successfully work on RGB based 6DoF estimation. It allows us to fully utilize the geometric constraint of rigid objects with the extra depth information and is easy for a network to learn and optimize. Extensive experiments were conducted to demonstrate the effectiveness of 3D-keypoint detection in the 6D pose estimation task. Experimental results also show our method outperforms the state-of-the-art methods by large margins on several benchmarks. Code and video are available at https://github.com/ethnhe/PVN3D.git.","url_abs":"https://arxiv.org/abs/1911.04231v2","url_pdf":"https://arxiv.org/pdf/1911.04231v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"pvn3d-a-deep-point-wise-3d-keypoints-voting","repo_url":"https://github.com/ethnhe/PVN3D","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"pvn3d-a-deep-point-wise-3d-keypoints-voting","repo_url":"https://github.com/ethnhe/FFB6D","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"unanswered"}},{"paper_slug":"pvn3d-a-deep-point-wise-3d-keypoints-voting","repo_url":"https://github.com/hz-ants/FFB6D","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"unanswered"}}],"tasks":[{"task_slug":"6d-pose-estimation-1","task_name":"6D Pose Estimation"},{"task_slug":"6d-pose-estimation-using-rgbd","task_name":"6D Pose Estimation using RGBD"},{"task_slug":"keypoint-detection","task_name":"Keypoint Detection"},{"task_slug":"pose-estimation","task_name":"Pose Estimation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/6d-pose-estimation-on-linemod-2","task":"6D Pose Estimation","dataset":"LineMOD","model":"PVN3D","rank_in_archive_order":2,"of":5,"metrics":{"Accuracy (ADD)":"99.4"},"uses_additional_data":false},{"leaderboard":"/sota/6d-pose-estimation-on-ycb-video-2","task":"6D Pose Estimation","dataset":"YCB-Video","model":"PVN3D","rank_in_archive_order":4,"of":10,"metrics":{"ADDS AUC":"96.1"},"uses_additional_data":false},{"leaderboard":"/sota/6d-pose-estimation-using-rgbd-on-linemod","task":"6D Pose Estimation using RGBD","dataset":"LineMOD","model":"PVN3D","rank_in_archive_order":2,"of":8,"metrics":{"Mean ADD":"99.4"},"uses_additional_data":false},{"leaderboard":"/sota/6d-pose-estimation-using-rgbd-on-ycb-video","task":"6D Pose Estimation using RGBD","dataset":"YCB-Video","model":"PVN3D","rank_in_archive_order":5,"of":9,"metrics":{"Mean ADD-S":"95.5"},"uses_additional_data":false}],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=1911.04231","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1911.04231"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/hz-ants/FFB6D","reach":{"status":"unanswered"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ethnhe/PVN3D","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ethnhe/FFB6D","reach":{"status":"unanswered"}}],"summary":{"ran_draft_wrong":1,"ran_honours":2},"by_repo_kind":{"official":{"samples":3,"ran":3,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"80b1d7bac382a92b","entry":"checkpoint_state","repo":"ethnhe/PVN3D","repo_kind":"official","path":"pvn3d/train/train_linemod_pvn3d.py","file_url":"https://github.com/ethnhe/PVN3D/blob/HEAD/pvn3d/train/train_linemod_pvn3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"80b1d7bac382a92b"}},{"code_sha256_prefix":"54db03fb2f30df61","entry":"load_checkpoint","repo":"ethnhe/PVN3D","repo_kind":"official","path":"pvn3d/train/train_linemod_pvn3d.py","file_url":"https://github.com/ethnhe/PVN3D/blob/HEAD/pvn3d/train/train_linemod_pvn3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"54db03fb2f30df61"}},{"code_sha256_prefix":"f6c0b7b437687cf0","entry":"load_checkpoint","repo":"ethnhe/PVN3D","repo_kind":"official","path":"pvn3d/train/train_ycb_pvn3d.py","file_url":"https://github.com/ethnhe/PVN3D/blob/HEAD/pvn3d/train/train_ycb_pvn3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f6c0b7b437687cf0"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}