Edit model card

For Fake's Sake: a set of models for detecting generated and synthetic images

Many people on the internet have recently been tricked by fake images of Pope Francis wearing a coat or of Donald Trump's arrest. To help combat this issue, we provide detectors for such images generated by popular tools like Midjourney and Stable Diffusion.

Image1 Image2 Image3

Model Details

Model Description

  • Developed by: Sumsub AI team
  • Model type: Image classification
  • License: CC-By-SA-3.0
  • Types: diffusions_5m(Size: 5M parameters, Description: Designed to detect photos created using different versions of Stable Diffusion (1.4, 1.5, 2.1))
  • Finetuned from model: tf_mobilenetv3_large_100.in1k

Demo

The demo page can be found here.

How to Get Started with the Model & Model Sources

Use the code below to get started with the model:

git lfs install
git clone https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_sd_5 sumsub_synthetic_sd_5
from sumsub_synthetic_sd_5.pipeline import PreTrainedPipeline
from PIL import Image

pipe = PreTrainedPipeline("sumsub_synthetic_sd_5/")

img = Image.open("sumsub_synthetic_sd_5/images/2.jpg")

result = pipe(img)
print(result)

You may need these prerequsites installed:

pip install -r requirements.txt
pip install "git+https://github.com/rwightman/pytorch-image-models"
pip install "git+https://github.com/huggingface/huggingface_hub"

Training Details

Training Data

The models were trained on the following datasets:

Stable Diffusion datasets:

Training Procedure

To improve the performance metrics, we used data augmentations such as rotation, crop, Mixup and CutMix. Each model was trained for 30 epochs using early stopping with batch size equal to 32.

Evaluation

For evaluation we used the following datasets:

Stable Diffusion datasets:

  • DiffusionDB: a set of 2 million images generated by Stable Diffusion using prompts and hyperparameters specified by real users.
  • Kaggel SD Faces: set of 4k human face images generated using Stable Diffusion 1.4.
  • Stable Diffusion Wordnet Dataset: set of 200K images generated by Stable Diffusion.

Realistic images:

  • MS COCO: set of 120k real world images.

Metrics

Model Dataset Accuracy
diffusions_5M Kaggel SD Faces 0.984
diffusions_5M DiffusionDB 0.912
diffusions_5M Stable Diffusion Wordnet Dataset 0.919
diffusions_5M MS COCO 0.877

Limitations

  • It should be noted that achieving 100% accuracy is not possible. Therefore, the model output should only be used as an indication that an image may have been (but not definitely) artificially generated.
  • Our models may face challenges in accurately predicting the class for real-world examples that are extremely vibrant and of exceptionally high quality. In such cases, the richness of colors and fine details may lead to misclassifications due to the complexity of the input. This could potentially cause the model to focus on visual aspects that are not necessarily indicative of the true class.

Image1

Citation

If you find this useful, please cite as:

@misc{sumsubaiornot, 
    publisher = {Sumsub},
    url       = {https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_sd_5},
    year      = {2023},
    author    = {Savelyev, Alexander and Toropov, Alexey and Goldman-Kalaydin, Pavel and Samarin, Alexey},
    title     = {For Fake's Sake: a set of models for detecting deepfakes, generated images and synthetic images}
}

References

  • Stöckl, Andreas. (2022). Evaluating a Synthetic Image Dataset Generated with Stable Diffusion. 10.48550/arXiv.2211.01777.
  • Lin, Tsung-Yi & Maire, Michael & Belongie, Serge & Hays, James & Perona, Pietro & Ramanan, Deva & Dollár, Piotr & Zitnick, C.. (2014). Microsoft COCO: Common Objects in Context.
  • Howard, Andrew & Zhu, Menglong & Chen, Bo & Kalenichenko, Dmitry & Wang, Weijun & Weyand, Tobias & Andreetto, Marco & Adam, Hartwig. (2017). MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications.
  • Liu, Zhuang & Mao, Hanzi & Wu, Chao-Yuan & Feichtenhofer, Christoph & Darrell, Trevor & Xie, Saining. (2022). A ConvNet for the 2020s.
  • Wang, Zijie & Montoya, Evan & Munechika, David & Yang, Haoyang & Hoover, Benjamin & Chau, Polo. (2022). DiffusionDB: A Large-scale Prompt Gallery Dataset for Text-to-Image Generative Models. 10.48550/arXiv.2210.14896.
Downloads last month
1
Inference API
Drag image file here or click to browse from your device
Inference API (serverless) does not yet support generic models for this pipeline type.

Space using Sumsub/Sumsub-ffs-synthetic-1.0_sd_5 1