Micro-Defects Expose Macro-Fakes: Detecting AI-Generated Images via Local Distributional Shifts
Summary
A local distribution-aware detection framework that amplifies micro-scale statistical irregularities to identify AI-generated images with improved accuracy, outperforming baseline detectors across benchmarks.
View Cached Full Text
Cached at: 05/13/26, 08:14 PM
Paper page - Micro-Defects Expose Macro-Fakes: Detecting AI-Generated Images via Local Distributional Shifts
Source: https://huggingface.co/papers/2605.09296
Abstract
A local distribution-aware detection framework that amplifies micro-scale statistical irregularities to identify AI-generated images with improved accuracy.
Recentgenerative modelscan produce images that appear highly realistic, raising challenges in distinguishing real and AI-generated images. Yet existing detectors based onpre-trained feature extractorstend to over-rely onglobal semantics, limiting sensitivity to the criticalmicro-defects. In this work, we proposeMicro-Defectsexpose Macro-Fakes (MDMF), alocal distribution-aware detectionframework that amplifies micro-scale statistical irregularities into macro-leveldistributional discrepancies. To avoid localized forensic cues being diluted by plain aggregation, we introduce a learnablePatch Forensic Signaturethat projects semantic patch embeddings into a compactforensic latent space. We then useMaximum Mean Discrepancy(MMD) to quantifydistributional discrepanciesbetween generated and real images. Our theory-grounded analysis shows thatpatch-wise modelingyields provably larger discrepancies when localized forensic signals are present in generated images, enabling more reliable separation from real images. Extensive experiments demonstrate that MDMF consistently outperforms baseline detectors across multiple benchmarks, validating its general effectiveness. Project page: https://zbox1005.github.io/MDMF-project/
View arXiv pageView PDFProject pageGitHub2Add to collection
Get this paper in your agent:
hf papers read 2605\.09296
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.09296 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.09296 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.09296 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
SynCred-Bench: Benchmarking Synthetic Credibility in AI-Generated Visual Misinformation
Introduces SynCred-Bench, a benchmark of 600 AI-generated misinformation images across six credible-form categories, showing that existing detectors (including MLLMs, open-source AIGC detectors, and commercial APIs) perform poorly, with human annotators also struggling.
Fully ai generated images with over 900 comments, and mods blocked ai accusations. Platforms help actively obfuscate that content is AI
The article discusses AI-generated images posted on social media that fool both users and moderators, highlighting how platforms fail to label or flag AI content and actively obfuscate its origin.
See if you can spot an AI deepfake with our test
BBC reports on a test and research into training people to spot AI-generated deepfake faces by focusing on perceptual qualities like symmetry, proportionality, and expressiveness, using StyleGAN3.
Can We Defend Against AI-Generated Video Attacks on Real-World Crisis Events? A Systematic Evaluation of Detectors, Generators and Social Dissemination
The paper introduces RA-Bench, a new benchmark for evaluating AI-generated video detection in real-world crisis events, demonstrating that current detectors fail to generalize and become less reliable during social dissemination.
The Alpha Blending Hypothesis: Compositing Shortcut in Deepfake Detection
This paper introduces the Alpha Blending Hypothesis, suggesting deepfake detectors primarily identify compositing artifacts rather than semantic anomalies. It proposes a method called BlenD that achieves superior cross-dataset generalization using real-only image augmentation with self-blended images.