Research
How well are open sourced AI-generated image detection models out-of-the-box: A comprehensive benchmark study
Overview Research area: Computer vision, specifically the detection of AI-generated (fully synthetic) images, benchmarked under zero-shot conditions. Technical level: Intermediate. The core idea (test

- arXiv
- 2602.07814
- Published
- 2026-02-08
- Authors
- Simiao Ren, Yuchen Zhou, Xingyu Shen, Kidus Zewde, Tommy Duong, George Huang, Hatsanai, Tiangratanakul, Tsang, Ng, En Wei, Jiayu Xue
AI summary
Overview
- Research area: Computer vision, specifically the detection of AI-generated (fully synthetic) images, benchmarked under zero-shot conditions.
- Technical level: Intermediate. The core idea (testing pre-trained detectors on unseen data) is easy to grasp, but the paper leans on statistics (Friedman test, Spearman correlation, Kendall's W, coefficient of variation) and a large cast of architectures.
- Scope, in one sentence: The paper runs the first large-scale zero-shot evaluation of open-source AI-generated-image detectors — 16 detection methods expanded to 23 pretrained variants, tested on 12 datasets covering roughly 2.6 million images and 291 unique generators — to see how they actually perform when deployed as-is.
Note on completeness: the provided text is truncated inside Section 5.3. Sections 6 (Discussion) and 7 (Conclusion), and the detailed failure-mode taxonomy, are not present in the supplied content and are therefore not summarized here.
What This Paper Is About
Most detection benchmarks report how well a model does after being fine-tuned or retrained on the same dataset it is tested on, but real deployment almost never works that way — practitioners use pre-trained weights as they are. This paper asks how those off-the-shelf detectors actually hold up when dropped onto datasets and generators they have never seen. The goal is to replace the assumption of a single "best detector" with evidence about which detectors work, on what kind of content, and why the others fail.
Key Contributions
- First comprehensive zero-shot benchmark: the largest systematic evaluation of pre-trained detectors without fine-tuning, positioned as filling the gap between research benchmarks and practical deployment.
- Statistical generalization analysis: rigorous statistical testing (Friedman, Spearman correlation, coefficient of variation) used to identify factors that predict detector success and failure across datasets.
- Failure-mode taxonomy: 1,075 failures categorized into three systematic patterns, intended to inform both detector selection and future method development.
The paper states it makes "five primary contributions" but enumerates three. It also reports the evaluation scope inconsistently: Section 2.4 describes "21 methods × 12 datasets = 258 evaluations," while Section 4 reports "1,808 experiments across 16 detectors and 12 datasets."
Main Findings
-
No universal winner. Detector rankings are highly unstable, with Spearman correlations between dataset pairs ranging from 0.01 to 0.87 (median ρ = 0.52). The best method on one dataset can drop up to nearly 20 positions on another; Figure 3 reports a maximum fluctuation of up to 18 positions, with some DRCT variants showing rank standard deviations exceeding 6. Only Community-Forensics is relatively stable (rank std = 1.27).
-
A large performance gap. The abstract and key findings report a 37 percentage-point gap between the best detector (75.0% mean accuracy) and the worst (37.5%). Table 3 reports a 40.5 percentage-point gap between Community-Forensics (0.780 mean, 0.821 median) and CNNSpot (0.375 mean, 0.403 median), and Section 4.1 describes this as a "~37 percentage-point gap (Table 3)."
-
Statistical significance. A Friedman test confirms detectors differ significantly (χ² = 121.01, p = 1.85 × 10⁻¹⁶, df = 18), with a large effect size (Kendall's W = 0.524). The abstract quotes p < 10⁻¹⁶.
-
Training data beats architecture. Within detector families sharing identical architectures but different training data (AIDE, DRCT), performance varies by 20–60% across datasets. On GenImage, AIDE_GenImage reaches 99.7%, AIDE_progan 98.5%, and AIDE_sd14 98.4%. On MNW_fake the AIDE family spreads roughly 50 points, with AIDE_progan nearly collapsing. Separately, Section 1.2 reports AIDE trained on GenImage at 66%, on ProGAN at 63%, and on Stable Diffusion v1.4 at 57%.
-
Commercial generators defeat most detectors. Flux Dev, Firefly v4, and Midjourney v7 yield only 18–30% average detection accuracy across all methods. Per-generator figures: Flux Dev 21% mean accuracy, Firefly v4 18%, Midjourney v7 24%, Imagen 4 19%, DALL-E 3 31%. Older generators remain detectable: ProGAN 87%, StyleGAN2 82%, Stable Diffusion v1.4 73%.
-
A temporal arms race. Mean accuracy across all detectors falls from approximately 79% on 2020–2021 generators to around 38% on 2024 models, unevenly — a small subset of detectors still achieves near-perfect accuracy on recent generators.
-
64 generators (22% of the total) defeat most detectors, defined as below 50% average accuracy.
-
Instability even among top detectors. SAFE shows extreme variance (CV = 0.434), ranging from 3.2% to 99.8% across datasets. Table 3 lists SAFE's standard deviation at 0.298. Section 4.2 describes Community-Forensics as having a 6% standard deviation and 8% IQR, while Table 3 lists its standard deviation at 0.155.
-
Dataset difficulty hierarchy. Easiest: GenImage (80.0% mean), AIGCDetectionBench (79.7%), WildFake (74.7%). Hardest: community_forensics_test (37.6%), MNW_fake (41.7%), Nano-banana (44.6%) — a roughly 2.1× difficulty range. Difficulty correlates moderately negatively with generator count (r = −0.48).
-
Accuracy and AUC largely agree. Pearson r = 0.82 (p < 0.001) across all experiments, though some detector–dataset pairs show high AUC (> 0.8) with low accuracy (< 0.5), indicating good ranking but poor threshold calibration.
-
Three generalization enablers. Diverse training data (Community-Forensics, trained on web-scraped images from 10+ generators, achieves 78.0% mean), ensemble aggregation (Community-Forensics combines 5 diverse models), and — with caveats — frequency-domain features, which rarely fail catastrophically but are consistently mediocre and specifically weak on high-quality commercial generators that likely apply spectral post-processing.
Methodology in Plain English
The team collected detectors that anyone can download with pre-trained weights. Selection required publicly available weights, diverse architectures, publication between 2020 and 2025, and demonstrated performance on at least one established benchmark. They sorted them into four families: CNN-based (PatchCraft, three AIDE variants, CNNSpot, SPAI, LOTA), transformer and foundation-model based (Effort, ForgeLens, four DRCT variants, Forensic-MoE), frequency-domain (FreDect, Gram, LGrad, Fusing, UnivFD), and ensemble/hybrid (Community-Forensics, SAFE/FatFormer).
They then picked 12 datasets to span generation methods (GAN, diffusion, commercial APIs), time (2021–2025), and scale — from AIGCDetectionBench at roughly 720K samples and the Community-Forensics test split at roughly 310K samples, down to MNW_fake with 46 distinct generators for fine-grained analysis. The full collection is about 2.6 million images, but all reported results use uniformly subsampled, balanced evaluation splits.
The evaluation rule was strict zero-shot: no fine-tuning, no hyperparameter tuning, no threshold optimization, and no dataset-specific preprocessing beyond each detector's standard normalization. Inference ran in batches on NVIDIA consumer-grade GPUs, with decision thresholds fixed at 0.5 for everyone, plus AUC as a threshold-independent check. Analysis relied on three statistical tools: the Friedman test for whether detectors differ at all, Spearman rank correlation to measure whether rankings hold across datasets, and coefficient of variation (CV < 0.2 low, 0.2–0.4 moderate, > 0.4 high) to measure relative instability.
The authors also draw a scope line early: they target AI-generated images — wholly synthetic pixels spanning landscapes, objects, scenes, and people — rather than deepfakes in the traditional sense of localized face-swapping, arguing that strategies tuned for localized facial manipulation may not transfer to holistic synthesis.
Why This Matters
- Research impact: The paper challenges the "one-size-fits-all" framing of detector benchmarks, showing that reported benchmark performance is a poor predictor of deployment behavior. It also supplies a standardized zero-shot protocol that prior systematization work (SoK, DeepfakeBench) called for but did not itself execute.
- Content moderation: Platform teams choosing a detector must match it to their specific threat landscape; a top-ranked model can land near random guessing on the generators they actually face.
- Forensic investigation: Investigators cannot assume a confidence score means the same thing across image sources, given that detectors swing from 3.2% to 99.8% depending on the generator.
- Platform integrity and fraud prevention: With 64 generators already evading most detectors and commercial APIs like Flux Dev, Firefly v4, and Midjourney v7 sitting at 18–30% detection, the gap is widening against exactly the tools most accessible to bad actors.
- Industry relevance: The authors frame this as an accelerating arms race in which generation advances outpace detection. Practitioners without the labeled data, compute, or expertise to retrain models — the paper cites content moderators, forensic investigators, and platform operators — are the primary audience for its deployment guidelines.
Future Directions
- Failure-mode exploitation. The paper categorizes 1,075 failures into three systematic patterns; the details fall outside the provided text, but the stated purpose is to guide both detector selection and future method design.
- Closing the training–test distribution gap. Training data alignment explains 20–60% of performance variance within fixed architectures, so the open question is how to build training sets that anticipate generators that do not exist yet, rather than matching today's threat landscape.
- Better frequency-domain methods. Current frequency detectors are described as lacking discriminative power rather than failing catastrophically, and they break specifically on commercial generators that appear to apply post-processing. Whether spectral methods can be strengthened, or should be abandoned, is unresolved.
- Keeping benchmarks current. The authors note existing datasets lag behind generation techniques; their own temporal benchmark (AI-GenBench) was restricted to data available up to mid-2024. Sustained benchmark refresh is needed, along with detectors robust to the 2024-era and later generators that currently evade them.
Target Audience
- Practitioners deploying detection models without retraining: content moderators, forensic investigators, and platform integrity teams.
- Applied researchers who need a reference point for realistic zero-shot performance rather than in-dataset leaderboard numbers.
- Benchmark designers and dataset builders deciding which generators and provenance types to include.
- Detector developers, particularly those working on ensembles, foundation-model-based detection, or frequency-domain methods, who want to know where current approaches break.
- Beginners will find the conceptual framing accessible, but will need background in ROC/AUC and non-parametric statistics to follow the analysis in full.
Authors’ abstract
As AI-generated images proliferate across digital platforms, reliable detection methods have become critical for combating misinformation and maintaining content authenticity. While numerous deepfake detection methods have been proposed, existing benchmarks predominantly evaluate fine-tuned models, leaving a critical gap in understanding out-of-the-box performance -- the most common deployment scenario for practitioners. We present the first comprehensive zero-shot evaluation of 16 state-of-the-art detection methods, comprising 23 pretrained detector variants (due to multiple released versions of certain detectors), across 12 diverse datasets, comprising 2.6~million image samples spanning 291 unique generators including modern diffusion models. Our systematic analysis reveals striking findings: (1)~no universal winner exists, with detector rankings exhibiting substantial instability (Spearman~$ρ$: 0.01 -- 0.87 across dataset pairs); (2)~a 37~percentage-point performance gap separates the best detector (75.0\% mean accuracy) from the worst (37.5\%); (3)~training data alignment critically impacts generalization, causing up to 20--60\% performance variance within architecturally identical detector families; (4)~modern commercial generators (Flux~Dev, Firefly~v4, Midjourney~v7) defeat most detectors, achieving only 18--30\% average accuracy; and (5)~we identify three systematic failure patterns affecting cross-dataset generalization. Statistical analysis confirms significant performance differences between detectors (Friedman test: $χ^2$=121.01, $p<10^{-16}$, Kendall~$W$=0.524). Our findings challenge the ``one-size-fits-all'' detector paradigm and provide actionable deployment guidelines, demonstrating that practitioners must carefully select detectors based on their specific threat landscape rather than relying on published benchmark performance.