paper-with-me

Papers

Extracting Triangular 3D Models, Materials, and Lighting From Images

2021-11-24 · CVPR 2022 1 · Jacob Munkberg, Jon Hasselgren, Tianchang Shen, Jun Gao, Wenzheng Chen, Alex Evans, Thomas Müller, Sanja Fidler

We present an efficient method for joint optimization of topology, materials and lighting from multi-view image observations. Unlike recent multi-view reconstruction approaches, which typically produce entangled 3D representations encoded in neural networks, we output triangle meshes with spatially-varying materials and environment lighting that can be deployed in any traditional graphics engine unmodified. We leverage recent work in differentiable rendering, coordinate-based networks to compactly represent volumetric texturing, alongside differentiable marching tetrahedrons to enable gradient-based optimization directly on the surface mesh. Finally, we introduce a differentiable formulation of the split sum approximation of environment lighting to efficiently recover all-frequency lighting. Experiments show our extracted models used in advanced scene editing, material decomposition, and high quality view interpolation, all running at interactive rates in triangle-based renderers (rasterizers and path tracers). Project website: https://nvlabs.github.io/nvdiffrec/ .

📄 PDF Abstract BibTeX arXiv:2111.12503

Code (2)

NVlabs/nvdiffrec 공식 구현 pytorch
nvlabs/tiny-cuda-nn pytorch

Tasks

Depth PredictionImage RelightingInverse RenderingSurface Normals EstimationSurface Reconstruction

Similar Papers 제목 키워드 기반

QUADify: Extracting Meshes with Pixel-level Details and Materials from Images

2024-01-01 · CVPR 2024 1 · Maximilian Frühauf, Hayko Riemenschneider, Markus Gross, Christopher Schroers

Despite exciting progress in automatic 3D reconstruction from images excessive and irregular triangular faces in the resulting meshes still constitute a significant challenge when it comes to adoption in practical ar…

3D ReconstructionImage Reconstruction

Extracting Neural Materials from Multi-view Images

2026-06-25 · Kim Youwang, Jon Hasselgren, Peter Kocsis, Andrea Weidlich 외 arxiv

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

Cerberus: A Multi-headed Derenderer

2019-05-28 · Boyang Deng, Simon Kornblith, Geoffrey Hinton

To generalize to novel visual scenes with new viewpoints and new object poses, a visual system needs representations of the shapes of the parts of an object that are invariant to changes in viewpoint or pose. 3D graphics…

VideoMat: Extracting PBR Materials from Video Diffusion Models

2025-06-11 · Jacob Munkberg, Zian Wang, Ruofan Liang, Tianchang Shen 외

We leverage finetuned video diffusion models, intrinsic decomposition of videos, and physically-based differentiable rendering to generate high quality materials for 3D models given a text prompt or a single image. We co…

Eclipse: Disambiguating Illumination and Materials using Unintended Shadows

2023-05-25 · CVPR 2024 1 · Dor Verbin, Ben Mildenhall, Peter Hedman, Jonathan T. Barron 외

Decomposing an object's appearance into representations of its materials and the surrounding illumination is difficult, even when the object's 3D shape is known beforehand. This problem is especially challenging for diff…

Inverse Rendering