CoolFace
Datasetpublic

OpenRL/DeepFakeFace

--- license: apache-2.0 --- The dataset accompanying the paper "Robustness and Generalizability of Deepfake Detection: A Study with Diffusion Models". [Website] [paper] [GitHub]. Introduction Welcome to the DeepFakeFace (DFF) dataset! Here we present a meticulously curated collection of artificial celebrity faces, crafted using cutting-edge diffusion models. Our aim is to tackle the rising challenge posed by deepfakes in today's digital landscape. Here are some example images… See the full description on the dataset page: https://huggingface.co/datasets/OpenRL/DeepFakeFace.

sourceHugging Faceopenrailupdated 3y agoView on Hugging Face
14likes1.4kdownloads
README.md69 linesDownload Raw Back to root
1---2license: openrail3task_categories:4- image-to-image5language:6- en7tags:8- deepfake9- diffusion model10pretty_name: DeepFakeFace'11---12```13---14license: apache-2.015---16```17 18The dataset accompanying the paper19"Robustness and Generalizability of Deepfake Detection: A Study with Diffusion Models". 20 21[[Website](https://sites.google.com/view/deepfakeface/home)] [[paper](https://arxiv.org/abs/2309.02218)] [[GitHub](https://github.com/OpenRL-Lab/DeepFakeFace)].22 23 24### Introduction25 26Welcome to the **DeepFakeFace (DFF)** dataset! Here we present a meticulously curated collection of artificial celebrity faces, crafted using cutting-edge diffusion models. 27Our aim is to tackle the rising challenge posed by deepfakes in today's digital landscape.28 29Here are some example images in our dataset:30![deepfake_examples](docs/images/deepfake_examples.jpg)31 32Our proposed DeepFakeFace(DFF) dataset is generated by various diffusion models, aiming to protect the privacy of celebrities. 33There are four zip files in our dataset and each file contains 30,000 images. 34We maintain the same directory structure as the IMDB-WIKI dataset where real images are selected.35 36-   inpainting.zip is generated by the Stable Diffusion Inpainting model.37-   insight.zip is generated by the InsightFace toolbox.38-   text2img.zip is generated by Stable Diffusion V1.539-   wiki.zip contains original real images selected from the IMDB-WIKI dataset.40 41### DeepFake Dataset Compare42 43We compare our dataset with previous datasets here:44![compare](docs/images/compare.jpg)45 46### Experimental Results47 48Performance of RECCE across different generators, measured in terms of Acc (%), AUC  (%), and EER (%):49![table1](docs/images/table1.jpg)50 51Robustness evaluation in terms of ACC(%), AUC (%) and EER(%):52![table1](docs/images/table2.jpg)53 54### Cite55 56Please cite our paper if you use our codes or our dataset in your own work:57 58 59```60@misc{song2023robustness,61      title={Robustness and Generalizability of Deepfake Detection: A Study with Diffusion Models}, 62      author={Haixu Song and Shiyu Huang and Yinpeng Dong and Wei-Wei Tu},63      year={2023},64      eprint={2309.02218},65      archivePrefix={arXiv},66      primaryClass={cs.CV}67}68```69