Papers › Reducing Shape-Radiance Ambiguity in Radiance Fields with a Closed-Form Color Estimation Method

Reducing Shape-Radiance Ambiguity in Radiance Fields with a Closed-Form Color Estimation Method

20 Dec 2023NeurIPS 2023 11arXiv:2312.12726archive 2025-07-28

Qihang Fang, Yafei Song, Keqiang Li, Liefeng Bo

Neural radiance field (NeRF) enables the synthesis of cutting-edge realistic novel view images of a 3D scene. It includes density and color fields to model the shape and radiance of a scene, respectively. Supervised by the photometric loss in an end-to-end training manner, NeRF inherently suffers from the shape-radiance ambiguity problem, i.e., it can perfectly fit training views but does not guarantee decoupling the two fields correctly. To deal with this issue, existing works have incorporated prior knowledge to provide an independent supervision signal for the density field, including total variation loss, sparsity loss, distortion loss, etc. These losses are based on general assumptions about the density field, e.g., it should be smooth, sparse, or compact, which are not adaptive to a specific scene. In this paper, we propose a more adaptive method to reduce the shape-radiance ambiguity. The key is a rendering method that is only based on the density field. Specifically, we first estimate the color field based on the density field and posed images in a closed form. Then NeRF's rendering process can proceed. We address the problems in estimating the color field, including occlusion and non-uniformly distributed views. Afterward, it is applied to regularize NeRF's density field. As our regularization is guided by photometric loss, it is more adaptive compared to existing ones. Experimental results show that our method improves the density field of NeRF both qualitatively and quantitatively. Our code is available at https://github.com/qihangGH/Closed-form-color-field.

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

Code

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

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

qihanggh/closed-form-color-field 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; 11 ran; 0 honoured the contract we drafted; 3 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
2ran · our draft was wrong
1ran · fixture could not drive it
7ran
3unverified

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 qihangGH/Closed-form-color-field. “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.

build_data_options qihangGH/Closed-form-color-field/opt/util/config_util.py official repository ran MIT (permissive) · c4849e3a5362cfc5 · report
calc_color_metric2 qihanggh/closed-form-color-field/opt/util/cf_color_utils.py official repository ran · our draft was wrong MIT (permissive) · fe25ef1d603a986b · report
get_image_size qihangGH/Closed-form-color-field/opt/util/load_llff.py official repository ran MIT (permissive) · 848824c9cee292ce · report
inthroot qihangGH/Closed-form-color-field/svox2/utils.py official repository ran fingerprinted MIT (permissive) · 49c8102233908a49 · report
is_pow2 qihangGH/Closed-form-color-field/svox2/utils.py official repository ran fingerprinted MIT (permissive) · 1c02c1337d08c079 · report
load_K_Rt_from_P qihangGH/Closed-form-color-field/opt/util/dtu_dataset.py official repository ran MIT (permissive) · c6324b632487a725 · report
morton_code_3 qihangGH/Closed-form-color-field/svox2/utils.py official repository ran fingerprinted MIT (permissive) · d55cfd9164c67413 · report
normalize qihangGH/Closed-form-color-field/opt/util/load_llff.py official repository ran · violated contract fingerprinted MIT (permissive) · 1d6f8390d799f055 · report
readCameraDeepview qihangGH/Closed-form-color-field/opt/util/llff_dataset.py official repository ran MIT (permissive) · 865fcbd751a7e854 · report
readCamerasBinary qihangGH/Closed-form-color-field/opt/util/llff_dataset.py official repository ran · our draft was wrong MIT (permissive) · 9ad1e4f49e3fdd27 · report
viewmatrix qihangGH/Closed-form-color-field/opt/util/load_llff.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · aa52acee18f54d38 · report
auto_dataset qihangGH/Closed-form-color-field/opt/util/dataset.py official repository unverified MIT (permissive) · 94acd984d551836d · report
calc_color_metric3 qihangGH/Closed-form-color-field/opt/util/cf_color_utils.py official repository unverified MIT (permissive) · 8d63ea9edce85655 · report
readImagesBinary qihangGH/Closed-form-color-field/opt/util/llff_dataset.py official repository unverified MIT (permissive) · 9d984b3927cdccd2 · report

Tasks

FormNeRF

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