bitminds commited on
Commit
05d38b8
·
verified ·
1 Parent(s): e37647c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +106 -0
README.md ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Description
2
+ The ArtiFact dataset is a large-scale image dataset that aims to include a diverse collection of real and synthetic images from multiple categories, including Human/Human Faces, Animal/Animal Faces, Places, Vehicles, Art, and many other real-life objects. The dataset comprises 8 sources that were carefully chosen to ensure diversity and includes images synthesized from 25 distinct methods, including 13 GANs, 7 Diffusion, and 5 other miscellaneous generators. The dataset contains 2,496,738 images, comprising 964,989 real images and 1,531,749 fake images.
3
+
4
+ To ensure diversity across different sources, the real images of the dataset are randomly sampled from source datasets containing numerous categories, whereas synthetic images are generated within the same categories as the real images. Captions and image masks from the COCO dataset are utilized to generate images for text2image and inpainting generators, while normally distributed noise with different random seeds is used for noise2image generators. The dataset is further processed to reflect real-world scenarios by applying random cropping, downscaling, and JPEG compression, in accordance with the IEEE VIP Cup 2022 standards.
5
+
6
+ The ArtiFact dataset is intended to serve as a benchmark for evaluating the performance of synthetic image detectors under real-world conditions. It includes a broad spectrum of diversity in terms of generators used and syntheticity, providing a challenging dataset for image detection tasks.
7
+
8
+ Statistics:
9
+ Total number of images: 2,496,738
10
+ Number of real images: 964,989
11
+ Number of fake images: 1,531,749
12
+ Number of generators used for fake images: 25 (including 13 GANs, 7 Diffusion, and 5 miscellaneous generators)
13
+ Number of sources used for real images: 8
14
+ Categories included in the dataset: Human/Human Faces, Animal/Animal Faces, Places, Vehicles, Art, and other real-life objects
15
+ Image Resolution: 200 x 200
16
+
17
+
18
+ 🔢 Dataset Overview
19
+
20
+ Total Files: 2.5 million
21
+
22
+ Total Columns (Features): 132
23
+
24
+ Number of Models Represented:
25
+
26
+ 13 GANs
27
+
28
+ 7 Diffusion Models
29
+
30
+ 5 Miscellaneous Generators
31
+
32
+ 📁 Data Sources / Generators
33
+
34
+ GAN-based (13):
35
+
36
+ BigGAN
37
+
38
+ StyleGAN1
39
+
40
+ StyleGAN2
41
+
42
+ StyleGAN3
43
+
44
+ CycleGAN
45
+
46
+ GauGAN
47
+
48
+ ProGAN
49
+
50
+ GANSformer
51
+
52
+ ProjectedGAN
53
+
54
+ StarGAN
55
+
56
+ CIPS
57
+
58
+ Generative Inpainting
59
+
60
+ Face Synthetics
61
+
62
+ Diffusion-based (7):
63
+
64
+ DDPM
65
+
66
+ Diffusion GAN
67
+
68
+ Denoising Diffusion GAN
69
+
70
+ GLIDE
71
+
72
+ Latent Diffusion
73
+
74
+ Palette
75
+
76
+ Stable Diffusion
77
+
78
+ Miscellaneous / Other (5):
79
+
80
+ Taming Transformer
81
+
82
+ VQ Diffusion
83
+
84
+ LAMA
85
+
86
+ MAT
87
+
88
+ Imagenet
89
+
90
+ 📂 Datasets Used
91
+
92
+ AFHQ
93
+
94
+ CelebA-HQ
95
+
96
+ FFHQ
97
+
98
+ LSUN
99
+
100
+ COCO
101
+
102
+ Landscape
103
+
104
+ MetFaces
105
+
106
+ SFHQ