CVMay 24

Where Detectors Fail: Probing Generative Space for Generalizable AI-Generated Image Detection

arXiv:2605.2490681.0Has Code
AI Analysis

For researchers and practitioners in AI-generated image detection, this work provides a method to improve detector generalization without requiring more data.

The paper addresses the poor generalization of AI-generated image detectors to unseen generators. It proposes PROBE, a framework that uses the detector as a critic to steer the generator to produce challenging samples, improving detection performance across multiple benchmarks.

Detecting AI-generated images (AIGI) remains challenging because detectors often fail to generalize to unseen generators. Although existing methods are trained on large datasets, their performance still degrades when generation settings change, indicating that data scale alone is insufficient and that limited coverage of generative variations during training is a key factor. Studies on generative model editing show that small changes in internal representations can produce diverse and meaningful image variations, many of which are not explored under standard sampling. Leveraging this insight, we propose PROBE (Probing Robustness via Boundary Exploration), a framework that improves detector generalization by actively exploring challenging regions of the generative process. Instead of treating the generator as a fixed data source, PROBE uses the detector as a critic to steer the generator through manifold-level modifications, producing realistic samples that are difficult to classify. These samples expose failure cases that are uncommon under standard data sampling strategies and are used to refine the detector. Experimental results across multiple benchmarks indicate that PROBE enhances generalization to unseen generators, resulting in more generalizable AIGI detection performance. Code and models are available at https://github.com/Amamiya-C/PROBE-AIGI-Detection

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes