Update README.md
Browse files
README.md
CHANGED
|
@@ -13,16 +13,20 @@ tags:
|
|
| 13 |
|
| 14 |
This repository contains the pretrained checkpoints for the paper **BRDFusion: Physics Meets Generation for Urban Scene Inverse Rendering**.
|
| 15 |
|
| 16 |
-
[Project Page](
|
| 17 |
|
| 18 |
BRDFusion combines physics-based inverse rendering with generative modeling for high-quality urban scene relighting. It decomposes urban videos into geometry, materials, and HDR lighting for novel-view rendering, relighting, and scene-edit applications.
|
| 19 |
|
| 20 |
## Citation
|
| 21 |
|
| 22 |
```bibtex
|
| 23 |
-
@misc{
|
| 24 |
-
title={BRDFusion: Physics Meets Generation for Urban Scene Inverse Rendering},
|
| 25 |
-
author={
|
| 26 |
-
year={2026}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
}
|
| 28 |
```
|
|
|
|
| 13 |
|
| 14 |
This repository contains the pretrained checkpoints for the paper **BRDFusion: Physics Meets Generation for Urban Scene Inverse Rendering**.
|
| 15 |
|
| 16 |
+
[Project Page](https://shigon255.github.io/brdfusion-page/) | [GitHub](https://github.com/shigon255/BRDFusion) | [arXiv](https://arxiv.org/abs/2606.17049)
|
| 17 |
|
| 18 |
BRDFusion combines physics-based inverse rendering with generative modeling for high-quality urban scene relighting. It decomposes urban videos into geometry, materials, and HDR lighting for novel-view rendering, relighting, and scene-edit applications.
|
| 19 |
|
| 20 |
## Citation
|
| 21 |
|
| 22 |
```bibtex
|
| 23 |
+
@misc{liu2026brdfusionphysicsmeetsgeneration,
|
| 24 |
+
title={BRDFusion: Physics Meets Generation for Urban Scene Inverse Rendering},
|
| 25 |
+
author={Yi-Ruei Liu and Jie-Ying Lee and Zheng-Hui Huang and Yu-Lun Liu and Chih-Hao Lin},
|
| 26 |
+
year={2026},
|
| 27 |
+
eprint={2606.17049},
|
| 28 |
+
archivePrefix={arXiv},
|
| 29 |
+
primaryClass={cs.CV},
|
| 30 |
+
url={https://arxiv.org/abs/2606.17049},
|
| 31 |
}
|
| 32 |
```
|