toshas commited on
Commit
3cd0299
·
1 Parent(s): 8c0a92e

update with the journal extension

Browse files
Files changed (1) hide show
  1. README.md +19 -8
README.md CHANGED
@@ -47,8 +47,12 @@ tags:
47
 
48
  This is a model card for the `marigold-normals-lcm-v0-1` model for monocular normals estimation from a single image.
49
  The model is fine-tuned from the `marigold-normals-v0-1` [model](https://huggingface.co/prs-eth/marigold-normals-v0-1)
50
- using the latent consistency distillation method, as described in
51
- <span style="color:red;">a follow-up of our [CVPR'2024 paper](https://arxiv.org/abs/2312.02145) titled "Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation".</span>
 
 
 
 
52
 
53
  - Play with the interactive [Hugging Face Spaces demo](https://huggingface.co/spaces/prs-eth/marigold-normals): check out how the model works with example images or upload your own.
54
  - Use it with [diffusers](https://huggingface.co/docs/diffusers/using-diffusers/marigold_usage) to compute the results with a few lines of code.
@@ -69,13 +73,20 @@ using the latent consistency distillation method, as described in
69
  - **Resources for more information:** [Project Website](https://marigoldcomputervision.github.io/), [Paper](https://arxiv.org/abs/2312.02145), [Code](https://github.com/prs-eth/marigold).
70
  - **Cite as:**
71
 
72
- <span style="color:red;">Placeholder for the citation block of the follow-up paper</span>
73
-
74
  ```bibtex
 
 
 
 
 
 
 
 
 
75
  @InProceedings{ke2023repurposing,
76
- title={Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation},
77
- author={Bingxin Ke and Anton Obukhov and Shengyu Huang and Nando Metzger and Rodrigo Caye Daudt and Konrad Schindler},
78
- booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
79
- year={2024}
80
  }
81
  ```
 
47
 
48
  This is a model card for the `marigold-normals-lcm-v0-1` model for monocular normals estimation from a single image.
49
  The model is fine-tuned from the `marigold-normals-v0-1` [model](https://huggingface.co/prs-eth/marigold-normals-v0-1)
50
+ using the latent consistency distillation method, as
51
+ described in our papers:
52
+ - [CVPR'2024 paper](https://arxiv.org/abs/2312.02145) titled "Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation"
53
+ - [Jounal extension](https://www.arxiv.org/abs/2505.09358) titled "Marigold: Affordable Adaptation of Diffusion-Based Image Generators for Image Analysis"
54
+
55
+ ### Using the model
56
 
57
  - Play with the interactive [Hugging Face Spaces demo](https://huggingface.co/spaces/prs-eth/marigold-normals): check out how the model works with example images or upload your own.
58
  - Use it with [diffusers](https://huggingface.co/docs/diffusers/using-diffusers/marigold_usage) to compute the results with a few lines of code.
 
73
  - **Resources for more information:** [Project Website](https://marigoldcomputervision.github.io/), [Paper](https://arxiv.org/abs/2312.02145), [Code](https://github.com/prs-eth/marigold).
74
  - **Cite as:**
75
 
 
 
76
  ```bibtex
77
+ @misc{ke2025marigold,
78
+ title={Marigold: Affordable Adaptation of Diffusion-Based Image Generators for Image Analysis},
79
+ author={Bingxin Ke and Kevin Qu and Tianfu Wang and Nando Metzger and Shengyu Huang and Bo Li and Anton Obukhov and Konrad Schindler},
80
+ year={2025},
81
+ eprint={2505.09358},
82
+ archivePrefix={arXiv},
83
+ primaryClass={cs.CV}
84
+ }
85
+
86
  @InProceedings{ke2023repurposing,
87
+ title={Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation},
88
+ author={Bingxin Ke and Anton Obukhov and Shengyu Huang and Nando Metzger and Rodrigo Caye Daudt and Konrad Schindler},
89
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
90
+ year={2024}
91
  }
92
  ```