Improve metadata tags for discovery
Browse filesHi! I'm Niels from the Hugging Face community science team.
This PR adds descriptive tags to the YAML metadata to help users find your model when searching for terms like "novel view synthesis" or "NVS". I've also ensured the main title matches the paper title for better consistency.
The model card is already excellent and very well-documented!
README.md
CHANGED
|
@@ -5,9 +5,15 @@ license: other
|
|
| 5 |
license_name: compvis-research-license
|
| 6 |
license_link: LICENSE.md
|
| 7 |
pipeline_tag: image-to-image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
# RayDer
|
| 11 |
|
| 12 |
[](https://compvis.github.io/rayder/)
|
| 13 |
[](https://arxiv.org/abs/2605.31535)
|
|
@@ -79,4 +85,4 @@ If you find our model or code useful, please cite our paper:
|
|
| 79 |
author={Ulrich Prestel and Stefan Andreas Baumann and Nick Stracke and Björn Ommer},
|
| 80 |
year={2026},
|
| 81 |
}
|
| 82 |
-
```
|
|
|
|
| 5 |
license_name: compvis-research-license
|
| 6 |
license_link: LICENSE.md
|
| 7 |
pipeline_tag: image-to-image
|
| 8 |
+
tags:
|
| 9 |
+
- novel-view-synthesis
|
| 10 |
+
- nvs
|
| 11 |
+
- 3d
|
| 12 |
+
- self-supervised
|
| 13 |
+
- scaling-laws
|
| 14 |
---
|
| 15 |
|
| 16 |
+
# RayDer: Scalable Self-Supervised Novel View Synthesis from Real-World Video
|
| 17 |
|
| 18 |
[](https://compvis.github.io/rayder/)
|
| 19 |
[](https://arxiv.org/abs/2605.31535)
|
|
|
|
| 85 |
author={Ulrich Prestel and Stefan Andreas Baumann and Nick Stracke and Björn Ommer},
|
| 86 |
year={2026},
|
| 87 |
}
|
| 88 |
+
```
|