Depth-guided NeRF Training via Earth Mover's Distance
Anita Rau, Josiah Aklilu, F. Christopher Holsinger, Serena Yeung-Levy
TL;DR
This paper tackles geometry learning in Neural Radiance Fields (NeRF) under sparse views where depth priors can be noisy and misleading.It introduces a depth-guided NeRF framework that uses off-the-shelf diffusion-based depth priors with uncertainty maps to steer ray termination distributions via Earth Mover's Distance (EMD) rather than enforcing exact depth via $L_2$ loss, and weights RGB vs depth guidance by uncertainty with a focal-loss-inspired scheme.Empirically, the method achieves strong depth metric improvements on ScanNet, outperforming Baselines like DäRF and SCADE while preserving photometric quality, and demonstrates robustness to out-of-domain data.The work provides a practical drop-in approach that improves NeRF geometry in indoor scenes by leveraging diffusion-based priors and uncertainty-aware EMD supervision, with clear avenues for extending uncertainty modeling.
Abstract
Neural Radiance Fields (NeRFs) are trained to minimize the rendering loss of predicted viewpoints. However, the photometric loss often does not provide enough information to disambiguate between different possible geometries yielding the same image. Previous work has thus incorporated depth supervision during NeRF training, leveraging dense predictions from pre-trained depth networks as pseudo-ground truth. While these depth priors are assumed to be perfect once filtered for noise, in practice, their accuracy is more challenging to capture. This work proposes a novel approach to uncertainty in depth priors for NeRF supervision. Instead of using custom-trained depth or uncertainty priors, we use off-the-shelf pretrained diffusion models to predict depth and capture uncertainty during the denoising process. Because we know that depth priors are prone to errors, we propose to supervise the ray termination distance distribution with Earth Mover's Distance instead of enforcing the rendered depth to replicate the depth prior exactly through L2-loss. Our depth-guided NeRF outperforms all baselines on standard depth metrics by a large margin while maintaining performance on photometric measures.
