Papers › Sharp-NeRF: Grid-based Fast Deblurring Neural Radiance Fields Using Sharpness Prior

Sharp-NeRF: Grid-based Fast Deblurring Neural Radiance Fields Using Sharpness Prior

1 Jan 2024arXiv:2401.00825archive 2025-07-28

Byeonghyeon Lee, Howoong Lee, Usman Ali, Eunbyung Park

Neural Radiance Fields (NeRF) have shown remarkable performance in neural rendering-based novel view synthesis. However, NeRF suffers from severe visual quality degradation when the input images have been captured under imperfect conditions, such as poor illumination, defocus blurring, and lens aberrations. Especially, defocus blur is quite common in the images when they are normally captured using cameras. Although few recent studies have proposed to render sharp images of considerably high-quality, yet they still face many key challenges. In particular, those methods have employed a Multi-Layer Perceptron (MLP) based NeRF, which requires tremendous computational time. To overcome these shortcomings, this paper proposes a novel technique Sharp-NeRF -- a grid-based NeRF that renders clean and sharp images from the input blurry images within half an hour of training. To do so, we used several grid-based kernels to accurately model the sharpness/blurriness of the scene. The sharpness level of the pixels is computed to learn the spatially varying blur kernels. We have conducted experiments on the benchmarks consisting of blurry images and have evaluated full-reference and non-reference metrics. The qualitative and quantitative results have revealed that our approach renders the sharp novel views with vivid colors and fine details, and it has considerably faster training time than the previous works. Our project page is available at https://benhenryl.github.io/SharpNeRF/

PaperPDFCodeCode 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="2401.00825")

Code

Syntology Ran 15 of 19 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 14 ran with no contract checked.

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

benhenryl/sharpnerf officialmentioned in paperpytorchMIT 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

19 samples harvested; 15 ran; 0 honoured the contract we drafted; 4 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 · our draft was wrong
14ran
4unverified

Licence: 0 of the 19 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 benhenryl/sharpnerf. “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.

OctreeRender_trilinear_fast benhenryl/sharpnerf/renderer.py official repository ran MIT (permissive) · bea9184350158a40 · report
UpSampling2dLayer_ benhenryl/sharpnerf/preprocess_focus.py official repository ran MIT (permissive) · d2587896327123d9 · report
average_poses benhenryl/sharpnerf/dataLoader/llff.py official repository ran fingerprinted MIT (permissive) · 311310d09b78c64c · report
center_poses benhenryl/sharpnerf/dataLoader/llff.py official repository ran MIT (permissive) · 9da28ba9306c62af · report
depth2dist benhenryl/sharpnerf/dataLoader/ray_utils.py official repository ran fingerprinted MIT (permissive) · 90ce0d8859ca0692 · report
get_gaussian benhenryl/sharpnerf/utils.py official repository ran MIT (permissive) · a0259dc7df1d0f7a · report
get_size benhenryl/sharpnerf/models/tensorBase.py official repository ran MIT (permissive) · 030ec2dc7de84718 · report
lrelu benhenryl/sharpnerf/preprocess_focus.py official repository ran fingerprinted MIT (permissive) · 9251b1037c26cc83 · report
ndc2dist benhenryl/sharpnerf/dataLoader/ray_utils.py official repository ran MIT (permissive) · 54ed7d1680c5c5cb · report
normalize benhenryl/sharpnerf/models/tensoRF.py official repository ran fingerprinted MIT (permissive) · ebd26060d3ab53e9 · report
normalize benhenryl/sharpnerf/dataLoader/llff.py official repository ran fingerprinted MIT (permissive) · aa33e7122eb26d8b · report
positional_encoding benhenryl/sharpnerf/models/tensorBase.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 11a10efa60767162 · report
raw2alpha benhenryl/sharpnerf/models/tensorBase.py official repository ran fingerprinted MIT (permissive) · c1acffa981204fee · report
read_pfm benhenryl/sharpnerf/preprocess_depth.py official repository ran MIT (permissive) · 3a47b5cabba2c155 · report
visualize_depth_numpy benhenryl/sharpnerf/utils.py official repository ran MIT (permissive) · c775698c33cfa2de · report
SML_torch benhenryl/sharpnerf/utils.py official repository unverified MIT (permissive) · ffd38ad6603c0f92 · report
evaluation benhenryl/sharpnerf/renderer.py official repository unverified MIT (permissive) · 8e11cbdeef08d1b1 · report
get_gaussian benhenryl/sharpnerf/models/tensoRF.py official repository unverified MIT (permissive) · 16bb9d0fa275f0f7 · report
get_ray_directions benhenryl/sharpnerf/dataLoader/ray_utils.py official repository unverified MIT (permissive) · b154fd5e548dc90b · report

Tasks

DeblurringNeRFNeural 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