Neural Inverse Rendering of an Indoor Scene from a Single Image

Abstract

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 only one of the scene attributes. We propose the first learning based approach that jointly estimates albedo, normals, and lighting of an indoor scene from a single image. Our key contribution is the Residual Appearance Renderer (RAR), which can be trained to synthesize complex appearance effects (e.g., inter-reflection, cast shadows, near-field illumination, and realistic shading), which would be neglected otherwise. This enables us to perform self-supervised learning on real data using a reconstruction loss, based on re-synthesizing the input image from the estimated components. We finetune with real data after pretraining with synthetic data. To this end, we use physically-based rendering to create a large-scale synthetic dataset, named SUNCG-PBR, which is a significant improvement over prior datasets. Experimental results show that our approach outperforms state-of-the-art methods that estimate one or more scene attributes.

Cite

Text

Sengupta et al. "Neural Inverse Rendering of an Indoor Scene from a Single Image." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00869

Markdown

[Sengupta et al. "Neural Inverse Rendering of an Indoor Scene from a Single Image." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/sengupta2019iccv-neural/) doi:10.1109/ICCV.2019.00869

BibTeX

@inproceedings{sengupta2019iccv-neural,
  title     = {{Neural Inverse Rendering of an Indoor Scene from a Single Image}},
  author    = {Sengupta, Soumyadip and Gu, Jinwei and Kim, Kihwan and Liu, Guilin and Jacobs, David W. and Kautz, Jan},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.00869},
  url       = {https://mlanthology.org/iccv/2019/sengupta2019iccv-neural/}
}