REVIEW 3 major objections 4 minor 113 references
Structured Local Differential Modeling for AI-Generated Image Detection
T0 review · 3 major / 4 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read Texture extremes expose AI fakes with 94.4% accuracy
desk verdict A genuinely new architecture with broad experiments, but the headline GenImage number is selected on the test set and there are no error bars, so the SOTA claim is not yet secured. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the structured differential token: for each pixel in a selected patch, residuals are computed along eight directions at increasing radial steps, convolved cyclically over the eight directions, and fused across scales by attention. These tokens carry the local evidence that a convolution would aggregate away. The selection mechanism matters as much as the token: ranking non-overlapping patches by total variation along four directions and taking the top and bottom patch gives the model one texture-complex and one texture-simple input, and the paper's ablation shows each regime contributes complementary evidence. Two separate encoders process the two regimes, and a learned scalar balances their pooled outputs before classification.
What would settle it
Retrain RippleNet under the same GenImage protocol but replace the extreme-total-variation patch selection with median-texture patches, or with randomly chosen patches, while keeping the rest of the architecture fixed. If average accuracy remains near 94.4% rather than collapsing toward the 78-82% seen when one regime is dropped, then the extreme-patch prior is not doing the claimed work; the claim would also be falsified by finding a generator whose artifacts appear only in mid-texture regions and on which RippleNet drops to chance while a full-image detector succeeds.
Extended reading notes
Core claim
On its own terms, the paper establishes a claim about where generation artifacts live and how to expose them: generated images deviate from real ones in the directional and scale-wise consistency of local intensity differences, and these deviations are most readable at the two ends of the texture-complexity spectrum. RippleNet encodes each pixel in those selected patches as a sequence of residuals along eight directions, refines the directional axis with a cyclic convolution and the scale axis with attention, then lets a transformer attend across pixel tokens while injecting the DWT-HH subband as a frequency prior. The authors report that this arrangement, trained on a single generator, outperforms previous semantic and low-level detectors on cross-generator benchmarks, and their ablations tie the margin to the complementary extreme-texture patches, the directional and scale structure, and the frequency guidance.
Load-bearing premise
The load-bearing premise is that the two extreme-texture patches—the single most textured and the single least textured 16x16 patch—capture the forgery evidence that transfers across generators, so that cutting the input down to those patches does not throw away the signal.
Editorial extensions
If this is right
- A model trained on one diffusion model can hold at least 88.2% accuracy on every generator in GenImage, including the GAN BigGAN.
- The two extreme-texture patches are not interchangeable: dropping either regime drops average GenImage accuracy from 94.4% to 78.4% or 82.4%, so the complementarity is a required part of the design.
- Because the input is reduced to two 16x16 patches, the same selection rule could be used to point a human or a downstream model at the specific regions where artifact evidence is strongest.
- The reported 8.6M parameters and 4.28 GFLOPs mean the detector is light enough for local or mobile deployment, but the paper's own post-processing results indicate JPEG compression and blur still erode accuracy, so practical use would need transformation-aware training.
Reading between the lines
- The frequency-gradient argument implies that generators trained to preserve high-frequency detail, or generators with stronger perceptual objectives, should leave weaker traces and be harder for RippleNet; the included benchmarks do not directly test this prediction.
- The patch-selection ablation leaves open whether the extreme-texture rule is a universal prior or a property of the SDv1.4 training distribution; the natural test is to train on a different source generator and see whether the same two patches remain the informative ones.
- A testable extension is to feed the residual-token encoder a ranked set of patches instead of exactly two; the paper's hyperparameter sweep shows no gain from more patches, but a ranked set would separate the contribution of ranking from the contribution of the two-regime complementarity.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper proposes RippleNet, a lightweight AI-generated image detector that operates on low-level differential statistics. The pipeline selects one texture-complex and one texture-simple 16x16 patch per image (FSPS), builds multi-directional and multi-scale radial residual descriptors at each pixel, processes them with directional ring convolution (DRC) and hierarchical attention fusion (HAF), and feeds them to a dual-branch transformer with frequency-guided cross-attention (FGCA). The authors motivate the design by arguing that high-SNR semantic components dominate detector training and suppress low-SNR generation artifacts. They evaluate on GenImage, DeepFaceGen, DiffusionForensics, COSPY, and Ojha, reporting state-of-the-art or competitive cross-generator accuracy, with supplementary ablations, post-processing robustness, and computational cost.
Significance. If the headline results hold under independent re-evaluation, the paper makes a useful contribution: it demonstrates that a compact 8.6M-parameter artifact-oriented detector can compete with semantic and reconstruction-based detectors across diffusion and GAN generators. The component ablations are informative, and the supplementary robustness and cost analysis is unusually candid. The main unresolved risk is that the empirical claim is not yet fully secured: the key hyperparameters are selected on the same GenImage test set that produces the headline accuracy, all comparisons are single runs with no error bars, and the margins over strong baselines are often small. The contribution is promising and the paper is worth pursuing, but the central cross-generator claim needs additional validation before it can be accepted as stated.
major comments (3)
- [Hyperparameter Analysis, Table 4] Table 4 and the accompanying text select patch size 16x16, patch count m=1, patch combination TCP+TSP, and step number L=3 by maximizing average ACC on the eight GenImage test generators. The same configuration then produces the headline 94.4% in Table 1. This conflates model selection with model evaluation: the reported cross-generator advantage could be an optimistic selection artifact, and the ablations in Figure 5 are validated on the same test data used to choose the configuration. I ask the authors to use a held-out validation split (or nested cross-validation) for hyperparameter and model selection, and to report final numbers on a test set that was not used for any selection decision.
- [Comparison with Competing Methods, Tables 1, 2, 5, 6] All accuracy, AP, and AUC numbers are from single training runs, with no error bars, confidence intervals, or significance tests. The margins over the second-best method are small in several benchmarks: +1.3 ACC and +0.9 AP over Effort on DiffusionForensics (Table 2), +0.22 AUC over STD-FD on DeepFaceGen (Table 5), and +0.6 ACC but -0.2 AP over FerretNet on Ojha (Table 6). Under seed variation these rankings could flip. At minimum, the main comparative tables should include repeated runs and a statement of variance; ideally a paired statistical test should accompany the GenImage and DiffusionForensics claims.
- [Robustness to Common Post-processing, Table 7] The paper's own robustness evaluation shows that RippleNet's AP drops to 67.5 at JPEG Q=95 and 54.8 at Q=75, well below Effort's 82.4 and 75.6; RippleNet is also below Effort under Gaussian blur (79.9 vs 86.6 at K=3, and 74.3 vs 82.2 at K=5). This is a substantial practical limitation that should be prominently discussed in the main text rather than only in the appendix. The claim of 'consistently competitive performance' needs to be qualified accordingly, or the paper should add a clear statement about the deployment conditions under which RippleNet is preferred.
minor comments (4)
- [Appendix, Eq. (22)] The derivation of ||nabla_theta L||_f proportional to SNR_f^{1/2} relies on the assumption that the scale of nabla_theta epsilon_theta(f) is roughly constant across frequency channels and identifies the expected prediction error with SNR^{1/2}. As written this is a heuristic model, and the main text should label it as a motivation rather than a proof.
- [Table 6 and accompanying text] The supplementary text says RippleNet 'substantially outperforms existing detectors' on the Ojha benchmark, but on mean AP RippleNet (98.6) is slightly below FerretNet (98.8); the claim should be qualified or restricted to ACC.
- [Figures and references in text] Several cross-references appear as 'as shown in 1' or 'as shown in 2'; these should be written as 'Figure 1' and 'Figure 2' for clarity and consistency with standard formatting.
- [Reproducibility] The paper does not include a code availability statement. Given the implementation-specific design choices, a public implementation or a detailed pseudocode would substantially strengthen reproducibility.
Circularity Check
No load-bearing circularity: RippleNet's benchmark results rest on external datasets and its theoretical motivation is heuristic; the self-cited protocol references do not force the outcome.
full rationale
The central claim is empirical benchmark performance (94.4% average ACC on GenImage, 89.0/98.2 on DiffusionForensics, 92.2 on COSPY, 95.12 AUC on DeepFaceGen), not a quantity derived from a fitted parameter. The information-theoretic motivation in Eqs. (1)-(3) and Eqs. (16)-(26) is heuristic: it motivates the architecture choices (FSPS, SDAM, DWT-HH, FGCA) but no benchmark number is algebraically forced by those equations. FSPS's texture-extreme patch selection is an engineering prior validated by ablation, not a theorem derived from the target result. Self-citations appear when following the STD-FD protocol on DeepFaceGen (Lou et al. 2025, co-authored by current authors) and in the DRCT baseline, but these are procedural or baseline references, not load-bearing premises that determine RippleNet's reported accuracy. The appendix candidly reports a robustness limitation (Table 7: RippleNet AP 67.5 at JPEG Q=95 versus Effort 82.4), which is a performance limitation, not circularity. The main validity concern is that hyperparameters such as patch size 16, m=1, TCP+TSP, and L=3 are selected by maximizing average ACC on the GenImage test set (Table 4), and the same 94.4% value is then reported as the headline SOTA (Table 1); this is a test-set selection and reproducibility risk rather than a definitional equivalence, and the other three benchmarks provide independent external checks. Overall, no significant circularity is present; score 2 reflects minor self-citation that is not load-bearing.
Assumptions & free parameters
free parameters (3)
- Patch size =
16x16
- Number of patches per texture regime =
1 TCP and 1 TSP
- Maximum radial step L =
3
assumptions (4)
- domain assumption Total variation on grayscale intensity captures texture complexity relevant to forgery trace salience.
- ad hoc to paper The gradient magnitude of the diffusion loss at frequency f scales as SNR_f^{1/2} (Eq. 22 in the Appendix).
- standard math The information bottleneck formalism (Eq. 2 and Eq. 23) and the resulting sensitivity imbalance in Eq. 3 and Eq. 26 describe practical detector bias.
- domain assumption The DWT-HH subband captures transferable high-frequency forgery traces that align with pixel-level tokens.
Cite this review
Pith. "Pith review of Structured Local Differential Modeling for AI-Generated Image Detection." pith.science (2026). https://pith.science/paper/LXIV6G4S
@misc{pith2026260812811,
author = {Pith},
title = {Pith review of: Structured Local Differential Modeling for AI-Generated Image Detection},
year = {2026},
howpublished = {\url{https://pith.science/paper/LXIV6G4S}},
note = {Machine review of arXiv:2608.12811}
}
read the original abstract
The rapid advancement of AI-generated content has made the reliable detection of generated images an increasingly critical challenge. Existing detection methods are often dominated during training by semantically salient components with high signal-to-noise ratios (SNRs), thereby suppressing subtler forensic cues associated with the underlying generation mechanisms and embedded in low-level statistical structures. From an information-theoretic perspective, we present a key insight: effective detection in the low-level statistical space requires mitigating the dominance of semantic components while emphasizing and amplifying responses to low-SNR forgery traces. Building on this insight, we propose RippleNet, an AI-generated image detection framework based on local differential signals. RippleNet adaptively identifies forgery-sensitive regions and constructs multi-directional, multi-scale differential representations within local neighborhoods, explicitly characterizing anomalous patterns in neighborhood statistics. More importantly, we refine the attention mechanism to operate within the local differential representation space, enabling the model to establish explicit dependencies at a finer statistical granularity. This design facilitates the capture of pixel-level forgery traces that are difficult to model using conventional convolutions or image-wide patch-level attention. Extensive experiments on multiple public benchmarks and under cross-generator evaluation settings demonstrate that RippleNet achieves consistently competitive performance.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
Communication, Simulation, and Intelligent Agents: Implications of Personal Intelligent Machines for Medical Education
Clancey, William J. Communication, Simulation, and Intelligent Agents: Implications of Personal Intelligent Machines for Medical Education. Proceedings of the Eighth International Joint Conference on Artificial Intelligence (IJCAI-83)
-
[2]
Classification Problem Solving
Clancey, William J. Classification Problem Solving. Proceedings of the Fourth National Conference on Artificial Intelligence
-
[3]
, title =
Robinson, Arthur L. , title =. 1980 , doi =. https://science.sciencemag.org/content/208/4447/1019.full.pdf , journal =
1980
-
[4]
New Ways to Make Microcircuits Smaller---Duplicate Entry
Robinson, Arthur L. New Ways to Make Microcircuits Smaller---Duplicate Entry. Science
-
[5]
Clancey and Glenn Rennels , abstract =
Diane Warner Hasling and William J. Clancey and Glenn Rennels , abstract =. Strategic explanations for a diagnostic consultation system , journal =. 1984 , issn =. doi:https://doi.org/10.1016/S0020-7373(84)80003-6 , url =
-
[6]
and Rennels, Glenn R
Hasling, Diane Warner and Clancey, William J. and Rennels, Glenn R. and Test, Thomas. Strategic Explanations in Consultation---Duplicate. The International Journal of Man-Machine Studies
-
[7]
Poligon: A System for Parallel Problem Solving
Rice, James. Poligon: A System for Parallel Problem Solving
-
[8]
Transfer of Rule-Based Expertise through a Tutorial Dialogue
Clancey, William J. Transfer of Rule-Based Expertise through a Tutorial Dialogue
Show all 113 references
-
[9]
The Engineering of Qualitative Models
Clancey, William J. The Engineering of Qualitative Models
-
[10]
2023 , eprint=
Attention Is All You Need , author=. 2023 , eprint=
2023
-
[11]
Pluto: The 'Other' Red Planet
NASA. Pluto: The 'Other' Red Planet
-
[12]
ACM Computing Surveys , volume=
A survey of ai-generated content (aigc) , author=. ACM Computing Surveys , volume=. 2025 , publisher=
2025
-
[13]
Advances in neural information processing systems , volume=
Generative adversarial nets , author=. Advances in neural information processing systems , volume=
-
[14]
Advances in neural information processing systems , volume=
Denoising diffusion probabilistic models , author=. Advances in neural information processing systems , volume=
-
[16]
International conference on machine learning , pages=
Leveraging frequency analysis for deep fake image recognition , author=. International conference on machine learning , pages=. 2020 , organization=
2020
-
[17]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Towards universal fake image detectors that generalize across generative models , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[18]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Forgery-aware adaptive transformer for generalizable synthetic image detection , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[19]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Towards Universal AI-Generated Image Detection by Variational Information Bottleneck Network , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[21]
International conference on machine learning , pages=
Learning transferable visual models from natural language supervision , author=. International conference on machine learning , pages=. 2021 , organization=
2021
-
[22]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Frequency-aware deepfake detection: Improving generalizability through frequency space domain learning , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[23]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Dire for diffusion-generated image detection , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[24]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Rethinking the up-sampling operations in cnn-based generative network for generalizable deepfake detection , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[26]
Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V
Improving synthetic image detection towards generalization: An image transformation perspective , author=. Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V. 1 , pages=
-
[27]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
C2p-clip: Injecting category common prompt in clip to enhance generalization in deepfake detection , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[28]
for now , author=
Shadows don't lie and lines can't bend! generative models don't know projective geometry... for now , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[29]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Secret Lies in Color: Enhancing AI-Generated Images Detection with Color Distribution Analysis , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[30]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Any-resolution ai-generated image detection by spectral learning , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[31]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Fire: Robust detection of diffusion-generated images via frequency-guided reconstruction error , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[33]
Advances in Neural Information Processing Systems , volume=
Mlep: Multi-granularity local entropy patterns for generalized ai-generated image detection , author=. Advances in Neural Information Processing Systems , volume=
-
[35]
Luo, Yunpeng and Du, Junlong and Yan, Ke and Ding, Shouhong , booktitle=. LaRE\^
-
[36]
Forty-second International Conference on Machine Learning , year=
STD-FD: Spatio-Temporal Distribution Fitting Deviation for AIGC Forgery Identification , author=. Forty-second International Conference on Machine Learning , year=
-
[38]
arXiv preprint arXiv:2503.09314 , year=
Revealing the Implicit Noise-based Imprint of Generative Models , author=. arXiv preprint arXiv:2503.09314 , year=
-
[39]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
CO-SPY: Combining Semantic and Pixel Features to Detect Synthetic Images by AI , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[40]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Watch your up-convolution: Cnn based generative deep neural networks are failing to reproduce spectral distributions , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[41]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Boosting diffusion models with moving average sampling in frequency domain , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[42]
Advances in Neural Information Processing Systems , volume=
Genimage: A million-scale benchmark for detecting ai-generated image , author=. Advances in Neural Information Processing Systems , volume=
-
[43]
for now , author=
CNN-generated images are surprisingly easy to spot... for now , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[45]
arXiv preprint arXiv:1710.10196 , year=
Progressive growing of gans for improved quality, stability, and variation , author=. arXiv preprint arXiv:1710.10196 , year=
-
[46]
European conference on computer vision , pages=
Thinking in frequency: Face forgery detection by mining frequency-aware clues , author=. European conference on computer vision , pages=. 2020 , organization=
2020
-
[47]
Forty-first International Conference on Machine Learning , year=
Drct: Diffusion reconstruction contrastive training towards universal detection of diffusion generated images , author=. Forty-first International Conference on Machine Learning , year=
-
[48]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Learning on gradients: Generalized artifacts representation for gan-generated images detection , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[49]
Proceedings of the IEEE/CVF international conference on computer vision , pages=
Faceforensics++: Learning to detect manipulated facial images , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=
-
[50]
2022 , howpublished =
, title =. 2022 , howpublished =
2022
-
[51]
Advances in neural information processing systems , volume=
Diffusion models beat gans on image synthesis , author=. Advances in neural information processing systems , volume=
-
[53]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Vector quantized diffusion model for text-to-image synthesis , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[54]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
A style-based generator architecture for generative adversarial networks , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[55]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Analyzing and improving the image quality of stylegan , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[57]
Proceedings of the IEEE international conference on computer vision , pages=
Unpaired image-to-image translation using cycle-consistent adversarial networks , author=. Proceedings of the IEEE international conference on computer vision , pages=
-
[58]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
Stargan: Unified generative adversarial networks for multi-domain image-to-image translation , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[59]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Semantic image synthesis with spatially-adaptive normalization , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[60]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
High-resolution image synthesis with latent diffusion models , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[61]
International conference on machine learning , pages=
Zero-shot text-to-image generation , author=. International conference on machine learning , pages=. 2021 , organization=
2021
-
[62]
2009 IEEE conference on computer vision and pattern recognition , pages=
Imagenet: A large-scale hierarchical image database , author=. 2009 IEEE conference on computer vision and pattern recognition , pages=. 2009 , organization=
2009
-
[63]
arXiv preprint arXiv:1506.03365 , year=
Lsun: Construction of a large-scale image dataset using deep learning with humans in the loop , author=. arXiv preprint arXiv:1506.03365 , year=
-
[64]
European conference on computer vision , pages=
Microsoft coco: Common objects in context , author=. European conference on computer vision , pages=. 2014 , organization=
2014
-
[65]
Proceedings of the IEEE international conference on computer vision , pages=
Deep learning face attributes in the wild , author=. Proceedings of the IEEE international conference on computer vision , pages=
-
[66]
International conference on machine learning , pages=
Improved denoising diffusion probabilistic models , author=. International conference on machine learning , pages=. 2021 , organization=
2021
-
[68]
Advances in neural information processing systems , volume=
Laion-5b: An open large-scale dataset for training next generation image-text models , author=. Advances in neural information processing systems , volume=
-
[72]
black forest labs , title =
-
[73]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
MIRAGE: Towards AI-Generated Image Detection in the Wild , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[74]
Computer Science Review , volume=
Methods and trends in detecting AI-generated images: A comprehensive review , author=. Computer Science Review , volume=. 2026 , publisher=
2026
-
[75]
IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
Controllable generation with text-to-image diffusion models: A survey , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
-
[77]
2026 , url=
Chin-Chia Yang and Yung-Yu Chuang and Hwann-Tzong Chen and Tyng-Luh Liu , booktitle=. 2026 , url=
2026
-
[80]
arXiv preprint arXiv:2412.17671 , year=
A bias-free training paradigm for more general ai-generated image detection , author=. arXiv preprint arXiv:2412.17671 , year=
-
[81]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Bridging the Gap Between Ideal and Real-world Evaluation: Benchmarking AI-Generated Image Detection in Challenging Scenarios , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[82]
Midjourney
2022. Midjourney. https://www.midjourney.com/home/
2022
-
[83]
2022. Wukong. https: //xihe.mindspore.cn/modelzoo/wukong
2022
-
[84]
Bei, Y.; Lou, H.; Geng, J.; Liu, E.; Cheng, L.; Song, J.; Song, M.; and Feng, Z. 2024. A large-scale universal evaluation benchmark for face forgery detection. arXiv preprint arXiv:2406.09181
2024 arXiv
-
[85]
black forest labs. 2024. FLUX.1: A new era of creation. https://blackforestlabs.ai/
2024
-
[86]
Brock, A.; Donahue, J.; and Simonyan, K. 2018. Large scale GAN training for high fidelity natural image synthesis. arXiv preprint arXiv:1809.11096
2018 arXiv
-
[87]
Cao, P.; Zhou, F.; Song, Q.; and Yang, L. 2025. Controllable generation with text-to-image diffusion models: A survey. IEEE Transactions on Pattern Analysis and Machine Intelligence
2025
-
[88]
Chen, B.; Zeng, J.; Yang, J.; and Yang, R. 2024. Drct: Diffusion reconstruction contrastive training towards universal detection of diffusion generated images. In Forty-first International Conference on Machine Learning
2024
-
[89]
Chen, J.; Yao, J.; and Niu, L. 2024. A single simple patch is all you need for ai-generated image detection. arXiv preprint arXiv:2402.01123
2024 arXiv
-
[90]
Cheng, S.; Lyu, L.; Wang, Z.; Zhang, X.; and Sehwag, V. 2025. CO-SPY: Combining Semantic and Pixel Features to Detect Synthetic Images by AI. In Proceedings of the Computer Vision and Pattern Recognition Conference, 13455--13465
2025
-
[91]
Deng, J.; Dong, W.; Socher, R.; Li, L.-J.; Li, K.; and Fei-Fei, L. 2009. Imagenet: A large-scale hierarchical image database. In 2009 IEEE conference on computer vision and pattern recognition, 248--255. Ieee
2009
-
[92]
Dhariwal, P.; and Nichol, A. 2021. Diffusion models beat gans on image synthesis. Advances in neural information processing systems, 34: 8780--8794
2021
-
[93]
Gu, S.; Chen, D.; Bao, J.; Wen, F.; Zhang, B.; Chen, D.; Yuan, L.; and Guo, B. 2022. Vector quantized diffusion model for text-to-image synthesis. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 10696--10706
2022
-
[94]
V.; Prabhala, H.; Paul, S.; and Von Platen, P
Gupta, Y.; Jaddipal, V. V.; Prabhala, H.; Paul, S.; and Von Platen, P. 2024. Progressive knowledge distillation of stable diffusion xl using layer level loss. arXiv preprint arXiv:2401.02677
2024 arXiv
-
[95]
Ho, J.; Jain, A.; and Abbeel, P. 2020. Denoising diffusion probabilistic models. Advances in neural information processing systems, 33: 6840--6851
2020
-
[96]
Jia, Z.; Huang, C.; Zhu, Y.; Fei, H.; Duan, X.; Yuan, Z.; Deng, Y.; Zhang, J.; Zhang, J.; and Zhou, J. 2025. Secret Lies in Color: Enhancing AI-Generated Images Detection with Color Distribution Analysis. In Proceedings of the Computer Vision and Pattern Recognition Conference...
2025
-
[97]
Karageorgiou, D.; Papadopoulos, S.; Kompatsiaris, I.; and Gavves, E. 2025. Any-resolution ai-generated image detection by spectral learning. In Proceedings of the Computer Vision and Pattern Recognition Conference, 18706--18717
2025
-
[98]
Li, C.; Wang, X.; Li, M.; Miao, B.; Sun, P.; Zhang, Y.; Ji, X.; and Zhu, Y. 2025 a . Bridging the Gap Between Ideal and Real-world Evaluation: Benchmarking AI-Generated Image Detection in Challenging Scenarios. In Proceedings of the IEEE/CVF International Conference on Compute...
2025
-
[99]
Li, D.; Kamko, A.; Akhgari, E.; Sabet, A.; Xu, L.; and Doshi, S. 2024. Playground v2. 5: Three insights towards enhancing aesthetic quality in text-to-image generation. arXiv preprint arXiv:2402.17245
2024 arXiv
-
[100]
Li, O.; Cai, J.; Hao, Y.; Jiang, X.; Hu, Y.; and Feng, F. 2025 b . Improving synthetic image detection towards generalization: An image transformation perspective. In Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V. 1, 2405--2414
2025
-
[101]
Liang, S.; Liu, J.; Chen, R.; and Guan, Q. 2025. FerretNet: Efficient Synthetic Image Detection via Local Pixel Dependencies. arXiv preprint arXiv:2509.20890
2025
-
[102]
Liu, H.; Tan, Z.; Tan, C.; Wei, Y.; Wang, J.; and Zhao, Y. 2024. Forgery-aware adaptive transformer for generalizable synthetic image detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 10770--10780
2024
-
[103]
Liu, L.; Ren, Y.; Lin, Z.; and Zhao, Z. 2022. Pseudo numerical methods for diffusion models on manifolds. arXiv preprint arXiv:2202.09778
2022 arXiv
-
[104]
Lou, H.; Feng, Z.; Geng, J.; Liu, E.; Lei, J.; Cheng, L.; Song, J.; Song, M.; and Bei, Y. 2025. STD-FD: Spatio-Temporal Distribution Fitting Deviation for AIGC Forgery Identification. In Forty-second International Conference on Machine Learning
2025
-
[105]
Mahara, A.; and Rishe, N. 2026. Methods and trends in detecting AI-generated images: A comprehensive review. Computer Science Review, 60: 100908
2026
-
[106]
Nichol, A.; Dhariwal, P.; Ramesh, A.; Shyam, P.; Mishkin, P.; McGrew, B.; Sutskever, I.; and Chen, M. 2021. Glide: Towards photorealistic image generation and editing with text-guided diffusion models. arXiv preprint arXiv:2112.10741
2021 arXiv
-
[107]
Q.; and Dhariwal, P
Nichol, A. Q.; and Dhariwal, P. 2021. Improved denoising diffusion probabilistic models. In International conference on machine learning, 8162--8171. PMLR
2021
-
[108]
Ojha, U.; Li, Y.; and Lee, Y. J. 2023. Towards universal fake image detectors that generalize across generative models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 24480--24489
2023
-
[109]
Qi, X.; Ye, K.; Shi, C.; Yang, Y.; Zhou, H.; and Zhu, J. 2026. A Difference-in-Difference Approach to Detecting AI-Generated Images. arXiv preprint arXiv:2602.23732
2026
-
[110]
Qian, Y.; Yin, G.; Sheng, L.; Chen, Z.; and Shao, J. 2020. Thinking in frequency: Face forgery detection by mining frequency-aware clues. In European conference on computer vision, 86--103. Springer
2020
-
[111]
W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; et al
Radford, A.; Kim, J. W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; et al. 2021. Learning transferable visual models from natural language supervision. In International conference on machine learning, 8748--8763. PmLR
2021
-
[112]
Ramesh, A.; Pavlov, M.; Goh, G.; Gray, S.; Voss, C.; Radford, A.; Chen, M.; and Sutskever, I. 2021. Zero-shot text-to-image generation. In International conference on machine learning, 8821--8831. Pmlr
2021
-
[113]
Rombach, R.; Blattmann, A.; Lorenz, D.; Esser, P.; and Ommer, B. 2022. High-resolution image synthesis with latent diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 10684--10695
2022
-
[114]
A.; and Bhattad, A
Sarkar, A.; Mai, H.; Mahapatra, A.; Lazebnik, S.; Forsyth, D. A.; and Bhattad, A. 2024. Shadows don't lie and lines can't bend! generative models don't know projective geometry... for now. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 28...
2024
-
[115]
Schuhmann, C.; Beaumont, R.; Vencu, R.; Gordon, C.; Wightman, R.; Cherti, M.; Coombes, T.; Katta, A.; Mullis, C.; Wortsman, M.; et al. 2022. Laion-5b: An open large-scale dataset for training next generation image-text models. Advances in neural information processing systems,...
2022
-
[116]
Tan, C.; Tao, R.; Liu, H.; Gu, G.; Wu, B.; Zhao, Y.; and Wei, Y. 2025. C2p-clip: Injecting category common prompt in clip to enhance generalization in deepfake detection. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 39, 7184--7192
2025
-
[117]
Tan, C.; Zhao, Y.; Wei, S.; Gu, G.; Liu, P.; and Wei, Y. 2024 a . Frequency-aware deepfake detection: Improving generalizability through frequency space domain learning. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 38, 5052--5060
2024
-
[118]
Tan, C.; Zhao, Y.; Wei, S.; Gu, G.; Liu, P.; and Wei, Y. 2024 b . Rethinking the up-sampling operations in cnn-based generative network for generalizable deepfake detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 28130--28139
2024
-
[119]
C.; and Bialek, W
Tishby, N.; Pereira, F. C.; and Bialek, W. 2000. The information bottleneck method. arXiv preprint physics/0004057
2000 arXiv
-
[120]
Wang, W.; Huang, Y.; Xu, J.; Yu, Y.; Yan, J.; Ding, S.; Zhou, P.; and Luo, Y. 2026. TranX-Adapter: Bridging Artifacts and Semantics within MLLMs for Robust AI-generated Image Detection. arXiv preprint arXiv:2602.21716
2026
-
[121]
Wang, Z.; Bao, J.; Zhou, W.; Wang, W.; Hu, H.; Chen, H.; and Li, H. 2023. Dire for diffusion-generated image detection. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 22445--22455
2023
-
[122]
Xu, Q.; Chen, D.; Chen, J.; Lyu, S.; and Wang, C. 2025. Recent Advances on Generalizable Diffusion-generated Image Detection. arXiv preprint arXiv:2502.19716
2025 arXiv
-
[123]
Yan, S.; Li, O.; Cai, J.; Hao, Y.; Jiang, X.; Hu, Y.; and Xie, W. 2024 a . A sanity check for ai-generated image detection. arXiv preprint arXiv:2406.19435
2024 arXiv
-
[124]
Yan, Z.; Wang, J.; Wang, Z.; Jin, P.; Zhang, K.-Y.; Chen, S.; Yao, T.; Ding, S.; Wu, B.; and Yuan, L. 2024 b . Effort: Efficient orthogonal modeling for generalizable ai-generated image detection. arXiv preprint arXiv:2411.15633, 2(6): 7
2024 arXiv
-
[125]
Yuan, L.; Li, X.; Zhang, Y.; Zhang, J.; Li, H.; and Gao, X. 2026. Mlep: Multi-granularity local entropy patterns for generalized ai-generated image detection. Advances in Neural Information Processing Systems, 38: 68981--69000
2026
-
[126]
Zhang, H.; He, Q.; Bi, X.; Li, W.; Liu, B.; and Xiao, B. 2025. Towards Universal AI-Generated Image Detection by Variational Information Bottleneck Network. In Proceedings of the Computer Vision and Pattern Recognition Conference, 23828--23837
2025
-
[127]
Zhong, N.; Xu, Y.; Li, S.; Qian, Z.; and Zhang, X. 2023. Patchcraft: Exploring texture patch for efficient ai-generated image detection. arXiv preprint arXiv:2311.12397
2023 arXiv
-
[128]
Zhou, M.; Zhou, Z.; Sun, K.; Luo, Y.; Ji, J.; Sun, X.; and Ji, R. 2026. ForensicConcept: Transferable Forensic Concepts for AIGI Detection. arXiv preprint arXiv:2606.07034
2026 arXiv
-
[129]
Zhu, M.; Chen, H.; Yan, Q.; Huang, X.; Lin, G.; Li, W.; Tu, Z.; Hu, H.; Hu, J.; and Wang, Y. 2023. Genimage: A million-scale benchmark for detecting ai-generated image. Advances in Neural Information Processing Systems, 36: 77771--77782
2023
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.