datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
localizer
Dartbrains Localizer Dataset
A subset of the Brainomics/Localizer functional MRI dataset, prepared for the Dartbrains neuroimaging course at Dartmouth College.
Quick Start
Load beta maps (recommended for most exercises)
from datasets import load_dataset
ds = load_dataset("dartbrains/localizer", "betas")
img = ds[0]["nifti"] # nibabel.Nifti1Image
subject = ds[0]["subject"] # "S01"
condition = ds[0]["condition"] # "audio_computation"… See the full description on the dataset page: https://huggingface.co/datasets/dartbrains/localizer.Robustness-of-AI-Generated-Image-Detection-Against-Localized-Inpainting-Attacks
Robustness of AI-Generated Image Detection Against Localized Inpainting Attacks
This repository hosts the detector-ready datasets and mask packs used in the thesis:
Robustness of AI-Generated Image Detection Against Localized Inpainting AttacksOguz Akin, Saarland University, CISPA Helmholtz Center for Information Security (2025)
It provides standardized evaluation splits for six state-of-the-art AI-generated image (AIGI) detectors across watermarking, passive, and training-free… See the full description on the dataset page: https://huggingface.co/datasets/eoguzakin/Robustness-of-AI-Generated-Image-Detection-Against-Localized-Inpainting-Attacks.
