Image Valuation in NeRF-based 3D reconstruction
Grigorios Aris Cheimariotis, Antonis Karakottas, Vangelis Chatzis, Angelos Kanlis, Dimitrios Zarpalas
TL;DR
This paper tackles data valuation for NeRF-based 3D reconstruction from unconstrained image collections by introducing a PSNR-based, per-image contribution score, $DV_{psnr}$. It adapts DVRL-inspired principles to track how individual images affect reconstruction quality during training, aggregating PSNR deltas across epochs to quantify each image's impact. Through experiments on the PhotoTourism dataset, the authors show that selecting training images with high $DV_{psnr}$ can improve held-out PSNR, especially for distant viewpoints, and that the scores are reasonably reproducible across random seeds. The work demonstrates a practical, model-agnostic approach to data valuation in NeRF pipelines, while noting limitations such as reliance on simplified NeRF variants and added computational overhead, as well as potential transferability to other resolutions and datasets.
Abstract
Data valuation and monetization are becoming increasingly important across domains such as eXtended Reality (XR) and digital media. In the context of 3D scene reconstruction from a set of images -- whether casually or professionally captured -- not all inputs contribute equally to the final output. Neural Radiance Fields (NeRFs) enable photorealistic 3D reconstruction of scenes by optimizing a volumetric radiance field given a set of images. However, in-the-wild scenes often include image captures of varying quality, occlusions, and transient objects, resulting in uneven utility across inputs. In this paper we propose a method to quantify the individual contribution of each image to NeRF-based reconstructions of in-the-wild image sets. Contribution is assessed through reconstruction quality metrics based on PSNR and MSE. We validate our approach by removing low-contributing images during training and measuring the resulting impact on reconstruction fidelity.
