Inverse Global Illumination using a Neural Radiometric Prior
May 03, 2023 ยท Entered Twilight ยท ๐ International Conference on Computer Graphics and Interactive Techniques
"No code URL or promise found in abstract"
"Derived repo from GitHub Pages (backfill)"
Evidence collected by the PWNC Scanner
Repo contents: .gitignore, .vscode, README.md, common.py, config, generate_data.py, init, mytorch, nerad, sample_scripts, test.py, train.py, watchdog.py
Authors
Saeed Hadadan, Geng Lin, Jan Novรกk, Fabrice Rousselle, Matthias Zwicker
arXiv ID
2305.02192
Category
cs.CV: Computer Vision
Cross-listed
cs.GR
Citations
14
Venue
International Conference on Computer Graphics and Interactive Techniques
Repository
https://github.com/inverse-neural-radiosity/inverse-neural-radiosity.github.io
โญ 42
Last Checked
5 months ago
Abstract
Inverse rendering methods that account for global illumination are becoming more popular, but current methods require evaluating and automatically differentiating millions of path integrals by tracing multiple light bounces, which remains expensive and prone to noise. Instead, this paper proposes a radiometric prior as a simple alternative to building complete path integrals in a traditional differentiable path tracer, while still correctly accounting for global illumination. Inspired by the Neural Radiosity technique, we use a neural network as a radiance function, and we introduce a prior consisting of the norm of the residual of the rendering equation in the inverse rendering loss. We train our radiance network and optimize scene parameters simultaneously using a loss consisting of both a photometric term between renderings and the multi-view input images, and our radiometric prior (the residual term). This residual term enforces a physical constraint on the optimization that ensures that the radiance field accounts for global illumination. We compare our method to a vanilla differentiable path tracer, and more advanced techniques such as Path Replay Backpropagation. Despite the simplicity of our approach, we can recover scene parameters with comparable and in some cases better quality, at considerably lower computation times.
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Computer Vision
๐
๐
Old Age
๐
๐
Old Age
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
๐
๐
Old Age
SSD: Single Shot MultiBox Detector
๐
๐
Old Age
Squeeze-and-Excitation Networks
๐
๐
Old Age
Fast R-CNN
๐
๐
Old Age