Semi-Truths-Evalset / README.md
semi-truths's picture
Changing image position
685aefe verified
|
raw
history blame
2.77 kB
metadata
license: cc
pretty_name: Semi-Truths
size_categories:
  - 10K<n<100K

Semi-Truths: The Evaluation Sample

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? 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. Each augmented image includes detailed metadata for standardized, targeted evaluation of detector robustness.

πŸš€ Leverage the Semi-Truths dataset to understand the sensitivities of the latest AI-augmented image detectors, to various sizes of edits and semantic changes!

head_figure

Dataset Structure

The general structure of the Semi-Truths Dataset is as follows:

  • The original, real image and mask data can be found in the folder original
  • Augmented images created with Diffusion Inpainting are in inpainting
  • Prompt-edited images are in the folder p2p
  • Prompt-edited image masks, computed post-augmentation, are in the folder p2p_masks
  • All metadata can be found in metadata.csv, including labels, datasets, entities, augmentation methods, diffusion models, change metrics, and so on.
β”œβ”€β”€ metadata.csv (Image, Mask, and Change Information)
β”œβ”€β”€ original (Real Images/Mask Pairs)
β”‚   β”œβ”€β”€ images
β”‚   β”‚   β”œβ”€β”€ ADE20K
β”‚   β”‚   β”œβ”€β”€ CelebAHQ
β”‚   β”‚   β”œβ”€β”€ CityScapes
β”‚   β”‚   β”œβ”€β”€ HumanParsing
β”‚   β”‚   β”œβ”€β”€ OpenImages
β”‚   β”‚   └── SUN_RGBD
β”‚   └── masks
β”‚       β”œβ”€β”€ ADE20K
β”‚       β”œβ”€β”€ CelebAHQ
β”‚       β”œβ”€β”€ CityScapes
β”‚       β”œβ”€β”€ HumanParsing
β”‚       β”œβ”€β”€ OpenImages
β”‚       └── SUN_RGBD
β”œβ”€β”€ inpainting (Augmented Images)
β”‚   β”œβ”€β”€ ADE20K
β”‚   β”œβ”€β”€ CelebAHQ
β”‚   β”œβ”€β”€ CityScapes
β”‚   β”œβ”€β”€ HumanParsing
β”‚   β”œβ”€β”€ OpenImages
β”‚   └── SUN_RGBD
└── p2p (Augmented Images)
    β”œβ”€β”€ ADE20K
    β”œβ”€β”€ CelebAHQ
    β”œβ”€β”€ CityScapes
    β”œβ”€β”€ HumanParsing
    β”œβ”€β”€ OpenImages
    └── SUN_RGBD