Optimize the Unseen -- Fast NeRF Cleanup with Free Space Prior
Leo Segre, Shai Avidan
TL;DR
NeRFs suffer floaters in unseen regions due to photometric optimization. The paper introduces a fast post-hoc cleanup that enforces a Free Space Prior by sampling across the full 3D space and optimizing the density $\sigma$ toward zero in unseen regions, integrated via $\mathcal{L} = \mathcal{L}_{rec} + \lambda \mathcal{L}_{FSP}$ with $\lambda=0.1$. This MAP-based, global-prior approach is architecture-agnostic and yields cleanup results with high coverage and PSNR while being $2.5\times$ faster at inference and requiring no extra memory, training in under 30 seconds. Empirically, it generalizes across NeRF variants and datasets, offering a practical, scalable solution for artifact removal that preserves scene integrity and improves novel-view synthesis quality.
Abstract
Neural Radiance Fields (NeRF) have advanced photorealistic novel view synthesis, but their reliance on photometric reconstruction introduces artifacts, commonly known as "floaters". These artifacts degrade novel view quality, especially in areas unseen by the training cameras. We present a fast, post-hoc NeRF cleanup method that eliminates such artifacts by enforcing our Free Space Prior, effectively minimizing floaters without disrupting the NeRF's representation of observed regions. Unlike existing approaches that rely on either Maximum Likelihood (ML) estimation to fit the data or a complex, local data-driven prior, our method adopts a Maximum-a-Posteriori (MAP) approach, selecting the optimal model parameters under a simple global prior assumption that unseen regions should remain empty. This enables our method to clean artifacts in both seen and unseen areas, enhancing novel view quality even in challenging scene regions. Our method is comparable with existing NeRF cleanup models while being 2.5x faster in inference time, requires no additional memory beyond the original NeRF, and achieves cleanup training in less than 30 seconds. Our code will be made publically available.
