{"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/deblurred-neural-radiance-field-with-physical","title":"DP-NeRF: Deblurred Neural Radiance Field with Physical Scene Priors","arxiv_id":"2211.12046","date":"2022-11-22","proceeding":"CVPR 2023 1","authors":["Dogyoon Lee","Minhyeok Lee","Chajin Shin","Sangyoun Lee"],"abstract":"Neural Radiance Field (NeRF) has exhibited outstanding three-dimensional (3D) reconstruction quality via the novel view synthesis from multi-view images and paired calibrated camera parameters. However, previous NeRF-based systems have been demonstrated under strictly controlled settings, with little attention paid to less ideal scenarios, including with the presence of noise such as exposure, illumination changes, and blur. In particular, though blur frequently occurs in real situations, NeRF that can handle blurred images has received little attention. The few studies that have investigated NeRF for blurred images have not considered geometric and appearance consistency in 3D space, which is one of the most important factors in 3D reconstruction. This leads to inconsistency and the degradation of the perceptual quality of the constructed scene. Hence, this paper proposes a DP-NeRF, a novel clean NeRF framework for blurred images, which is constrained with two physical priors. These priors are derived from the actual blurring process during image acquisition by the camera. DP-NeRF proposes rigid blurring kernel to impose 3D consistency utilizing the physical priors and adaptive weight proposal to refine the color composition error in consideration of the relationship between depth and blur. We present extensive experimental results for synthetic and real scenes with two types of blur: camera motion blur and defocus blur. The results demonstrate that DP-NeRF successfully improves the perceptual quality of the constructed NeRF ensuring 3D geometric and appearance consistency. We further demonstrate the effectiveness of our model with comprehensive ablation analysis.","url_abs":"https://arxiv.org/abs/2211.12046v4","url_pdf":"https://arxiv.org/pdf/2211.12046v4.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":"deblurred-neural-radiance-field-with-physical","repo_url":"https://github.com/dogyoonlee/dp-nerf","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":"nerf","task_name":"NeRF"},{"task_slug":"novel-view-synthesis","task_name":"Novel View Synthesis"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2211.12046","atlas_url":"https://app.syntology.ai/?focus=2211.12046","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2211.12046"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/dogyoonlee/dp-nerf","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_violates":2,"ran":1,"ran_fixture":1,"unverified":8},"by_repo_kind":{"official":{"samples":12,"ran":4,"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":"4d61a4e68d52da3b","entry":"compute_time","repo":"dogyoonlee/dp-nerf","repo_kind":"official","path":"run_dpnerf.py","file_url":"https://github.com/dogyoonlee/dp-nerf/blob/HEAD/run_dpnerf.py","link_basis":"plan_row","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4d61a4e68d52da3b"}},{"code_sha256_prefix":"899e6539904686a9","entry":"get_rays_np","repo":"dogyoonlee/dp-nerf","repo_kind":"official","path":"utils/run_dpnerf_helpers.py","file_url":"https://github.com/dogyoonlee/dp-nerf/blob/HEAD/utils/run_dpnerf_helpers.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"899e6539904686a9"}},{"code_sha256_prefix":"1d6f8390d799f055","entry":"normalize","repo":"dogyoonlee/dp-nerf","repo_kind":"official","path":"data_utils/load_llff.py","file_url":"https://github.com/dogyoonlee/dp-nerf/blob/HEAD/data_utils/load_llff.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1d6f8390d799f055"}},{"code_sha256_prefix":"aa52acee18f54d38","entry":"viewmatrix","repo":"dogyoonlee/dp-nerf","repo_kind":"official","path":"data_utils/load_llff.py","file_url":"https://github.com/dogyoonlee/dp-nerf/blob/HEAD/data_utils/load_llff.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aa52acee18f54d38"}},{"code_sha256_prefix":"7ef64e41224b81bf","entry":"compute_img_metric","repo":"dogyoonlee/dp-nerf","repo_kind":"official","path":"utils/metrics.py","file_url":"https://github.com/dogyoonlee/dp-nerf/blob/HEAD/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":"7ef64e41224b81bf"}},{"code_sha256_prefix":"91c1988cd56d32a6","entry":"exponential_scale_fine_loss_weight","repo":"dogyoonlee/dp-nerf","repo_kind":"official","path":"run_dpnerf.py","file_url":"https://github.com/dogyoonlee/dp-nerf/blob/HEAD/run_dpnerf.py","link_basis":"plan_row","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":"91c1988cd56d32a6"}},{"code_sha256_prefix":"c99caa4af7646b2e","entry":"get_embedder","repo":"dogyoonlee/dp-nerf","repo_kind":"official","path":"utils/run_dpnerf_helpers.py","file_url":"https://github.com/dogyoonlee/dp-nerf/blob/HEAD/utils/run_dpnerf_helpers.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":"c99caa4af7646b2e"}},{"code_sha256_prefix":"c48b2dd212e8a456","entry":"get_rays","repo":"dogyoonlee/dp-nerf","repo_kind":"official","path":"utils/run_dpnerf_helpers.py","file_url":"https://github.com/dogyoonlee/dp-nerf/blob/HEAD/utils/run_dpnerf_helpers.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":"c48b2dd212e8a456"}},{"code_sha256_prefix":"cebd4a767f96722b","entry":"l2","repo":"dogyoonlee/dp-nerf","repo_kind":"official","path":"lpips/lpips.py","file_url":"https://github.com/dogyoonlee/dp-nerf/blob/HEAD/lpips/lpips.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":"cebd4a767f96722b"}},{"code_sha256_prefix":"61221a9686133a8c","entry":"normalize_tensor","repo":"dogyoonlee/dp-nerf","repo_kind":"official","path":"lpips/lpips.py","file_url":"https://github.com/dogyoonlee/dp-nerf/blob/HEAD/lpips/lpips.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":"61221a9686133a8c"}},{"code_sha256_prefix":"e844cf206c6621e3","entry":"psnr","repo":"dogyoonlee/dp-nerf","repo_kind":"official","path":"lpips/lpips.py","file_url":"https://github.com/dogyoonlee/dp-nerf/blob/HEAD/lpips/lpips.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":"e844cf206c6621e3"}},{"code_sha256_prefix":"36f5de7a0aae4a9b","entry":"ptstocam","repo":"dogyoonlee/dp-nerf","repo_kind":"official","path":"data_utils/load_llff.py","file_url":"https://github.com/dogyoonlee/dp-nerf/blob/HEAD/data_utils/load_llff.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":"36f5de7a0aae4a9b"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}