Datasets:

Size Categories:
10K<n<100K
ArXiv:
Tags:
License:
yanbax commited on
Commit
d09fea9
1 Parent(s): 1e2d652

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -1,3 +1,60 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - image-classification
5
+ size_categories:
6
+ - 100K<n<1M
7
  ---
8
+
9
+ # Dataset Card for CIFAKE_autotrain_compatible
10
+
11
+ ## Dataset Description
12
+
13
+ - **Homepage:** [Kaggle data card](https://www.kaggle.com/datasets/birdy654/cifake-real-and-ai-generated-synthetic-images?resource=download)
14
+ - **Paper:** Krizhevsky, A., & Hinton, G. (2009). Learning multiple layers of features from tiny images.
15
+
16
+ ### Dataset Summary
17
+
18
+ This is a copy of the CIFAKE dataset created by Dr Jordan J. Bird and Professor Ahmad Lotfi. See more information on the original data card on [Kaggle](https://www.kaggle.com/datasets/birdy654/cifake-real-and-ai-generated-synthetic-images?resource=download)
19
+
20
+ The real images used are from CIFAR-10. The fake images were created by the authors using Stable Diffusion v1.4.
21
+
22
+ This dataset removes the train/test structures in the original dataset to allow compatibility with HuggingFace's AutoTrain.
23
+
24
+ ## Dataset Structure
25
+
26
+ ### Data Fields
27
+
28
+ Contains 120k total images per splits below.
29
+
30
+ ### Data Splits
31
+ Real: 60k real images
32
+
33
+ Fake: 60k AI generated images
34
+
35
+ ## Additional Information
36
+
37
+ ### Dataset Curators
38
+ Dr Jordan J. Bird
39
+
40
+ Professor Ahmad Lotfi
41
+
42
+ ### Licensing Information
43
+
44
+ This dataset is published under the [same MIT license as CIFAR-10](https://github.com/wichtounet/cifar-10/blob/master/LICENSE):
45
+
46
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
47
+
48
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
49
+
50
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
51
+
52
+ ### Citation Information
53
+
54
+ If you use this dataset, you must cite the following sources:
55
+
56
+ [Krizhevsky, A., & Hinton, G. (2009). Learning multiple layers of features from tiny images.](https://www.cs.toronto.edu/~kriz/learning-features-2009-TR.pdfl)
57
+
58
+ [Bird, J.J., Lotfi, A. (2023). CIFAKE: Image Classification and Explainable Identification of AI-Generated Synthetic Images. arXiv preprint arXiv:2303.14126.](https://arxiv.org/abs/2303.14126)
59
+
60
+ Real images are from Krizhevsky & Hinton (2009), fake images are from Bird & Lotfi (2023). The Bird & Lotfi study is a preprint currently available on ArXiv and this description will be updated when the paper is published.