Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,3 +15,16 @@ to the paper, code, and the project website:
|
|
| 15 |
* [Codebase](https://github.com/mapo-t2i/mapo)
|
| 16 |
* [Project Website](https://mapo-t2i.github.io/)
|
| 17 |
* [Artifact Collection](https://huggingface.co/collections/mapo-t2i/mapo-66656808665dbeaa08e7b44f)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
* [Codebase](https://github.com/mapo-t2i/mapo)
|
| 16 |
* [Project Website](https://mapo-t2i.github.io/)
|
| 17 |
* [Artifact Collection](https://huggingface.co/collections/mapo-t2i/mapo-66656808665dbeaa08e7b44f)
|
| 18 |
+
|
| 19 |
+
## Citation
|
| 20 |
+
|
| 21 |
+
```bibtex
|
| 22 |
+
@misc{hong2024marginaware,
|
| 23 |
+
title={Margin-aware Preference Optimization for Aligning Diffusion Models without Reference},
|
| 24 |
+
author={Jiwoo Hong and Sayak Paul and Noah Lee and Kashif Rasul and James Thorne and Jongheon Jeong},
|
| 25 |
+
year={2024},
|
| 26 |
+
eprint={2406.06424},
|
| 27 |
+
archivePrefix={arXiv},
|
| 28 |
+
primaryClass={cs.CV}
|
| 29 |
+
}
|
| 30 |
+
```
|