Add Paper Link and Citation
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ widget:
|
|
40 |
- **Repository:** https://github.com/HPAI-BSC/SuSy
|
41 |
- **Dataset:** https://huggingface.co/datasets/HPAI-BSC/SuSy-Dataset
|
42 |
- **Model Demo**: https://colab.research.google.com/drive/15nxo0FVd-snOnj9TcX737fFH0j3SmS05
|
43 |
-
- **Paper:**
|
44 |
|
45 |
**Model Results**
|
46 |
|
@@ -167,14 +167,14 @@ See `test_image.py` and `test_patch.py` for other examples on how to use the mod
|
|
167 |
|
168 |
The dataset is available at: https://huggingface.co/datasets/HPAI-BSC/SuSy-Dataset
|
169 |
|
170 |
-
|
|
171 |
-
|
172 |
-
|
|
173 |
-
|
|
174 |
-
|
|
175 |
-
|
|
176 |
-
|
|
177 |
-
| midjourney-images | 2023 | 1,845 |
|
178 |
|
179 |
#### Authentic Images
|
180 |
|
@@ -309,10 +309,13 @@ It must be noted that these metrics were computed using the center-patch of imag
|
|
309 |
|
310 |
```bibtex
|
311 |
@misc{bernabeu2024susy,
|
312 |
-
title={Present and Future Generalization of Synthetic Image Detectors},
|
313 |
-
author={Bernabeu
|
314 |
year={2024},
|
315 |
-
|
|
|
|
|
|
|
316 |
}
|
317 |
```
|
318 |
|
|
|
40 |
- **Repository:** https://github.com/HPAI-BSC/SuSy
|
41 |
- **Dataset:** https://huggingface.co/datasets/HPAI-BSC/SuSy-Dataset
|
42 |
- **Model Demo**: https://colab.research.google.com/drive/15nxo0FVd-snOnj9TcX737fFH0j3SmS05
|
43 |
+
- **Paper:** https://arxiv.org/abs/2409.14128
|
44 |
|
45 |
**Model Results**
|
46 |
|
|
|
167 |
|
168 |
The dataset is available at: https://huggingface.co/datasets/HPAI-BSC/SuSy-Dataset
|
169 |
|
170 |
+
| Dataset | Year | Train | Validation | Test | Total |
|
171 |
+
|:-----------------:|:----:|:-----:|:----------:|:-----:|:-----:|
|
172 |
+
| COCO | 2017 | 2,967 | 1,234 | 1,234 | 5,435 |
|
173 |
+
| dalle-3-images | 2023 | 987 | 330 | 330 | 1,647 |
|
174 |
+
| diffusiondb | 2022 | 2,967 | 1,234 | 1,234 | 5,435 |
|
175 |
+
| realisticSDXL | 2023 | 2,967 | 1,234 | 1,234 | 5,435 |
|
176 |
+
| midjourney-tti | 2022 | 2,718 | 906 | 906 | 4,530 |
|
177 |
+
| midjourney-images | 2023 | 1,845 | 617 | 617 | 3,079 |
|
178 |
|
179 |
#### Authentic Images
|
180 |
|
|
|
309 |
|
310 |
```bibtex
|
311 |
@misc{bernabeu2024susy,
|
312 |
+
title={Present and Future Generalization of Synthetic Image Detectors},
|
313 |
+
author={Pablo Bernabeu-Perez and Enrique Lopez-Cuena and Dario Garcia-Gasulla},
|
314 |
year={2024},
|
315 |
+
eprint={2409.14128},
|
316 |
+
archivePrefix={arXiv},
|
317 |
+
primaryClass={cs.CV},
|
318 |
+
url={https://arxiv.org/abs/2409.14128},
|
319 |
}
|
320 |
```
|
321 |
|