Papers › NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis

NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis

19 Mar 2020ECCV 2020 8arXiv:2003.08934archive 2025-07-28

Ben Mildenhall, Pratul P. Srinivasan, Matthew Tancik, Jonathan T. Barron, Ravi Ramamoorthi, Ren Ng

We present a method that achieves state-of-the-art results for synthesizing novel views of complex scenes by optimizing an underlying continuous volumetric scene function using a sparse set of input views. Our algorithm represents a scene using a fully-connected (non-convolutional) deep network, whose input is a single continuous 5D coordinate (spatial location (x,y,z) and viewing direction (θ, ϕ)) and whose output is the volume density and view-dependent emitted radiance at that spatial location. We synthesize views by querying 5D coordinates along camera rays and use classic volume rendering techniques to project the output colors and densities into an image. Because volume rendering is naturally differentiable, the only input required to optimize our representation is a set of images with known camera poses. We describe how to effectively optimize neural radiance fields to render photorealistic novel views of scenes with complicated geometry and appearance, and demonstrate results that outperform prior work on neural rendering and view synthesis. View synthesis results are best viewed as videos, so we urge readers to view our supplementary video for convincing comparisons.

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="2003.08934")

Code

Syntology Ran 40 of 56 code samples harvested from 10 repositories linked to this paper; 16 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 16 ran · our draft was wrong; 4 ran · fixture could not drive it; 18 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 5 ran; community (archive-listed): 41 samples from 9 repositories, 33 ran; 3 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

37 repositories listed; official and paper-mentioned ones first.

bmild/nerf officialmentioned on GitHubtfMIT report
ALBERT-Inc/blog_nerf mentioned on GitHubnot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
airalcorn2/pytorch-nerf mentioned on GitHubpytorch report
bebeal/mipnerf-pytorch mentioned on GitHubpytorch report
eitan3/nerf_gluon mentioned on GitHubmxnet report
facebookresearch/NSVF mentioned on GitHubpytorchMIT report
glouppe/info8010-deep-learning mentioned on GitHubpytorch report
jamesperlman/nerfrendercore mentioned on GitHubpytorchMIT report
kakaobrain/NeRF-Factory mentioned on GitHubjaxApache-2.0 report
kklemon/gon-pytorch mentioned on GitHubpytorch report
komeiharada/learn_DL_together mentioned on GitHubtf report
krrish94/nerf-pytorch mentioned on GitHubpytorch report
kwea123/nerf_pl mentioned on GitHubpytorchMIT report
myagues/flax_nerf mentioned on GitHubjaxGPL-3.0 report
naufalso/keras_nerf mentioned on GitHubtf report
russrobin/knowledge_nerf mentioned on GitHubpytorch report
sillsill777/NeRF-PyTorch mentioned on GitHubpytorch report
wandb/awesome-dl-projects mentioned on GitHubtf report
wandb/gallery mentioned on GitHubtf report
xk-huang/nerf.mindspore mentioned on GitHubmindsporeApache-2.0 report
yangyucheng000/NERF mentioned on GitHubmindspore report
nvlabs/instant-ngp pytorchNOASSERTION 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

56 samples harvested; 40 ran; 1 honoured the contract we drafted; 16 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.

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

Licence: 4 of the 56 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 10 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

batchify bmild/nerf/run_nerf.py official repository ran · our draft was wrong MIT (permissive) · ce716d3807564106 · report
img2mse bmild/nerf/run_nerf_helpers.py official repository ran MIT (permissive) · 9a8470533015ce8b · report
normalize bmild/nerf/load_llff.py official repository ran · violated contract fingerprinted MIT (permissive) · 1d6f8390d799f055 · report
to8b bmild/nerf/run_nerf_helpers.py official repository ran · honoured contract fingerprinted MIT (permissive) · 9b2cb1a88d84aec6 · report
viewmatrix bmild/nerf/load_llff.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · aa52acee18f54d38 · report
load_blender_data bmild/nerf/load_blender.py official repository unverified MIT (permissive) · 7ee442908cd304b1 · report
load_dv_data bmild/nerf/load_deepvoxels.py official repository unverified MIT (permissive) · e69746042397f344 · report
mse2psnr bmild/nerf/run_nerf_helpers.py official repository unverified MIT (permissive) · 969654a81252ebbd · report
pose_spherical bmild/nerf/load_blender.py official repository unverified MIT (permissive) · 5dfee35860e399af · report
ptstocam bmild/nerf/load_llff.py official repository unverified MIT (permissive) · 36f5de7a0aae4a9b · report
render_rays bmild/nerf/run_nerf.py official repository unverified MIT (permissive) · b15bbbfd76c144e6 · report
run_network bmild/nerf/run_nerf.py official repository unverified MIT (permissive) · bc8041fd2b31b089 · report
cast_to_disparity_image krrish94/nerf-pytorch/eval_nerf.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · 1a19fbfcebd5f31a · report
cat_dataclass xk-huang/yet-another-nerf/yanerf/pipelines/nerf_pipeline.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 355a63e6de028c93 · report
compute_accumulated_transmittance MaximeVandegar/Papers-in-100-Lines-of-Code/NeRF_Representing_Scenes_as_Neural_Radiance_Fields_for_View_Synthesis/nerf.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 6bb87af4d7775276 · report
compute_embedding_size AnimatedRNG/nerf-jax/nerf/models.py community (archive-listed) ran Apache-2.0 (permissive) · 0bc6c9ee0b5176e3 · report
compute_pts_ts JulianKnodt/nerf_atlas/src/nerf.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 9e4eb567d4c26168 · report
compute_ts JulianKnodt/nerf_atlas/src/nerf.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 29bf7322a693d800 · report
corrupt_cameras yuehaowang/nerf-pytorch/models/camera.py community (archive-listed) ran MIT (permissive) · 9fa6773feb9a0f57 · report
cumprod_exclusive_torch AnimatedRNG/nerf-jax/reference/torch_impl.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 924ec325aa22bca1 · report
cumuprod_exclusive JulianKnodt/nerf_atlas/src/nerf.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 5c0af089509a5195 · report
eval kklemon/gon-pytorch/train_gon.py community (archive-listed) ran · our draft was wrong MIT (permissive) · f5a79b19662b118c · report
fft_loss JulianKnodt/nerf_atlas/runner.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 2f76a86e3e1b1c50 · report
filter_chain AnimatedRNG/nerf-jax/nerf/nerf_dataset.py community (archive-listed) ran Apache-2.0 (permissive) · 429e689dec4629ec · report
get_coarse_query_points airalcorn2/pytorch-nerf/run_nerf.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 4c51a645589e581f · report
get_fine_query_points airalcorn2/pytorch-nerf/run_nerf.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 8974e4406c79c5bd · report
get_fine_query_points airalcorn2/pytorch-nerf/run_pixelnerf.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · bde1f23d239dd9ad · report
get_image_features_for_query_points airalcorn2/pytorch-nerf/run_pixelnerf.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 97be931adba5c037 · report
get_ray_bundle AnimatedRNG/nerf-jax/util/util.py community (archive-listed) ran Apache-2.0 (permissive) · 6bf9156e8a423ebc · report
init_networks AnimatedRNG/nerf-jax/train_nerf.py community (archive-listed) ran Apache-2.0 (permissive) · ede4a3a14cd0c5a7 · report
map_batched AnimatedRNG/nerf-jax/util/util.py community (archive-listed) ran Apache-2.0 (permissive) · 6781dae351c0e669 · report
map_batched_rng AnimatedRNG/nerf-jax/util/util.py community (archive-listed) ran Apache-2.0 (permissive) · 0f7fe9f9700b5d37 · report
polar_to_rotmat yuehaowang/nerf-pytorch/models/vote_net.py community (archive-listed) ran fingerprinted MIT (permissive) · e880e929a516e218 · report
polar_to_xyz yuehaowang/nerf-pytorch/models/vote_net.py community (archive-listed) ran MIT (permissive) · 35565da1dac960eb · report
positional_encoding_torch AnimatedRNG/nerf-jax/reference/torch_impl.py community (archive-listed) ran Apache-2.0 (permissive) · 88f06f0c72b003cf · report
pytorch_complex_mul yuehaowang/nerf-pytorch/utils/pytorch_projector.py community (archive-listed) ran fingerprinted MIT (permissive) · 834db3a0c6566522 · report
raw2outputs yuehaowang/nerf-pytorch/models/renderer.py community (archive-listed) ran MIT (permissive) · dd6690a28620c0d8 · report
render JulianKnodt/nerf_atlas/runner.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 31e9359f618551ac · report
render_radiance_volume airalcorn2/pytorch-nerf/run_nerf.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · b7f46d0d6eb9f533 · report
render_rays MaximeVandegar/Papers-in-100-Lines-of-Code/NeRF_Representing_Scenes_as_Neural_Radiance_Fields_for_View_Synthesis/nerf.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 76043c73feb0d5bc · report
to8b xk-huang/nerf.mindspore/utils/results_handler.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · c28b6ff0b012dc3a · report
to_numpy_complex yuehaowang/nerf-pytorch/utils/pytorch_projector.py community (archive-listed) ran MIT (permissive) · 7ecb7076c29cd0d3 · report
to_pytorch_complex yuehaowang/nerf-pytorch/utils/pytorch_projector.py community (archive-listed) ran MIT (permissive) · f5a330da29e2f8e9 · report
torch_to_jax AnimatedRNG/nerf-jax/reference/torch_to_jax.py community (archive-listed) ran Apache-2.0 (permissive) · c3cd90a5ba1fb061 · report
transform_rays yuehaowang/nerf-pytorch/models/camera.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · b7bd14e91d2770c0 · report
get_embedding_function_torch AnimatedRNG/nerf-jax/reference/torch_impl.py community (archive-listed) unverified Apache-2.0 (permissive) · 4cf87da067a5c9b0 · report
linear AnimatedRNG/nerf-jax/nerf/models.py community (archive-listed) unverified Apache-2.0 (permissive) · 3ef923fe3f562a7e · report
loader AnimatedRNG/nerf-jax/nerf/nerf_dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · 898a883c9cbd99f6 · report
sample kklemon/gon-pytorch/train_gon.py community (archive-listed) unverified MIT (permissive) · 61e92f9d263cddc9 · report
sample_pdf AnimatedRNG/nerf-jax/nerf/nerf_helpers.py community (archive-listed) unverified Apache-2.0 (permissive) · 527832def209c604 · report
train MaximeVandegar/Papers-in-100-Lines-of-Code/NeRF_Representing_Scenes_as_Neural_Radiance_Fields_for_View_Synthesis/nerf.py community (archive-listed) unverified MIT (permissive) · 72ae52782cdecbe7 · report
train kklemon/gon-pytorch/train_gon.py community (archive-listed) unverified MIT (permissive) · b06ced583714627c · report
volume_render_radiance_field AnimatedRNG/nerf-jax/nerf/volume_render.py community (archive-listed) unverified Apache-2.0 (permissive) · d0c2ad169481a881 · report
batchify identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · fd57e365830d09de · report
run_network identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 8f235fb889b93174 · report
batchify_rays identical code first harvested elsewhere unverified licence of this copy not recorded · b0ddc73a6106f3b5 · report

Tasks

Generalizable Novel View SynthesisLow-Dose X-Ray Ct ReconstructionNeRFNeural RenderingNovel View Synthesis

Datasets

Introduced by this paper, per the archive.

NeRF

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Low-Dose X-Ray Ct Reconstruction X3D NeRF PSNR 32.15 #7 of 9 Archive leaderboard report
Low-Dose X-Ray Ct Reconstruction X3D NeRF SSIM 0.9354 #7 of 9 Archive leaderboard report
Novel View Synthesis X3D NeRF PSNR 32.49 #5 of 6 Archive leaderboard report
Novel View Synthesis X3D NeRF SSIM 0.9770 #5 of 6 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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