CVGRMay 4, 2023

Floaters No More: Radiance Field Gradient Scaling for Improved Near-Camera Training

arXiv:2305.02756v230 citations
Originality Incremental advance
AI Analysis

This addresses a specific issue in 3D scene reconstruction for computer vision and graphics researchers, offering an incremental improvement to existing NeRF methods.

The paper tackles the problem of floating artifacts in Neural Radiance Fields (NeRF) caused by background collapse due to imbalanced sampling near cameras, and proposes a gradient scaling method that eliminates the need for near planes, resulting in improved training without significant overhead.

NeRF acquisition typically requires careful choice of near planes for the different cameras or suffers from background collapse, creating floating artifacts on the edges of the captured scene. The key insight of this work is that background collapse is caused by a higher density of samples in regions near cameras. As a result of this sampling imbalance, near-camera volumes receive significantly more gradients, leading to incorrect density buildup. We propose a gradient scaling approach to counter-balance this sampling imbalance, removing the need for near planes, while preventing background collapse. Our method can be implemented in a few lines, does not induce any significant overhead, and is compatible with most NeRF implementations.

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