{"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/unifying-correspondence-pose-and-nerf-for","title":"Unifying Correspondence, Pose and NeRF for Pose-Free Novel View Synthesis from Stereo Pairs","arxiv_id":"2312.07246","date":"2023-12-12","proceeding":null,"authors":["Sunghwan Hong","Jaewoo Jung","Heeseong Shin","Jiaolong Yang","Seungryong Kim","Chong Luo"],"abstract":"This work delves into the task of pose-free novel view synthesis from stereo pairs, a challenging and pioneering task in 3D vision. Our innovative framework, unlike any before, seamlessly integrates 2D correspondence matching, camera pose estimation, and NeRF rendering, fostering a synergistic enhancement of these tasks. We achieve this through designing an architecture that utilizes a shared representation, which serves as a foundation for enhanced 3D geometry understanding. Capitalizing on the inherent interplay between the tasks, our unified framework is trained end-to-end with the proposed training strategy to improve overall model accuracy. Through extensive evaluations across diverse indoor and outdoor scenes from two real-world datasets, we demonstrate that our approach achieves substantial improvement over previous methodologies, especially in scenarios characterized by extreme viewpoint changes and the absence of accurate camera poses.","url_abs":"https://arxiv.org/abs/2312.07246v2","url_pdf":"https://arxiv.org/pdf/2312.07246v2.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":"unifying-correspondence-pose-and-nerf-for","repo_url":"https://github.com/KU-CVLAB/CoPoNeRF","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok"}}],"tasks":[{"task_slug":"3d-geometry","task_name":"3D geometry"},{"task_slug":"camera-pose-estimation","task_name":"Camera Pose Estimation"},{"task_slug":"nerf","task_name":"NeRF"},{"task_slug":"novel-view-synthesis","task_name":"Novel View Synthesis"},{"task_slug":"pose-estimation","task_name":"Pose Estimation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2312.07246","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2312.07246"}},"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/KU-CVLAB/CoPoNeRF","reach":{"status":"ok"}}],"summary":{"ran":14,"ran_fixture":1,"ran_draft_wrong":1,"unverified":5},"by_repo_kind":{"official":{"samples":21,"ran":16,"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":21,"samples":[{"code_sha256_prefix":"349ea67a87e43d9c","entry":"check_invalid_gradients","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"wrapper.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/wrapper.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"349ea67a87e43d9c"}},{"code_sha256_prefix":"b61b82f87ea100ce","entry":"drawpointslines","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"summary/inspect_epipolar_geometry.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/summary/inspect_epipolar_geometry.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b61b82f87ea100ce"}},{"code_sha256_prefix":"39eace7e2822504f","entry":"drop_path","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"models/backbone.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/models/backbone.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"39eace7e2822504f"}},{"code_sha256_prefix":"e61745fc09b4f41d","entry":"homogenize_points","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"models/epipolar.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/models/epipolar.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e61745fc09b4f41d"}},{"code_sha256_prefix":"6626e70260f1ded8","entry":"homogenize_vecs","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"models/epipolar.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/models/epipolar.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6626e70260f1ded8"}},{"code_sha256_prefix":"bb18d832d1cf86c8","entry":"image_loss","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"models/loss_function.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/models/loss_function.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bb18d832d1cf86c8"}},{"code_sha256_prefix":"195bfbe9394fe2cf","entry":"interpolate2d_token","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"models/aggregation.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/models/aggregation.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"195bfbe9394fe2cf"}},{"code_sha256_prefix":"e4ec5660afd116b8","entry":"interpolate4d","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"models/aggregation.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/models/aggregation.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e4ec5660afd116b8"}},{"code_sha256_prefix":"a196581cceeeb34f","entry":"overlay_semantic_mask","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"summary/summaries.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/summary/summaries.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a196581cceeeb34f"}},{"code_sha256_prefix":"19eb01023b5619ac","entry":"process","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"data_download/generate_acid.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/data_download/generate_acid.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"19eb01023b5619ac"}},{"code_sha256_prefix":"e1998dc5f23b08ea","entry":"project","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"models/epipolar.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/models/epipolar.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e1998dc5f23b08ea"}},{"code_sha256_prefix":"6bd09766d7ad212b","entry":"skew","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"summary/inspect_epipolar_geometry.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/summary/inspect_epipolar_geometry.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6bd09766d7ad212b"}},{"code_sha256_prefix":"62b4091f05ba7be6","entry":"transpose4d","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"models/conv4d.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/models/conv4d.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"62b4091f05ba7be6"}},{"code_sha256_prefix":"a377b67abe1e64ff","entry":"two_view_geometry","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"summary/inspect_epipolar_geometry.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/summary/inspect_epipolar_geometry.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a377b67abe1e64ff"}},{"code_sha256_prefix":"b2bf0025a986b118","entry":"unnormalise_and_convert_mapping_to_flow","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"models/aggregation.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/models/aggregation.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b2bf0025a986b118"}},{"code_sha256_prefix":"55444e385cd23a1f","entry":"wrap_process","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"data_download/generate_acid.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/data_download/generate_acid.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"55444e385cd23a1f"}},{"code_sha256_prefix":"c1765c4e3affd9d9","entry":"compute_geodesic_distance_from_two_matrices","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"summary/summaries.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/summary/summaries.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c1765c4e3affd9d9"}},{"code_sha256_prefix":"3fe23507aa4d496c","entry":"create_window","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"models/loss_function.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/models/loss_function.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3fe23507aa4d496c"}},{"code_sha256_prefix":"761d9c2202c2f8c4","entry":"gaussian","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"models/loss_function.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/models/loss_function.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"761d9c2202c2f8c4"}},{"code_sha256_prefix":"98fd7383ff77d328","entry":"get_l1_positional_encodings","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"models/backbone.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/models/backbone.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"98fd7383ff77d328"}},{"code_sha256_prefix":"9dae97e3e3b536da","entry":"get_positional_encodings","repo":"KU-CVLAB/CoPoNeRF","repo_kind":"official","path":"models/backbone.py","file_url":"https://github.com/KU-CVLAB/CoPoNeRF/blob/HEAD/models/backbone.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9dae97e3e3b536da"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}