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.