CVGRAug 25, 2023

Relighting Neural Radiance Fields with Shadow and Highlight Hints

Stanford
arXiv:2308.13404v166 citationsh-index: 59
Originality Incremental advance
AI Analysis

This work addresses the challenge of realistic relighting for computer graphics and vision applications, offering an incremental improvement over prior neural implicit methods by incorporating additional hints without full reflectance disentanglement.

The paper tackles the problem of free viewpoint relighting from a small set of unstructured photographs by introducing a neural implicit radiance representation that uses shadow and highlight hints to model high-frequency light transport effects, achieving improved relighting results on synthetic and real scenes with diverse shapes and materials.

This paper presents a novel neural implicit radiance representation for free viewpoint relighting from a small set of unstructured photographs of an object lit by a moving point light source different from the view position. We express the shape as a signed distance function modeled by a multi layer perceptron. In contrast to prior relightable implicit neural representations, we do not disentangle the different reflectance components, but model both the local and global reflectance at each point by a second multi layer perceptron that, in addition, to density features, the current position, the normal (from the signed distace function), view direction, and light position, also takes shadow and highlight hints to aid the network in modeling the corresponding high frequency light transport effects. These hints are provided as a suggestion, and we leave it up to the network to decide how to incorporate these in the final relit result. We demonstrate and validate our neural implicit representation on synthetic and real scenes exhibiting a wide variety of shapes, material properties, and global illumination light transport.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes