CVGRApr 29

Learning Sparse BRDF Measurement Samples from Image

arXiv:2604.267402.5
AI Analysis

For computer graphics researchers, this work addresses the problem of efficient BRDF acquisition by learning to select informative measurement samples, though the gains are incremental and limited to low-budget settings.

This paper proposes a method to select a small number of BRDF measurements that are most useful for reconstructing material appearance under a learned reflectance prior. Experiments on the MERL dataset show that the proposed sampler improves reconstruction quality at 8 and 16 measurements compared to neural reconstruction baselines.

Accurate BRDF acquisition is important for realistic rendering, but dense gonioreflectometer measurements are slow and expensive. We study how to select a small number of BRDF measurements that are most useful for reconstructing material appearance under a learned reflectance prior. Our method combines a set encoder for sparse coordinate-value observations, a pretrained hypernetwork-based BRDF reconstructor, and a differentiable renderer. During sampler training, the reconstructor is kept fixed and gradients from BRDF-space and rendered-image losses are used to optimize measurement locations. This separates sample selection from prior fitting and encourages the sampler to choose directions that are informative under the learned material distribution. Experiments on the MERL dataset show that the proposed sampler improves low-budget reconstruction quality at 8 and 16 measurements compared with neural reconstruction baselines, while PCA-based methods remain strong at larger budgets. We further analyze the effect of image-space supervision, co-optimization, and image-only latent fitting for unseen materials.

Foundations

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

Your Notes