{"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/nope-sac-neural-one-plane-ransac-for-sparse","title":"NOPE-SAC: Neural One-Plane RANSAC for Sparse-View Planar 3D Reconstruction","arxiv_id":"2211.16799","date":"2022-11-30","proceeding":null,"authors":["Bin Tan","Nan Xue","Tianfu Wu","Gui-Song Xia"],"abstract":"This paper studies the challenging two-view 3D reconstruction in a rigorous sparse-view configuration, which is suffering from insufficient correspondences in the input image pairs for camera pose estimation. We present a novel Neural One-PlanE RANSAC framework (termed NOPE-SAC in short) that exerts excellent capability to learn one-plane pose hypotheses from 3D plane correspondences. Building on the top of a siamese plane detection network, our NOPE-SAC first generates putative plane correspondences with a coarse initial pose. It then feeds the learned 3D plane parameters of correspondences into shared MLPs to estimate the one-plane camera pose hypotheses, which are subsequently reweighed in a RANSAC manner to obtain the final camera pose. Because the neural one-plane pose minimizes the number of plane correspondences for adaptive pose hypotheses generation, it enables stable pose voting and reliable pose refinement in a few plane correspondences for the sparse-view inputs. In the experiments, we demonstrate that our NOPE-SAC significantly improves the camera pose estimation for the two-view inputs with severe viewpoint changes, setting several new state-of-the-art performances on two challenging benchmarks, i.e., MatterPort3D and ScanNet, for sparse-view 3D reconstruction. The source code is released at https://github.com/IceTTTb/NopeSAC for reproducible research.","url_abs":"https://arxiv.org/abs/2211.16799v2","url_pdf":"https://arxiv.org/pdf/2211.16799v2.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":"nope-sac-neural-one-plane-ransac-for-sparse","repo_url":"https://github.com/icetttb/nopesac","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"3d-reconstruction","task_name":"3D Reconstruction"},{"task_slug":"camera-pose-estimation","task_name":"Camera Pose Estimation"},{"task_slug":"pose-estimation","task_name":"Pose Estimation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2211.16799","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2211.16799"}},"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/icetttb/nopesac","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":2,"unverified":15},"by_repo_kind":{"official":{"samples":17,"ran":2,"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":"b73525bcfb4b4e5a","entry":"batch_dice_loss","repo":"icetttb/nopesac","repo_kind":"official","path":"NopeSAC_Net/modeling/matcher.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/NopeSAC_Net/modeling/matcher.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b73525bcfb4b4e5a"}},{"code_sha256_prefix":"016dba4163da28df","entry":"dice_loss","repo":"icetttb/nopesac","repo_kind":"official","path":"NopeSAC_Net/modeling/criterion.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/NopeSAC_Net/modeling/criterion.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"016dba4163da28df"}},{"code_sha256_prefix":"cc6c38df53167ad6","entry":"angle_error_vec","repo":"icetttb/nopesac","repo_kind":"official","path":"NopeSAC_Net/evaluation/mp3d_evaluation.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/NopeSAC_Net/evaluation/mp3d_evaluation.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cc6c38df53167ad6"}},{"code_sha256_prefix":"5ce0a97aafc3b0d4","entry":"batch_sigmoid_focal_loss","repo":"icetttb/nopesac","repo_kind":"official","path":"NopeSAC_Net/modeling/matcher.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/NopeSAC_Net/modeling/matcher.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5ce0a97aafc3b0d4"}},{"code_sha256_prefix":"7d7b7321e2d22618","entry":"compare_planes","repo":"icetttb/nopesac","repo_kind":"official","path":"NopeSAC_Net/utils/metrics.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/NopeSAC_Net/utils/metrics.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7d7b7321e2d22618"}},{"code_sha256_prefix":"2134416c67b148c7","entry":"compare_planes_one_to_one","repo":"icetttb/nopesac","repo_kind":"official","path":"NopeSAC_Net/utils/metrics.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/NopeSAC_Net/utils/metrics.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2134416c67b148c7"}},{"code_sha256_prefix":"9b6d113dd1a00e0c","entry":"compute_ap","repo":"icetttb/nopesac","repo_kind":"official","path":"NopeSAC_Net/utils/VOCap.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/NopeSAC_Net/utils/VOCap.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9b6d113dd1a00e0c"}},{"code_sha256_prefix":"76ec55d81623cd46","entry":"create_cylinder_mesh","repo":"icetttb/nopesac","repo_kind":"official","path":"NopeSAC_Net/utils/camera.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/NopeSAC_Net/utils/camera.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"76ec55d81623cd46"}},{"code_sha256_prefix":"8adc3fc0422cf15b","entry":"get_cone_edges","repo":"icetttb/nopesac","repo_kind":"official","path":"NopeSAC_Net/utils/camera.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/NopeSAC_Net/utils/camera.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8adc3fc0422cf15b"}},{"code_sha256_prefix":"559d8fc02b1cddcc","entry":"get_depth_err","repo":"icetttb/nopesac","repo_kind":"official","path":"NopeSAC_Net/evaluation/mp3d_evaluation.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/NopeSAC_Net/evaluation/mp3d_evaluation.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"559d8fc02b1cddcc"}},{"code_sha256_prefix":"a6fe3fbc2c40fe11","entry":"join_meshes_as_batch","repo":"icetttb/nopesac","repo_kind":"official","path":"NopeSAC_Net/utils/meshes.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/NopeSAC_Net/utils/meshes.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a6fe3fbc2c40fe11"}},{"code_sha256_prefix":"45d9c8eeef02238c","entry":"l1LossMask","repo":"icetttb/nopesac","repo_kind":"official","path":"NopeSAC_Net/evaluation/mp3d_evaluation.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/NopeSAC_Net/evaluation/mp3d_evaluation.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"45d9c8eeef02238c"}},{"code_sha256_prefix":"53d025ffef0faf78","entry":"load_predictions","repo":"icetttb/nopesac","repo_kind":"official","path":"vis_NopeSAC.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/vis_NopeSAC.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"53d025ffef0faf78"}},{"code_sha256_prefix":"f918147d557a4f38","entry":"merge_plane_params_from_global_params","repo":"icetttb/nopesac","repo_kind":"official","path":"vis_NopeSAC.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/vis_NopeSAC.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f918147d557a4f38"}},{"code_sha256_prefix":"71e149dc0c33b040","entry":"sigmoid_focal_loss","repo":"icetttb/nopesac","repo_kind":"official","path":"NopeSAC_Net/modeling/criterion.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/NopeSAC_Net/modeling/criterion.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"71e149dc0c33b040"}},{"code_sha256_prefix":"737b3bc95b3a0077","entry":"write_cone_ply","repo":"icetttb/nopesac","repo_kind":"official","path":"NopeSAC_Net/utils/camera.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/NopeSAC_Net/utils/camera.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"737b3bc95b3a0077"}},{"code_sha256_prefix":"ef8ea972d5cc6a3d","entry":"xVOCap","repo":"icetttb/nopesac","repo_kind":"official","path":"NopeSAC_Net/utils/VOCap.py","file_url":"https://github.com/icetttb/nopesac/blob/HEAD/NopeSAC_Net/utils/VOCap.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ef8ea972d5cc6a3d"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}