Add pipeline tag and improve model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  library_name: pytorch
3
  license: other
 
4
  tags:
5
  - brdfusion
6
  - inverse-rendering
@@ -15,7 +16,9 @@ This repository contains the pretrained checkpoints for the paper **BRDFusion: P
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
 
@@ -29,4 +32,4 @@ BRDFusion combines physics-based inverse rendering with generative modeling for
29
  primaryClass={cs.CV},
30
  url={https://arxiv.org/abs/2606.17049},
31
  }
32
- ```
 
1
  ---
2
  library_name: pytorch
3
  license: other
4
+ pipeline_tag: image-to-video
5
  tags:
6
  - brdfusion
7
  - inverse-rendering
 
16
 
17
  [Project Page](https://shigon255.github.io/brdfusion-page/) | [GitHub](https://github.com/shigon255/BRDFusion) | [arXiv](https://arxiv.org/abs/2606.17049)
18
 
19
+ BRDFusion is a unified framework that combines physics-based inverse rendering with generative modeling for high-quality urban scene relighting. It decomposes urban videos into geometry, materials, and HDR lighting, enabling applications such as novel-view rendering, night simulation, and dynamic object insertion/editing.
20
+
21
+ By combining these two complementary approaches, BRDFusion recovers explicit, consistent scene properties with physical modeling and alleviates optimization ambiguity with generative priors. During forward rendering, the physical model provides controllable rendering from the scene configuration, and the generative model denoises and fixes artifacts.
22
 
23
  ## Citation
24
 
 
32
  primaryClass={cs.CV},
33
  url={https://arxiv.org/abs/2606.17049},
34
  }
35
+ ```