Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,23 +15,31 @@ This dataset card is about the multi-subject personalization benchmark used in [
|
|
| 15 |
|
| 16 |
## Dataset Details
|
| 17 |
|
| 18 |
-
- **Repository:**
|
| 19 |
-
- **Paper[ICLR 2025]:**
|
| 20 |
-
- **Model:**
|
| 21 |
|
| 22 |
## Dataset Structure
|
| 23 |
|
| 24 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
## Dataset Source
|
| 29 |
|
|
|
|
| 30 |
|
| 31 |
## Citation
|
| 32 |
|
| 33 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 34 |
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
## Dataset Details
|
| 17 |
|
| 18 |
+
- **Repository:** https://github.com/MS-Diffusion/MS-Diffusion
|
| 19 |
+
- **Paper[ICLR 2025]:** https://arxiv.org/pdf/2406.07209
|
| 20 |
+
- **Model:** https://huggingface.co/doge1516/MS-Diffusion
|
| 21 |
|
| 22 |
## Dataset Structure
|
| 23 |
|
| 24 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
| 25 |
|
| 26 |
+
This benchmark contains 7 categories, 40 subjects, and 13 combinations. Details of the data structure are defined in the paper and `msbench.py`.
|
| 27 |
|
| 28 |
## Dataset Source
|
| 29 |
|
| 30 |
+
The subjects in MS-Bench are collected from [DreamBench](https://github.com/google/dreambooth), [CustomConcept101](https://github.com/adobe-research/custom-diffusion/tree/main/customconcept101), and the Internet. **This benchmark is for research use only.**
|
| 31 |
|
| 32 |
## Citation
|
| 33 |
|
| 34 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 35 |
|
| 36 |
+
```bibtex
|
| 37 |
+
@inproceedings{
|
| 38 |
+
wang2025msdiffusion,
|
| 39 |
+
title={{MS}-Diffusion: Multi-subject Zero-shot Image Personalization with Layout Guidance},
|
| 40 |
+
author={Xierui Wang and Siming Fu and Qihan Huang and Wanggui He and Hao Jiang},
|
| 41 |
+
booktitle={The Thirteenth International Conference on Learning Representations},
|
| 42 |
+
year={2025},
|
| 43 |
+
url={https://openreview.net/forum?id=PJqP0wyQek}
|
| 44 |
+
}
|
| 45 |
+
```
|