Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ base_model: stabilityai/stable-diffusion-xl-base-1.0
|
|
17 |
<img src="https://github.com/mapo-t2i/mapo/blob/main/assets/mapo_overview.png?raw=true" width=750/>
|
18 |
</div><br>
|
19 |
|
20 |
-
We propose **MaPO**, a reference-free, sample-efficient, memory-friendly alignment technique for text-to-image diffusion models. For more details on the technique, please refer to our paper [here]
|
21 |
|
22 |
|
23 |
## Developed by
|
@@ -165,12 +165,12 @@ For qualitative results, please visit our [project website](https://mapo-t2i.git
|
|
165 |
## Citation
|
166 |
|
167 |
```bibtex
|
168 |
-
@misc{
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
}
|
176 |
```
|
|
|
17 |
<img src="https://github.com/mapo-t2i/mapo/blob/main/assets/mapo_overview.png?raw=true" width=750/>
|
18 |
</div><br>
|
19 |
|
20 |
+
We propose **MaPO**, a reference-free, sample-efficient, memory-friendly alignment technique for text-to-image diffusion models. For more details on the technique, please refer to our paper [here](https://arxiv.org/abs/2406.06424).
|
21 |
|
22 |
|
23 |
## Developed by
|
|
|
165 |
## Citation
|
166 |
|
167 |
```bibtex
|
168 |
+
@misc{hong2024marginaware,
|
169 |
+
title={Margin-aware Preference Optimization for Aligning Diffusion Models without Reference},
|
170 |
+
author={Jiwoo Hong and Sayak Paul and Noah Lee and Kashif Rasul and James Thorne and Jongheon Jeong},
|
171 |
+
year={2024},
|
172 |
+
eprint={2406.06424},
|
173 |
+
archivePrefix={arXiv},
|
174 |
+
primaryClass={cs.CV}
|
175 |
}
|
176 |
```
|