paper-with-me

Papers

InverseRenderNet: Learning single image inverse rendering

2018-11-29 · CVPR 2019 6 · Ye Yu, William A. P. Smith

We show how to train a fully convolutional neural network to perform inverse rendering from a single, uncontrolled image. The network takes an RGB image as input, regresses albedo and normal maps from which we compute lighting coefficients. Our network is trained using large uncontrolled image collections without ground truth. By incorporating a differentiable renderer, our network can learn from self-supervision. Since the problem is ill-posed we introduce additional supervision: 1. We learn a statistical natural illumination prior, 2. Our key insight is to perform offline multiview stereo (MVS) on images containing rich illumination variation. From the MVS pose and depth maps, we can cross project between overlapping views such that Siamese training can be used to ensure consistent estimation of photometric invariants. MVS depth also provides direct coarse supervision for normal map estimation. We believe this is the first attempt to use MVS supervision for learning inverse rendering.

📄 PDF Abstract BibTeX arXiv:1811.12328

Code (1)

YeeU/InverseRenderNet 공식 구현 tf

Tasks

Inverse Rendering

Similar Papers 제목 키워드 기반

MAIR: Multi-view Attention Inverse Rendering with 3D Spatially-Varying Lighting Estimation

2023-03-22 · CVPR 2023 1 · Junyong Choi, SeokYeong Lee, Haesol Park, Seung-Won Jung 외

We propose a scene-level inverse rendering framework that uses multi-view images to decompose the scene into geometry, a SVBRDF, and 3D spatially-varying lighting. Because multi-view images provide a variety of informati…

Inverse RenderingLighting Estimation

MAIR++: Improving Multi-view Attention Inverse Rendering with Implicit Lighting Representation

2024-08-13 · Junyong Choi, SeokYeong Lee, Haesol Park, Seung-Won Jung 외

In this paper, we propose a scene-level inverse rendering framework that uses multi-view images to decompose the scene into geometry, SVBRDF, and 3D spatially-varying lighting. While multi-view images have been widely us…

Inverse Rendering

IRISformer: Dense Vision Transformers for Single-Image Inverse Rendering in Indoor Scenes

2022-06-16 · CVPR 2022 1 · Rui Zhu, Zhengqin Li, Janarbek Matai, Fatih Porikli 외

Indoor scenes exhibit significant appearance variations due to myriad interactions between arbitrarily diverse object shapes, spatially-changing materials, and complex lighting. Shadows, highlights, and inter-reflections…

Inverse Rendering

Neural Inverse Rendering of an Indoor Scene from a Single Image

2019-01-08 · ICCV 2019 10 · Soumyadip Sengupta, Jinwei Gu, Kihwan Kim, Guilin Liu 외

Inverse rendering aims to estimate physical attributes of a scene, e.g., reflectance, geometry, and lighting, from image(s). Inverse rendering has been studied primarily for single objects or with methods that solve for …

Inverse RenderingSelf-Supervised Learning

Outdoor inverse rendering from a single image using multiview self-supervision

2021-02-12 · Ye Yu, William A. P. Smith

In this paper we show how to perform scene-level inverse rendering to recover shape, reflectance and lighting from a single, uncontrolled image using a fully convolutional neural network. The network takes an RGB image a…

Intrinsic Image DecompositionInverse Rendering