Update README.md
Browse files
README.md
CHANGED
|
@@ -29,9 +29,10 @@ language:
|
|
| 29 |
# *Community Forensics: Using Thousands of Generators to Train Fake Image Detectors (CVPR 2025)*
|
| 30 |
[Paper](https://arxiv.org/abs/2411.04125)/[Project Page](https://jespark.net/projects/2024/community_forensics/)
|
| 31 |
|
| 32 |
-
*
|
| 33 |
|
| 34 |
*Changes:* \
|
|
|
|
| 35 |
*04/09/25: Initial version released.*
|
| 36 |
|
| 37 |
## Dataset Summary
|
|
@@ -139,7 +140,8 @@ Please check [Hugging Face documentation](https://huggingface.co/docs/datasets/v
|
|
| 139 |
For training a fake image classifier, it is necessary to pair the generated images with "real" images (here, "real" refers to images that are not generated by AI).
|
| 140 |
In our [paper](https://arxiv.org/abs/2411.04125), we used 11 different image datasets: [LAION](https://laion.ai/), [ImageNet](https://www.image-net.org/), [COCO](https://cocodataset.org/), [FFHQ](https://github.com/NVlabs/ffhq-dataset), [CelebA](https://mmlab.ie.cuhk.edu.hk/projects/CelebA.html), [MetFaces](https://github.com/NVlabs/metfaces-dataset), [AFHQ-v2](https://github.com/clovaai/stargan-v2/), [Forchheim](https://faui1-files.cs.fau.de/public/mmsec/datasets/fodb/), [IMD2020](https://staff.utia.cas.cz/novozada/db/), [Landscapes HQ](https://github.com/universome/alis), and [VISION](https://lesc.dinfo.unifi.it/VISION/), for sampling the generators and training the classifiers.
|
| 141 |
To accurately reproduce our training settings, it is necessary to download all datasets and pair them with the generated images.
|
| 142 |
-
We understand that this may be inconvenient for simple prototyping,
|
|
|
|
| 143 |
|
| 144 |
# Dataset Creation
|
| 145 |
## Curation Rationale
|
|
@@ -171,13 +173,12 @@ We release the dataset with a `cc-by-4.0` license for research purposes only. In
|
|
| 171 |
## Citation Information
|
| 172 |
Please cite our work as below if you used our dataset for your project.
|
| 173 |
```
|
| 174 |
-
@
|
| 175 |
-
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
|
| 181 |
-
url={https://arxiv.org/abs/2411.04125},
|
| 182 |
}
|
| 183 |
```
|
|
|
|
| 29 |
# *Community Forensics: Using Thousands of Generators to Train Fake Image Detectors (CVPR 2025)*
|
| 30 |
[Paper](https://arxiv.org/abs/2411.04125)/[Project Page](https://jespark.net/projects/2024/community_forensics/)
|
| 31 |
|
| 32 |
+
*Please also check our [Community Forensics-Small](https://huggingface.co/datasets/OwensLab/CommunityForensics-Small) dataset, which contains approximately 11% of the base dataset and is paired with real data with redistributable licenses.*
|
| 33 |
|
| 34 |
*Changes:* \
|
| 35 |
+
*06/06/25: Community Forensics-Small released. Updated BibTeX to be CVPR instead of arXiv.* \
|
| 36 |
*04/09/25: Initial version released.*
|
| 37 |
|
| 38 |
## Dataset Summary
|
|
|
|
| 140 |
For training a fake image classifier, it is necessary to pair the generated images with "real" images (here, "real" refers to images that are not generated by AI).
|
| 141 |
In our [paper](https://arxiv.org/abs/2411.04125), we used 11 different image datasets: [LAION](https://laion.ai/), [ImageNet](https://www.image-net.org/), [COCO](https://cocodataset.org/), [FFHQ](https://github.com/NVlabs/ffhq-dataset), [CelebA](https://mmlab.ie.cuhk.edu.hk/projects/CelebA.html), [MetFaces](https://github.com/NVlabs/metfaces-dataset), [AFHQ-v2](https://github.com/clovaai/stargan-v2/), [Forchheim](https://faui1-files.cs.fau.de/public/mmsec/datasets/fodb/), [IMD2020](https://staff.utia.cas.cz/novozada/db/), [Landscapes HQ](https://github.com/universome/alis), and [VISION](https://lesc.dinfo.unifi.it/VISION/), for sampling the generators and training the classifiers.
|
| 142 |
To accurately reproduce our training settings, it is necessary to download all datasets and pair them with the generated images.
|
| 143 |
+
We understand that this may be inconvenient for simple prototyping,
|
| 144 |
+
and thus we also release [Community Forensics-Small](https://huggingface.co/datasets/OwensLab/CommunityForensics-Small) dataset, which is paired with real datasets that have redistributable licenses and contains roughly 11% of the base dataset.
|
| 145 |
|
| 146 |
# Dataset Creation
|
| 147 |
## Curation Rationale
|
|
|
|
| 173 |
## Citation Information
|
| 174 |
Please cite our work as below if you used our dataset for your project.
|
| 175 |
```
|
| 176 |
+
@InProceedings{Park_2025_CVPR,
|
| 177 |
+
author = {Park, Jeongsoo and Owens, Andrew},
|
| 178 |
+
title = {Community Forensics: Using Thousands of Generators to Train Fake Image Detectors},
|
| 179 |
+
booktitle = {Proceedings of the Computer Vision and Pattern Recognition Conference (CVPR)},
|
| 180 |
+
month = {June},
|
| 181 |
+
year = {2025},
|
| 182 |
+
pages = {8245-8257}
|
|
|
|
| 183 |
}
|
| 184 |
```
|