Shigon commited on
Commit
174b0ce
·
verified ·
1 Parent(s): 57f88a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
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](#) | [GitHub](#) | [arXiv](#)
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{liu2026brdfusion,
24
- title={BRDFusion: Physics Meets Generation for Urban Scene Inverse Rendering},
25
- author={Liu, Yi-Ruei and Lee, Jie-Ying and Huang, Zheng-Hui and Liu, Yu-Lun and Lin, Chih-Hao},
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
  ```