paper-with-me

홈 › Papers

IntrinsicAnything: Learning Diffusion Priors for Inverse Rendering Under Unknown Illumination

2024-04-17 · Xi Chen, Sida Peng, Dongchen Yang, YuAn Liu, Bowen Pan, Chengfei Lv, Xiaowei Zhou

This paper aims to recover object materials from posed images captured under an unknown static lighting condition. Recent methods solve this task by optimizing material parameters through differentiable physically based rendering. However, due to the coupling between object geometry, materials, and environment lighting, there is inherent ambiguity during the inverse rendering process, preventing previous methods from obtaining accurate results. To overcome this ill-posed problem, our key idea is to learn the material prior with a generative model for regularizing the optimization process. We observe that the general rendering equation can be split into diffuse and specular shading terms, and thus formulate the material prior as diffusion models of albedo and specular. Thanks to this design, our model can be trained using the existing abundant 3D object data, and naturally acts as a versatile tool to resolve the ambiguity when recovering material representations from RGB images. In addition, we develop a coarse-to-fine training strategy that leverages estimated materials to guide diffusion models to satisfy multi-view consistent constraints, leading to more stable and accurate results. Extensive experiments on real-world and synthetic datasets demonstrate that our approach achieves state-of-the-art performance on material recovery. The code will be available at https://zju3dv.github.io/IntrinsicAnything.

📄 PDF Abstract BibTeX arXiv:2404.11593

Code (0)

등록된 구현이 없습니다.

Tasks

Inverse RenderingObject

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

GAINS: Gaussian-based Inverse Rendering from Sparse Multi-View Captures

2025-12-10 · Patrick Noras, Jun Myeong Choi, Didier Stricker, Pieter Peers 외 arxiv

Recent advances in Gaussian Splatting-based inverse rendering extend Gaussian primitives with shading parameters and physically grounded light transport, enabling high-quality material recovery from dense multi-view capt…

Inverse Rendering

DiffusionRenderer: Neural Inverse and Forward Rendering with Video Diffusion Models

2025-01-30 · Ruofan Liang, Zan Gojcic, Huan Ling, Jacob Munkberg 외

Understanding and modeling lighting effects are fundamental tasks in computer vision and graphics. Classic physically-based rendering (PBR) accurately simulates the light transport, but relies on precise scene representa…

3D geometryInverse Rendering

Diffusion Renderer: Neural Inverse and Forward Rendering with Video Diffusion Models

2025-01-01 · CVPR 2025 1 · Ruofan Liang, Zan Gojcic, Huan Ling, Jacob Munkberg 외

Understanding and modeling lighting effects are fundamental tasks in computer vision and graphics. Classic physically-based rendering (PBR) accurately simulates the light transport, but relies on precise scene repres…

3D geometryInverse Rendering

IntrinsicReal: Adapting IntrinsicAnything from Synthetic to Real Objects

2025-08-31 · Xiaokang Wei, Zizheng Yan, Zhangyang Xiong, Yiming Hao 외 arxiv

Estimating albedo (a.k.a., intrinsic image decomposition) from single RGB images captured in real-world environments (e.g., the MVImgNet dataset) presents a significant challenge due to the absence of paired images and t…

Domain Adaptation

Diffusion Posterior Illumination for Ambiguity-aware Inverse Rendering

2023-09-30 · Linjie Lyu, Ayush Tewari, Marc Habermann, Shunsuke Saito 외

Inverse rendering, the process of inferring scene properties from images, is a challenging inverse problem. The task is ill-posed, as many different scene configurations can give rise to the same image. Most existing sol…

DenoisingInverse Rendering