paper-with-me

Papers

ENVIDR: Implicit Differentiable Renderer with Neural Environment Lighting

2023-03-23 · ICCV 2023 1 · Ruofan Liang, Huiting Chen, Chunlin Li, Fan Chen, Selvakumar Panneer, Nandita Vijaykumar

Recent advances in neural rendering have shown great potential for reconstructing scenes from multiview images. However, accurately representing objects with glossy surfaces remains a challenge for existing methods. In this work, we introduce ENVIDR, a rendering and modeling framework for high-quality rendering and reconstruction of surfaces with challenging specular reflections. To achieve this, we first propose a novel neural renderer with decomposed rendering components to learn the interaction between surface and environment lighting. This renderer is trained using existing physically based renderers and is decoupled from actual scene representations. We then propose an SDF-based neural surface model that leverages this learned neural renderer to represent general scenes. Our model additionally synthesizes indirect illuminations caused by inter-reflections from shiny surfaces by marching surface-reflected rays. We demonstrate that our method outperforms state-of-art methods on challenging shiny scenes, providing high-quality rendering of specular reflections while also enabling material editing and scene relighting.

📄 PDF Abstract BibTeX arXiv:2303.13022

Code (1)

nexuslrf/ENVIDR 공식 구현 pytorch

Tasks

Neural Rendering

Similar Papers 제목 키워드 기반

DIB-R++: Learning to Predict Lighting and Material with a Hybrid Differentiable Renderer

2021-10-30 · NeurIPS 2021 12 · Wenzheng Chen, Joey Litalien, Jun Gao, Zian Wang 외

We consider the challenging problem of predicting intrinsic object properties from a single image by exploiting differentiable renderers. Many previous learning-based approaches for inverse graphics adopt rasterization-b…

Disentanglement

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

2021-11-24 · CVPR 2022 1 · Jacob Munkberg, Jon Hasselgren, Tianchang Shen, Jun Gao 외

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 repre…

Depth PredictionImage RelightingInverse RenderingSurface Normals Estimation+1

3DSS: 3D Surface Splatting for Inverse Rendering

2026-05-07 · Mae Younes, Adnane Boukhayma arxiv

We present 3D Surface Splatting (3DSS), the first differentiable surface splatting renderer for physically-based inverse rendering from multi-view images. Our central insight is that the surface separation problem at the…

Inverse Rendering

Deep Portrait Lighting Enhancement with 3D Guidance

2021-08-04 · Fangzhou Han, Can Wang, Hao Du, Jing Liao

Despite recent breakthroughs in deep learning methods for image lighting enhancement, they are inferior when applied to portraits because 3D facial information is ignored in their models. To address this, we present a no…

Image-to-Image TranslationTranslation

Beyond Pixel Norm-Balls: Parametric Adversaries using an Analytically Differentiable Renderer

2018-08-08 · ICLR 2019 5 · Hsueh-Ti Derek Liu, Michael Tao, Chun-Liang Li, Derek Nowrouzezahrai 외

Many machine learning image classifiers are vulnerable to adversarial attacks, inputs with perturbations designed to intentionally trigger misclassification. Current adversarial methods directly alter pixel colors and ev…

Data Augmentation