semi-truths
commited on
Updating dataset card with usage directions.
Browse files
README.md
CHANGED
@@ -8,11 +8,15 @@ size_categories:
|
|
8 |
# Semi-Truths: The Evaluation Sample #
|
9 |
|
10 |
**Recent efforts have developed AI-generated image detectors claiming robustness against various augmentations, but their effectiveness remains unclear. Can these systems detect varying degrees of augmentation?**
|
|
|
11 |
To address these questions, we introduce **Semi-Truths**, featuring 27,600 real images, 245,300 masks, and 850,200 AI-augmented images featuring varying degrees of targeted and localized edits, created using diverse augmentation methods, diffusion models, and data distributions.
|
12 |
Each augmented image includes detailed metadata for standardized, targeted evaluation of detector robustness.
|
13 |
|
14 |
🚀 Leverage the Semi-Truths dataset to understand the sensitivities of the latest AI-augmented image detectors, to various sizes of edits and semantic changes!
|
15 |
|
|
|
|
|
|
|
16 |
<!-- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/666454f1f99defe86aca3882/AaKKr-VDqcsml4sDcYLrh.png) -->
|
17 |
<centering><img src="https://cdn-uploads.huggingface.co/production/uploads/666454f1f99defe86aca3882/AaKKr-VDqcsml4sDcYLrh.png" alt="head_figure" width="800"/></centering>
|
18 |
|
@@ -23,6 +27,18 @@ from datasets import load_dataset
|
|
23 |
dataset = load_dataset('hoffman-lab/SkyScenes',name="H_35_P_45 images")
|
24 |
``` -->
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
## Dataset Structure ##
|
27 |
|
28 |
The general structure of the Semi-Truths Dataset is as follows:
|
|
|
8 |
# Semi-Truths: The Evaluation Sample #
|
9 |
|
10 |
**Recent efforts have developed AI-generated image detectors claiming robustness against various augmentations, but their effectiveness remains unclear. Can these systems detect varying degrees of augmentation?**
|
11 |
+
|
12 |
To address these questions, we introduce **Semi-Truths**, featuring 27,600 real images, 245,300 masks, and 850,200 AI-augmented images featuring varying degrees of targeted and localized edits, created using diverse augmentation methods, diffusion models, and data distributions.
|
13 |
Each augmented image includes detailed metadata for standardized, targeted evaluation of detector robustness.
|
14 |
|
15 |
🚀 Leverage the Semi-Truths dataset to understand the sensitivities of the latest AI-augmented image detectors, to various sizes of edits and semantic changes!
|
16 |
|
17 |
+
📂 **NOTE:** *This is a subset of the Semi-Truths dataset created for ease of evaluation of AI-Augmented image detectors. For users with memory contraints or initial exploration of Semi-Truths, we recommend using this dataset.
|
18 |
+
For the full dataset, please see `semi-truths/Semi-Truths`.*
|
19 |
+
|
20 |
<!-- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/666454f1f99defe86aca3882/AaKKr-VDqcsml4sDcYLrh.png) -->
|
21 |
<centering><img src="https://cdn-uploads.huggingface.co/production/uploads/666454f1f99defe86aca3882/AaKKr-VDqcsml4sDcYLrh.png" alt="head_figure" width="800"/></centering>
|
22 |
|
|
|
27 |
dataset = load_dataset('hoffman-lab/SkyScenes',name="H_35_P_45 images")
|
28 |
``` -->
|
29 |
|
30 |
+
## Directions ##
|
31 |
+
|
32 |
+
🌅 **I want to use the Semi-Truths dataset to evaluate my detector!**
|
33 |
+
|
34 |
+
* The `metadata.csv` file organizes all image file information under columns `image_id` and `image_path`.
|
35 |
+
* Leverage this information to pass both real and fake images to the detector you're evaluating.
|
36 |
+
* Append the detector predictions to the metadata file.
|
37 |
+
* Our metadata contains data attributes and various change metrics that describe the kind of augmentation that occured.
|
38 |
+
* By grouping predictions and computing metrics on images defined by a type of augmentation, you can gauge the specific strengths and weakness of the detecor!
|
39 |
+
|
40 |
+
To leverage our evaluation and analysis protocols, please visit our Github at: [Coming Soon! ⏳]
|
41 |
+
|
42 |
## Dataset Structure ##
|
43 |
|
44 |
The general structure of the Semi-Truths Dataset is as follows:
|