Papers › Exact-NeRF: An Exploration of a Precise Volumetric Parameterization for Neural Radiance Fields

Exact-NeRF: An Exploration of a Precise Volumetric Parameterization for Neural Radiance Fields

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

Brian K. S. Isaac-Medina, Chris G. Willcocks, Toby P. Breckon

Neural Radiance Fields (NeRF) have attracted significant attention due to their ability to synthesize novel scene views with great accuracy. However, inherent to their underlying formulation, the sampling of points along a ray with zero width may result in ambiguous representations that lead to further rendering artifacts such as aliasing in the final scene. To address this issue, the recent variant mip-NeRF proposes an Integrated Positional Encoding (IPE) based on a conical view frustum. Although this is expressed with an integral formulation, mip-NeRF instead approximates this integral as the expected value of a multivariate Gaussian distribution. This approximation is reliable for short frustums but degrades with highly elongated regions, which arises when dealing with distant scene objects under a larger depth of field. In this paper, we explore the use of an exact approach for calculating the IPE by using a pyramid-based integral formulation instead of an approximated conical-based one. We denote this formulation as Exact-NeRF and contribute the first approach to offer a precise analytical solution to the IPE within the NeRF domain. Our exploratory work illustrates that such an exact formulation Exact-NeRF matches the accuracy of mip-NeRF and furthermore provides a natural extension to more challenging scenarios without further modification, such as in the case of unbounded scenes. Our contribution aims to both address the hitherto unexplored issues of frustum approximation in earlier NeRF work and additionally provide insight into the potential future consideration of analytical solutions in future NeRF extensions.

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.12285")

Code

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

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

kostadinovshalon/exact-nerf officialmentioned in papermentioned on GitHubjaxApache-2.0 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

24 samples harvested; 6 ran; 1 honoured the contract we drafted; 18 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 · honoured contract
1ran · our draft was wrong
4ran
18unverified

Licence: 0 of the 24 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 kostadinovshalon/exact-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.

bilinear_demosaic kostadinovshalon/exact-nerf/internal/raw_utils.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 5ffdd10665900fb7 · report
convert_to_ndc kostadinovshalon/exact-nerf/internal/camera_utils.py official repository ran Apache-2.0 (permissive) · f4dbe624cddbd165 · report
pad_poses kostadinovshalon/exact-nerf/internal/camera_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · a53323fc4f4e3bec · report
pixels_to_bayer_mask kostadinovshalon/exact-nerf/internal/raw_utils.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 5b3256eff4159b19 · report
random_split kostadinovshalon/exact-nerf/internal/models.py official repository ran Apache-2.0 (permissive) · 174280feba78ca68 · report
unpad_poses kostadinovshalon/exact-nerf/internal/camera_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · 02a28751c0dd380b · report
compute_sq_dist kostadinovshalon/exact-nerf/internal/geopoly.py official repository unverified Apache-2.0 (permissive) · 7d889d94a6a2c807 · report
compute_tesselation_weights kostadinovshalon/exact-nerf/internal/geopoly.py official repository unverified Apache-2.0 (permissive) · 0d09727cd42c0bff · report
compute_weighted_mae kostadinovshalon/exact-nerf/internal/ref_utils.py official repository unverified Apache-2.0 (permissive) · c2c08f46f8721182 · report
conical_frustum_to_gaussian kostadinovshalon/exact-nerf/internal/render.py official repository unverified Apache-2.0 (permissive) · 52da3923171d06b7 · report
contract kostadinovshalon/exact-nerf/internal/coord.py official repository unverified Apache-2.0 (permissive) · b862356a360b27e8 · report
cylinder_to_gaussian kostadinovshalon/exact-nerf/internal/render.py official repository unverified Apache-2.0 (permissive) · 7f7427c5ca12b95c · report
inv_contract kostadinovshalon/exact-nerf/internal/coord.py official repository unverified Apache-2.0 (permissive) · 47957f74e1e36dc0 · report
l2_normalize kostadinovshalon/exact-nerf/internal/ref_utils.py official repository unverified Apache-2.0 (permissive) · e8304fe593a5daa6 · report
lift_gaussian kostadinovshalon/exact-nerf/internal/render.py official repository unverified Apache-2.0 (permissive) · b08a5fcef9a0e68a · report
matmul kostadinovshalon/exact-nerf/internal/math.py official repository unverified Apache-2.0 (permissive) · 0f92b856a4c7ffa0 · report
mse_to_psnr kostadinovshalon/exact-nerf/internal/image.py official repository unverified Apache-2.0 (permissive) · 653ab4e689447ac1 · report
psnr_to_mse kostadinovshalon/exact-nerf/internal/image.py official repository unverified Apache-2.0 (permissive) · 49c09d68ba665662 · report
reflect kostadinovshalon/exact-nerf/internal/ref_utils.py official repository unverified Apache-2.0 (permissive) · 4f16f24f7c41ab8c · report
safe_cos kostadinovshalon/exact-nerf/internal/math.py official repository unverified Apache-2.0 (permissive) · 7033f6fda964538a · report
safe_trig_helper kostadinovshalon/exact-nerf/internal/math.py official repository unverified Apache-2.0 (permissive) · 762b96fa7015de47 · report
ssim_to_dssim kostadinovshalon/exact-nerf/internal/image.py official repository unverified Apache-2.0 (permissive) · 4d380547a7c009a9 · report
tesselate_geodesic kostadinovshalon/exact-nerf/internal/geopoly.py official repository unverified Apache-2.0 (permissive) · 20ba3d607e5d7fb9 · report
track_linearize kostadinovshalon/exact-nerf/internal/coord.py official repository unverified Apache-2.0 (permissive) · e3cb11e61e30323c · 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