eoguzakin commited on
Commit
7fc9ace
·
verified ·
1 Parent(s): d602684

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -163,12 +163,12 @@ 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
- ```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.
@@ -180,9 +180,17 @@ Inpainting attacks: LaMa (Suvorov et al. 2022), ZITS (Dong et al. 2022).
180
  Watermarks: Stable Signature (Fernandez et al. 2023), Tree-Ring (Wen et al. 2023).
181
 
182
  Detector-specific preprocessing applied only at runtime, ensuring comparability.
183
-
184
  📚 Citations
185
- (Keep your citation block here as before — unchanged.)
 
 
 
 
 
 
 
 
186
 
187
  📝 License
188
  Derived datasets for research use only.
 
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
+ ---
167
 
168
  Integrity check
169
+ ```bash
170
  sha256sum -c checksums.sha256
171
+ ---
172
 
173
  🧪 Provenance
174
  Reals: SEMI-TRUTHS (Pal et al. 2024), OpenImages subset.
 
180
  Watermarks: Stable Signature (Fernandez et al. 2023), Tree-Ring (Wen et al. 2023).
181
 
182
  Detector-specific preprocessing applied only at runtime, ensuring comparability.
183
+ ---
184
  📚 Citations
185
+ If you use this dataset, please cite:
186
+ - Pal et al., 2024 — Semi-Truths: A Large-Scale Dataset of AI-Augmented Images for Evaluating Robustness of AI-Generated Image Detectors.
187
+ - Ojha et al., 2023 — Universal Fake Image Detectors.
188
+ - Corvi et al., 2023 — On the Detection of Synthetic Images Generated by Diffusion Models.
189
+ - Wang et al., 2023 — DIRE for Diffusion-Generated Image Detection.
190
+ - Ricker et al., 2024 — AEROBLADE. Fernandez et al., 2023 — Stable Signature.
191
+ - Wen et al., 2023 — Tree-Ring Watermarks.
192
+ - Suvorov et al., 2022 — LaMa Inpainting.
193
+ - Rombach et al., 2022 — Latent Diffusion Models. Dong et al., 2022 — ZITS Inpainting.
194
 
195
  📝 License
196
  Derived datasets for research use only.