English

Extracting Neural Materials from Multi-view Images

Computer Vision and Pattern Recognition 2026-06-25 v1 Graphics

Abstract

Neural materials can represent complex specular reflections and scattering effects in a compact, universal basis. However, acquiring and authoring such materials remains challenging. We present NeuMatEx, a differentiable inverse rendering method for extracting spatially varying neural materials from images. The nonlinear structure of neural material latent spaces makes optimization with naive inverse rendering infeasible. To address this, we train a Large Material Reconstruction Model (LMRM) that directly predicts initialbase color, neural material latents, and aleatoric uncertainty guides from images. This material prior provides a good initialization and better constrains our subsequent optimization using inverse path tracing. The predicted uncertainty further helps by anchoring high-confidence regions more tightly to the LMRM prediction, preventing lighting and complex specular effects from being baked into materials. Experiments on synthetic and real assets show that NeuMatEx extracts complex materials with better visual quality and material decomposition than PBR-based methods.

Cite

@article{arxiv.2606.26715,
  title  = {Extracting Neural Materials from Multi-view Images},
  author = {Kim Youwang and Jon Hasselgren and Peter Kocsis and Andrea Weidlich and Tae-Hyun Oh and Jacob Munkberg},
  journal= {arXiv preprint arXiv:2606.26715},
  year   = {2026}
}

Comments

Project website: https://nvlabs.github.io/neumatex/