Papers › BAD-NeRF: Bundle Adjusted Deblur Neural Radiance Fields

BAD-NeRF: Bundle Adjusted Deblur Neural Radiance Fields

23 Nov 2022CVPR 2023 1arXiv:2211.12853archive 2025-07-28

Peng Wang, Lingzhe Zhao, Ruijie Ma, Peidong Liu

Neural Radiance Fields (NeRF) have received considerable attention recently, due to its impressive capability in photo-realistic 3D reconstruction and novel view synthesis, given a set of posed camera images. Earlier work usually assumes the input images are of good quality. However, image degradation (e.g. image motion blur in low-light conditions) can easily happen in real-world scenarios, which would further affect the rendering quality of NeRF. In this paper, we present a novel bundle adjusted deblur Neural Radiance Fields (BAD-NeRF), which can be robust to severe motion blurred images and inaccurate camera poses. Our approach models the physical image formation process of a motion blurred image, and jointly learns the parameters of NeRF and recovers the camera motion trajectories during exposure time. In experiments, we show that by directly modeling the real physical image formation process, BAD-NeRF achieves superior performance over prior works on both synthetic and real datasets. Code and data are available at https://github.com/WU-CVGL/BAD-NeRF.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology 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.12853")

Code

Syntology Ran 7 of 14 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 4 ran with no contract checked.

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

WU-CVGL/BAD-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

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

1ran · violated contract
1ran · our draft was wrong
1ran · fixture could not drive it
4ran
7unverified

Licence: 0 of the 14 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 WU-CVGL/BAD-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.

get_embedder WU-CVGL/BAD-NeRF/nerf.py official repository ran MIT (permissive) · f33c022650827208 · report
get_rays WU-CVGL/BAD-NeRF/run_nerf_helpers.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 492a3bd403592338 · report
normalize WU-CVGL/BAD-NeRF/load_llff.py official repository ran · violated contract fingerprinted MIT (permissive) · 1d6f8390d799f055 · report
skew_symmetric WU-CVGL/BAD-NeRF/Spline.py official repository ran fingerprinted MIT (permissive) · b591621bce049f0c · report
taylor_A WU-CVGL/BAD-NeRF/Spline.py official repository ran fingerprinted MIT (permissive) · 34b0e999b42270f7 · report
taylor_B WU-CVGL/BAD-NeRF/Spline.py official repository ran fingerprinted MIT (permissive) · 4e73dc814d75e741 · report
viewmatrix WU-CVGL/BAD-NeRF/load_llff.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · aa52acee18f54d38 · report
compute_img_metric WU-CVGL/BAD-NeRF/metrics.py official repository unverified MIT (permissive) · 7ef64e41224b81bf · report
imread WU-CVGL/BAD-NeRF/run_nerf_helpers.py official repository unverified MIT (permissive) · 79619ac934ccc01b · report
l2 WU-CVGL/BAD-NeRF/lpips/lpips.py official repository unverified MIT (permissive) · cebd4a767f96722b · report
load_imgs WU-CVGL/BAD-NeRF/run_nerf_helpers.py official repository unverified MIT (permissive) · 06ee9f41f1549653 · report
normalize_tensor WU-CVGL/BAD-NeRF/lpips/lpips.py official repository unverified MIT (permissive) · 61221a9686133a8c · report
psnr WU-CVGL/BAD-NeRF/lpips/lpips.py official repository unverified MIT (permissive) · e844cf206c6621e3 · report
ptstocam WU-CVGL/BAD-NeRF/load_llff.py official repository unverified MIT (permissive) · 36f5de7a0aae4a9b · report

Tasks

3D Scene ReconstructionDeblurringNeRFNeural RenderingNovel 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