Update README.md
Browse files
README.md
CHANGED
@@ -85,6 +85,14 @@ This dataset was developed as part of the EU project ELSA. Specifically for the
|
|
85 |
Official webpage: https://benchmarks.elsa-ai.eu/
|
86 |
This dataset aims to develop effective solutions for detecting and mitigating the spread of deep fake images in multimedia content. Deep fake images, which are highly realistic and deceptive manipulations, pose significant risks to privacy, security, and trust in digital media. This dataset can be used to train robust and accurate models that can identify and flag instances of deep fake images.
|
87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
```python
|
89 |
from datasets import load_dataset
|
90 |
elsa_data = load_dataset("rs9000/ELSA1M_track1", split="train", streaming=True)
|
@@ -114,5 +122,5 @@ The Metadata for generated images are:
|
|
114 |
|
115 |
### Dataset Curators
|
116 |
|
117 |
-
- Leonardo (rosario.dicarlo.ext@leonardo.com)
|
118 |
-
- UNIMORE
|
|
|
85 |
Official webpage: https://benchmarks.elsa-ai.eu/
|
86 |
This dataset aims to develop effective solutions for detecting and mitigating the spread of deep fake images in multimedia content. Deep fake images, which are highly realistic and deceptive manipulations, pose significant risks to privacy, security, and trust in digital media. This dataset can be used to train robust and accurate models that can identify and flag instances of deep fake images.
|
87 |
|
88 |
+
### ELSA versions
|
89 |
+
|
90 |
+
| Name | Description | Link |
|
91 |
+
| ------------- | ------------- | ---------------------|
|
92 |
+
| ELSA1M_track1 | Dataset of 1M images generated using diffusion model | https://huggingface.co/datasets/rs9000/ELSA1M_track1 |
|
93 |
+
| ELSA500k_track2 | Dataset of 500k images generated using diffusion model with diffusion attentive attribution maps [1] | https://huggingface.co/datasets/rs9000/ELSA500k_track2 |
|
94 |
+
|
95 |
+
|
96 |
```python
|
97 |
from datasets import load_dataset
|
98 |
elsa_data = load_dataset("rs9000/ELSA1M_track1", split="train", streaming=True)
|
|
|
122 |
|
123 |
### Dataset Curators
|
124 |
|
125 |
+
- Leonardo Labs (rosario.dicarlo.ext@leonardo.com)
|
126 |
+
- UNIMORE (https://aimagelab.ing.unimore.it/imagelab/)
|