English

Baking Relightable NeRF for Real-time Direct/Indirect Illumination Rendering

Computer Vision and Pattern Recognition 2024-09-17 v1

Abstract

Relighting, which synthesizes a novel view under a given lighting condition (unseen in training time), is a must feature for immersive photo-realistic experience. However, real-time relighting is challenging due to high computation cost of the rendering equation which requires shape and material decomposition and visibility test to model shadow. Additionally, for indirect illumination, additional computation of rendering equation on each secondary surface point (where reflection occurs) is required rendering real-time relighting challenging. We propose a novel method that executes a CNN renderer to compute primary surface points and rendering parameters, required for direct illumination. We also present a lightweight hash grid-based renderer, for indirect illumination, which is recursively executed to perform the secondary ray tracing process. Both renderers are trained in a distillation from a pre-trained teacher model and provide real-time physically-based rendering under unseen lighting condition at a negligible loss of rendering quality.

Keywords

Cite

@article{arxiv.2409.10327,
  title  = {Baking Relightable NeRF for Real-time Direct/Indirect Illumination Rendering},
  author = {Euntae Choi and Vincent Carpentier and Seunghun Shin and Sungjoo Yoo},
  journal= {arXiv preprint arXiv:2409.10327},
  year   = {2024}
}

Comments

Under review

R2 v1 2026-06-28T18:46:12.181Z