Skip to content

Commit b2d21db

Browse files
committed
📝 update README and project page
1 parent f5eebc9 commit b2d21db

2 files changed

Lines changed: 29 additions & 10 deletions

File tree

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
<p><strong>A unified cross-domain diffusion model for various makeup tasks</strong></p>
66

7-
<a href="#license-and-citation">
7+
<a href="https://arxiv.org/abs/2504.02545"><img src="https://img.shields.io/badge/arXiv-2504.02545-<color>"></a>
8+
<a href="#citation">
89
<img alt="License: Apache2.0" src="https://img.shields.io/badge/license-Apache%202.0-blue.svg"/>
910
</a><br/><br/>
1011

@@ -15,6 +16,7 @@
1516
> Bo-Kai Ruan, Hong-Han Shuai
1617
>
1718
> * Contact: Bo-Kai Ruan
19+
> * [arXiv paper](https://arxiv.org/abs/2504.02545) | [Project Website](https://basiclab.github.io/MAD)
1820
1921
## 🚀 A. Installation
2022

@@ -184,4 +186,15 @@ python app.py
184186
┗ ...
185187
```
186188

187-
![gradio](assets/gradio.png)
189+
![gradio](assets/gradio.png)
190+
191+
## Citation
192+
193+
```bibtex
194+
@article{ruan2025mad,
195+
title={MAD: Makeup All-in-One with Cross-Domain Diffusion Model},
196+
author={Ruan, Bo-Kai and Shuai, Hong-Han},
197+
journal={arXiv preprint arXiv:2504.02545},
198+
year={2025}
199+
}
200+
```

docs/index.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ <h1 class="title is-2 publication-title">MAD: Makeup All-in-One with Cross-Domai
115115
<div class="column has-text-centered">
116116
<div class="publication-links">
117117
<span class="link-block">
118-
<a href="#" class="external-link button is-normal is-rounded is-dark">
118+
<a href="https://arxiv.org/abs/2504.02545" class="external-link button is-normal is-rounded is-dark">
119119
<span class="icon">
120120
<i class="ai ai-arxiv"></i>
121121
</span>
122-
<span>arXiv [WIP]</span>
122+
<span>arXiv</span>
123123
</a>
124124
</span>
125125
<!-- Code Link. -->
@@ -205,7 +205,8 @@ <h2 class="title is-3">✨ A. Translation Pipeline</h2>
205205
<img src="static/images/pipeline.svg" , alt="pipeline"
206206
style=" display: block; margin-left: auto; margin-right: auto;" />
207207
<br />
208-
<p>Illustration of the cross-domain diffusion pipeline for time step <i>t</i>. Initially, the pipeline generates a latent
208+
<p>Illustration of the cross-domain diffusion pipeline for time step <i>t</i>. Initially, the pipeline generates a
209+
latent
209210
code representing the source domain, which is subsequently used in the target domain generation to ensure detail
210211
preservation. During the generation phase, a preserved mask can be applied to maintain non-facial regions or to
211212
modify specific components.</p>
@@ -246,7 +247,8 @@ <h3 class="title is-4">B-4. Text Modification</h3>
246247
<img src="static/images/text_modification.svg" , alt="text modification"
247248
style=" display: block; margin-left: auto; margin-right: auto;" />
248249
<br />
249-
<p>Text modification for non-makeup (<strong>top</strong>) and makeup (<strong>bottom</strong>) images. The images on the left
250+
<p>Text modification for non-makeup (<strong>top</strong>) and makeup (<strong>bottom</strong>) images. The
251+
images on the left
250252
modify the entire facial region, while those on the right demonstrate modification with a brush mask.</p>
251253
</div>
252254
</div>
@@ -258,7 +260,8 @@ <h2 class="title is-3">🗃️ C. MT-Text Dataset</h2>
258260
<p>We enhance the MT dataset <a href="#cite-1">[1]</a> with textual annotations. Initial descriptions of makeup
259261
for
260262
eyes, face, and lips were generated using GPT-4 Vision, followed by manual verification to
261-
correct inaccuracies. Users can get the dataset from <a href="https://github.com/basiclab/MAD/blob/main/data/mt_text_anno.json" target="_blank">here</a>. </p><br />
263+
correct inaccuracies. Users can get the dataset from <a
264+
href="https://github.com/basiclab/MAD/blob/main/data/mt_text_anno.json" target="_blank">here</a>. </p><br />
262265
<div class="content is-centered has-text-centered">
263266
<img src="static/images/text-example.svg" , alt="text annotation"
264267
style=" display: block; margin-left: auto; margin-right: auto;" /><br />
@@ -282,9 +285,12 @@ <h2 class="title">Reference</h2>
282285
<section class="section" id="BibTeX">
283286
<div class="container is-max-desktop content">
284287
<h2 class="title">BibTeX</h2>
285-
<pre><code>
286-
BobTex
287-
</code></pre>
288+
<pre><code>@article{ruan2025mad,
289+
title={MAD: Makeup All-in-One with Cross-Domain Diffusion Model},
290+
author={Ruan, Bo-Kai and Shuai, Hong-Han},
291+
journal={arXiv preprint arXiv:2504.02545},
292+
year={2025}
293+
}</code></pre>
288294
</div>
289295
</section>
290296

0 commit comments

Comments
 (0)