# Neural Illumination: Lighting Prediction for Indoor Environments

**Authors:** Shuran Song, Thomas Funkhouser

arXiv: 1906.07370 · 2019-06-19

## TL;DR

This paper introduces Neural Illumination, a modular neural network approach that predicts complex indoor lighting by decomposing the task into geometry, scene completion, and HDR estimation, outperforming prior methods.

## Contribution

It proposes a novel, decomposed, differentiable pipeline for indoor lighting prediction that improves accuracy over existing black-box neural models.

## Key findings

- Significantly better quantitative results than prior methods
- Qualitative improvements in high-frequency lighting details
- Effective training with direct supervision for sub-tasks

## Abstract

This paper addresses the task of estimating the light arriving from all directions to a 3D point observed at a selected pixel in an RGB image. This task is challenging because it requires predicting a mapping from a partial scene observation by a camera to a complete illumination map for a selected position, which depends on the 3D location of the selection, the distribution of unobserved light sources, the occlusions caused by scene geometry, etc. Previous methods attempt to learn this complex mapping directly using a single black-box neural network, which often fails to estimate high-frequency lighting details for scenes with complicated 3D geometry. Instead, we propose "Neural Illumination" a new approach that decomposes illumination prediction into several simpler differentiable sub-tasks: 1) geometry estimation, 2) scene completion, and 3) LDR-to-HDR estimation. The advantage of this approach is that the sub-tasks are relatively easy to learn and can be trained with direct supervision, while the whole pipeline is fully differentiable and can be fine-tuned with end-to-end supervision. Experiments show that our approach performs significantly better quantitatively and qualitatively than prior work.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.07370/full.md

## Figures

18 figures with captions in the complete paper: https://tomesphere.com/paper/1906.07370/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1906.07370/full.md

---
Source: https://tomesphere.com/paper/1906.07370