CVMar 31, 2023

VDN-NeRF: Resolving Shape-Radiance Ambiguity via View-Dependence Normalization

arXiv:2303.17968v119 citationsh-index: 76Has Code
Originality Incremental advance
AI Analysis

This addresses geometry quality issues in NeRF-based 3D reconstruction for applications like view synthesis, though it is incremental as it builds on existing NeRF methods.

The paper tackles the shape-radiance ambiguity problem in neural radiance fields (NeRFs) under non-Lambertian surfaces and dynamic lighting, proposing VDN-NeRF to improve geometry by normalizing view-dependence, which significantly enhances geometry without altering the rendering pipeline.

We propose VDN-NeRF, a method to train neural radiance fields (NeRFs) for better geometry under non-Lambertian surface and dynamic lighting conditions that cause significant variation in the radiance of a point when viewed from different angles. Instead of explicitly modeling the underlying factors that result in the view-dependent phenomenon, which could be complex yet not inclusive, we develop a simple and effective technique that normalizes the view-dependence by distilling invariant information already encoded in the learned NeRFs. We then jointly train NeRFs for view synthesis with view-dependence normalization to attain quality geometry. Our experiments show that even though shape-radiance ambiguity is inevitable, the proposed normalization can minimize its effect on geometry, which essentially aligns the optimal capacity needed for explaining view-dependent variations. Our method applies to various baselines and significantly improves geometry without changing the volume rendering pipeline, even if the data is captured under a moving light source. Code is available at: https://github.com/BoifZ/VDN-NeRF.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes