Papers › DP-NeRF: Deblurred Neural Radiance Field with Physical Scene Priors

DP-NeRF: Deblurred Neural Radiance Field with Physical Scene Priors

22 Nov 2022CVPR 2023 1arXiv:2211.12046archive 2025-07-28

Dogyoon Lee, Minhyeok Lee, Chajin Shin, Sangyoun Lee

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2211.12046")

Code

Syntology Ran 4 of 12 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 2 ran · violated contract; 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

dogyoonlee/dp-nerf officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 4 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran · violated contract
1ran · fixture could not drive it
1ran
8unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from dogyoonlee/dp-nerf. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_time dogyoonlee/dp-nerf/run_dpnerf.py official repository ran · violated contract fingerprinted MIT (permissive) · 4d61a4e68d52da3b · report
get_rays_np dogyoonlee/dp-nerf/utils/run_dpnerf_helpers.py official repository ran MIT (permissive) · 899e6539904686a9 · report
normalize dogyoonlee/dp-nerf/data_utils/load_llff.py official repository ran · violated contract fingerprinted MIT (permissive) · 1d6f8390d799f055 · report
viewmatrix dogyoonlee/dp-nerf/data_utils/load_llff.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · aa52acee18f54d38 · report
compute_img_metric dogyoonlee/dp-nerf/utils/metrics.py official repository unverified MIT (permissive) · 7ef64e41224b81bf · report
exponential_scale_fine_loss_weight dogyoonlee/dp-nerf/run_dpnerf.py official repository unverified MIT (permissive) · 91c1988cd56d32a6 · report
get_embedder dogyoonlee/dp-nerf/utils/run_dpnerf_helpers.py official repository unverified MIT (permissive) · c99caa4af7646b2e · report
get_rays dogyoonlee/dp-nerf/utils/run_dpnerf_helpers.py official repository unverified MIT (permissive) · c48b2dd212e8a456 · report
l2 dogyoonlee/dp-nerf/lpips/lpips.py official repository unverified MIT (permissive) · cebd4a767f96722b · report
normalize_tensor dogyoonlee/dp-nerf/lpips/lpips.py official repository unverified MIT (permissive) · 61221a9686133a8c · report
psnr dogyoonlee/dp-nerf/lpips/lpips.py official repository unverified MIT (permissive) · e844cf206c6621e3 · report
ptstocam dogyoonlee/dp-nerf/data_utils/load_llff.py official repository unverified MIT (permissive) · 36f5de7a0aae4a9b · report

Tasks

3D ReconstructionNeRFNovel View Synthesis

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections