Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,35 @@ dataset_info:
|
|
| 14 |
num_examples: 26874
|
| 15 |
download_size: 5044720
|
| 16 |
dataset_size: 6588117
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
-
# Dataset Card for "
|
| 19 |
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
num_examples: 26874
|
| 15 |
download_size: 5044720
|
| 16 |
dataset_size: 6588117
|
| 17 |
+
license: mit
|
| 18 |
+
task_categories:
|
| 19 |
+
- text-to-image
|
| 20 |
+
language:
|
| 21 |
+
- en
|
| 22 |
+
tags:
|
| 23 |
+
- membership
|
| 24 |
+
- latent diffusion
|
| 25 |
+
pretty_name: LAION-mi
|
| 26 |
+
size_categories:
|
| 27 |
+
- 10K<n<100K
|
| 28 |
---
|
| 29 |
+
# Dataset Card for "LAION-mi"
|
| 30 |
|
| 31 |
+
This is a dataset from Towards More Realistic Membership Inference Attacks on Large Diffusion Models, [link](https://arxiv.org/abs/2306.12983).
|
| 32 |
+
|
| 33 |
+
We provide a robust evaluation setup for membership inference attacks on a state-of-the-art Stable Diffusion model and publish the corresponding dataset along with the proposed setup.
|
| 34 |
+
|
| 35 |
+
# Citing
|
| 36 |
+
|
| 37 |
+
If you find our work useful in your research, please cite as
|
| 38 |
+
|
| 39 |
+
```
|
| 40 |
+
@misc{dubiński2023realistic,
|
| 41 |
+
title={Towards More Realistic Membership Inference Attacks on Large Diffusion Models},
|
| 42 |
+
author={Jan Dubiński and Antoni Kowalczuk and Stanisław Pawlak and Przemysław Rokita and Tomasz Trzciński and Paweł Morawiecki},
|
| 43 |
+
year={2023},
|
| 44 |
+
eprint={2306.12983},
|
| 45 |
+
archivePrefix={arXiv},
|
| 46 |
+
primaryClass={cs.LG}
|
| 47 |
+
}
|
| 48 |
+
```
|