eoguzakin commited on
Commit
d602684
·
verified ·
1 Parent(s): 2be7ca8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -21,7 +21,7 @@ homepage: https://huggingface.co/datasets/eoguzakin/Robustness of AI-Generated I
21
  This repository hosts the **detector-ready datasets** and **mask packs** used in the thesis:
22
 
23
  > **Robustness of AI-Generated Image Detection Against Localized Inpainting Attacks**
24
- > *Oguz Akin, Saarland University (2025)*
25
 
26
  It provides standardized evaluation splits for six state-of-the-art AI-generated image (AIGI) detectors across **watermarking, passive, and training-free paradigms**, tested under **LaMa** and **ZITS** inpainting attacks.
27
 
@@ -163,10 +163,13 @@ def fetch_and_extract(filename, target_dir):
163
  # Example: UFD view + StableSig masks
164
  fetch_and_extract("detectors/ufd_datasets.tar.xz", "/tmp/ufd")
165
  fetch_and_extract("masks/masks_stablesig.tar.xz", "/tmp/masks_stablesig")
 
 
166
  Integrity check
167
- bash
168
- Kodu kopyala
169
  sha256sum -c checksums.sha256
 
 
170
  🧪 Provenance
171
  Reals: SEMI-TRUTHS (Pal et al. 2024), OpenImages subset.
172
 
 
21
  This repository hosts the **detector-ready datasets** and **mask packs** used in the thesis:
22
 
23
  > **Robustness of AI-Generated Image Detection Against Localized Inpainting Attacks**
24
+ > *Oguz Akin, Saarland University, CISPA Helmholtz Center for Information Security (2025)*
25
 
26
  It provides standardized evaluation splits for six state-of-the-art AI-generated image (AIGI) detectors across **watermarking, passive, and training-free paradigms**, tested under **LaMa** and **ZITS** inpainting attacks.
27
 
 
163
  # Example: UFD view + StableSig masks
164
  fetch_and_extract("detectors/ufd_datasets.tar.xz", "/tmp/ufd")
165
  fetch_and_extract("masks/masks_stablesig.tar.xz", "/tmp/masks_stablesig")
166
+ ```python
167
+
168
  Integrity check
169
+ ``` bash
 
170
  sha256sum -c checksums.sha256
171
+ ``` bash
172
+
173
  🧪 Provenance
174
  Reals: SEMI-TRUTHS (Pal et al. 2024), OpenImages subset.
175