Papers › Block-NeRF: Scalable Large Scene Neural View Synthesis

Block-NeRF: Scalable Large Scene Neural View Synthesis

10 Feb 2022CVPR 2022 1arXiv:2202.05263archive 2025-07-28

Matthew Tancik, Vincent Casser, Xinchen Yan, Sabeek Pradhan, Ben Mildenhall, Pratul P. Srinivasan, Jonathan T. Barron, Henrik Kretzschmar

We present Block-NeRF, a variant of Neural Radiance Fields that can represent large-scale environments. Specifically, we demonstrate that when scaling NeRF to render city-scale scenes spanning multiple blocks, it is vital to decompose the scene into individually trained NeRFs. This decomposition decouples rendering time from scene size, enables rendering to scale to arbitrarily large environments, and allows per-block updates of the environment. We adopt several architectural changes to make NeRF robust to data captured over months under different environmental conditions. We add appearance embeddings, learned pose refinement, and controllable exposure to each individual NeRF, and introduce a procedure for aligning appearance between adjacent NeRFs so that they can be seamlessly combined. We build a grid of Block-NeRFs from 2.8 million images to create the largest neural scene representation to date, capable of rendering an entire neighborhood of San Francisco.

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

Code

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

By repository: community (archive-listed): 14 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

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; 3 ran; 0 honoured the contract we drafted; 11 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.

2ran · our draft was wrong
1ran
11unverified

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 dvlab-research/LargeScaleNeRFPytorch. “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.

create_full_step_id dvlab-research/LargeScaleNeRFPytorch/FourierGrid/dmpigo.py community (archive-listed) ran MIT (permissive) · eb2f4df4e13ab013 · report
get_rays dvlab-research/LargeScaleNeRFPytorch/FourierGrid/FourierGrid_model.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 049307a781780caa · report
ndc_rays dvlab-research/LargeScaleNeRFPytorch/FourierGrid/FourierGrid_model.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 4366d225ac2fe16d · report
FourierGrid_compute_bbox_by_cam_frustrm_mega dvlab-research/LargeScaleNeRFPytorch/FourierGrid/bbox_compute.py community (archive-listed) unverified MIT (permissive) · ba84c492683659b1 · report
FourierGrid_compute_bbox_by_cam_frustrm_waymo dvlab-research/LargeScaleNeRFPytorch/FourierGrid/bbox_compute.py community (archive-listed) unverified MIT (permissive) · ab783a8f16a37718 · report
batched_inference dvlab-research/LargeScaleNeRFPytorch/eval_block_nerf.py community (archive-listed) unverified MIT (permissive) · bec3e39fd4aacd1e · report
compute_tensorf_feat dvlab-research/LargeScaleNeRFPytorch/FourierGrid/FourierGrid_grid.py community (archive-listed) unverified MIT (permissive) · 67fd5c6c899ca0af · report
compute_tensorf_val dvlab-research/LargeScaleNeRFPytorch/FourierGrid/FourierGrid_grid.py community (archive-listed) unverified MIT (permissive) · e6262a56833bb6d2 · report
convert_to_ndc dvlab-research/LargeScaleNeRFPytorch/FourierGrid/camera_utils.py community (archive-listed) unverified MIT (permissive) · ce266e17c5088b07 · report
filter_Block dvlab-research/LargeScaleNeRFPytorch/eval_block_nerf.py community (archive-listed) unverified MIT (permissive) · cf4cfe9b84749e46 · report
filter_cam_info_by_index dvlab-research/LargeScaleNeRFPytorch/eval_block_nerf.py community (archive-listed) unverified MIT (permissive) · 756fbe4497eabee7 · report
get_rays_of_a_view dvlab-research/LargeScaleNeRFPytorch/FourierGrid/FourierGrid_model.py community (archive-listed) unverified MIT (permissive) · 2703eb1cf816a1af · report
intrinsic_matrix dvlab-research/LargeScaleNeRFPytorch/FourierGrid/camera_utils.py community (archive-listed) unverified MIT (permissive) · 278d19a408119216 · report
split_rays dvlab-research/LargeScaleNeRFPytorch/FourierGrid/camera_utils.py community (archive-listed) unverified MIT (permissive) · c38d089d67862202 · report

Tasks

NeRF

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