CVApr 16

Quality-Aware Calibration for AI-Generated Image Detection in the Wild

arXiv:2604.1502776.4h-index: 39
Predicted impact top 33% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying AI-generated image detectors in real-world scenarios, this work addresses the overlooked issue of quality degradation in viral image dissemination, improving detection reliability.

The paper tackles the problem of inconsistent AI-generated image detection due to quality variations in near-duplicate images online. QuAD, a quality-aware calibration framework, aggregates detection scores from near-duplicates weighted by estimated quality, achieving an average 8% gain in balanced accuracy over plain averaging.

Significant progress has been made in detecting synthetic images, however most existing approaches operate on a single image instance and overlook a key characteristic of real-world dissemination: as viral images circulate on the web, multiple near-duplicate versions appear and lose quality due to repeated operations like recompression, resizing and cropping. As a consequence, the same image may yield inconsistent forensic predictions based on which version has been analyzed. In this work, to address this issue we propose QuAD (Quality-Aware calibration with near-Duplicates) a novel framework that makes decisions based on all available near-duplicates of the same image. Given a query, we retrieve its online near-duplicates and feed them to a detector: the resulting scores are then aggregated based on the estimated quality of the corresponding instance. By doing so, we take advantage of all pieces of information while accounting for the reduced reliability of images impaired by multiple processing steps. To support large-scale evaluation, we introduce two datasets: AncesTree, an in-lab dataset of 136k images organized in stochastic degradation trees that simulate online reposting dynamics, and ReWIND, a real-world dataset of nearly 10k near-duplicate images collected from viral web content. Experiments on several state-of-the-art detectors show that our quality-aware fusion improves their performance consistently, with an average gain of around 8% in terms of balanced accuracy compared to plain average. Our results highlight the importance of jointly processing all the images available online to achieve reliable detection of AI-generated content in real-world applications. Code and data are publicly available at https://grip-unina.github.io/QuAD/

Foundations

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

Your Notes