paper-with-me

홈 › Papers

RAID: A Dataset for Testing the Adversarial Robustness of AI-Generated Image Detectors

2025-06-04 · Hicham Eddoubi, Jonas Ricker, Federico Cocchi, Angelo Sotgiu, Maura Pintor, Marcella Cornia, Lorenzo Baraldi, Asja Fischer, Rita Cucchiara, Battista Biggio

AI-generated images have reached a quality level at which humans are incapable of reliably distinguishing them from real images. To counteract the inherent risk of fraud and disinformation, the detection of AI-generated images is a pressing challenge and an active research topic. While many of the presented methods claim to achieve high detection accuracy, they are usually evaluated under idealized conditions. In particular, the adversarial robustness is often neglected, potentially due to a lack of awareness or the substantial effort required to conduct a comprehensive robustness analysis. In this work, we tackle this problem by providing a simpler means to assess the robustness of AI-generated image detectors. We present RAID (Robust evaluation of AI-generated image Detectors), a dataset of 72k diverse and highly transferable adversarial examples. The dataset is created by running attacks against an ensemble of seven state-of-the-art detectors and images generated by four different text-to-image models. Extensive experiments show that our methodology generates adversarial images that transfer with a high success rate to unseen detectors, which can be used to quickly provide an approximate yet still reliable estimate of a detector's adversarial robustnessOur findings indicate that current state-of-the-art AI-generated image detectors can be easily deceived by adversarial examples, highlighting the critical need for the development of more robust methods. We release our dataset at https://huggingface.co/datasets/aimagelab/RAID and evaluation code at https://github.com/pralab/RAID.

📄 PDF Abstract BibTeX arXiv:2506.03988

Code (1)

pralab/raid 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

RAID: A Shared Benchmark for Robust Evaluation of Machine-Generated Text Detectors

2024-05-13 · Liam Dugan, Alyssa Hwang, Filip Trhlik, Josh Magnus Ludan 외

Many commercial and open-source models claim to detect machine-generated text with extremely high accuracy (99% or more). However, very few of these detectors are evaluated on shared benchmark datasets and even when they…

Adversarial RobustnessText Detection

PeerAiD: Improving Adversarial Distillation from a Specialized Peer Tutor

2024-03-11 · CVPR 2024 1 · Jaewon Jung, Hongsun Jang, Jaeyong Song, Jinho Lee

Adversarial robustness of the neural network is a significant concern when it is applied to security-critical domains. In this situation, adversarial distillation is a promising option which aims to distill the robustnes…

Adversarial Robustness

RAID: Randomized Adversarial-Input Detection for Neural Networks

2020-02-07 · Hasan Ferit Eniser, Maria Christakis, Valentin Wüstholz

In recent years, neural networks have become the default choice for image classification and many other learning tasks, even though they are vulnerable to so-called adversarial attacks. To increase their robustness again…

image-classificationImage Classification

T-Detect: Tail-Aware Statistical Normalization for Robust Detection of Adversarial Machine-Generated Text

2025-07-31 · Alva West, Luodan Zhang, Liuliu Zhang, Minjun Zhu 외 arxiv

Large language models (LLMs) have shown the capability to generate fluent and logical content, presenting significant challenges to machine-generated text detection, particularly text polished by adversarial perturbation…

Text Detection

Constrained Adversarial Learning for Automated Software Testing: a literature review

2023-03-14 · João Vitorino, Tiago Dias, Tiago Fonseca, Eva Maia 외

It is imperative to safeguard computer applications and information systems against the growing number of cyber-attacks. Automated software testing tools can be developed to quickly analyze many lines of code and detect …

Adversarial Attacksoftware testing