IndoorInverseRendering
[SIGGRAPH Asia'22] Learning-based Inverse Rendering of Complex Indoor Scenes with Differentiable Monte Carlo Raytracing
Install / Use
/learn @jingsenzhu/IndoorInverseRenderingREADME
2026/2 Dataset download link issue
We have noticed the issue that the original download link for the InteriorVerse dataset becomes invalid. We're currently looking for a new cloud service to store the dataset and will update with a new download link once we find the solution. Sorry for any inconvenience!
News
04/12/2022repository created31/12/2022code release for material-geometry network17/01/2023dataset release: InteriorVerse material-geometry part24/02/2023code release for lighting network28/02/2023pretrained model and testing data (object insertion) released
TODO
- [x] Code release for Material-Geometry network
- [x] Code release for Lighting network
- [x] Release of pretrained model
- [x] Dataset release: InteriorVerse material-geometry part
- [ ] Dataset release: InteriorVerse lighting part
Learning-based Inverse Rendering of Complex Indoor Scenes with Differentiable Monte Carlo Raytracing
Project Page | Paper | Dataset

This repository implements the paper "Learning-Based Inverse Rendering of Complex Indoor Scenes with Differentiable Monte Carlo Raytracing" in SIGGRAPH Asia'22. It includes training and testing code of material-geometry network (MGNet) and testing code of lighting network (LightNet).
Also check our following work: I<sup>2</sup>-SDF !
Pretrained Models
Pretrained models are available here, including MGNet and LightNet.
Citation
If you find our work is useful, please consider cite:
@inproceedings{zhu2022learning,
author = {Zhu, Jingsen and Luan, Fujun and Huo, Yuchi and Lin, Zihao and Zhong, Zhihua and Xi, Dianbing and Wang, Rui and Bao, Hujun and Zheng, Jiaxiang and Tang, Rui},
title = {Learning-Based Inverse Rendering of Complex Indoor Scenes with Differentiable Monte Carlo Raytracing},
year = {2022},
publisher = {ACM},
url = {https://doi.org/10.1145/3550469.3555407},
booktitle = {SIGGRAPH Asia 2022 Conference Papers},
articleno = {6},
numpages = {8}
}
