English

Detecting AI-Generated Forgeries via Iterative Manifold Deviation Amplification

Computer Vision and Pattern Recognition 2026-02-24 v1

Abstract

The proliferation of highly realistic AI-generated images poses critical challenges for digital forensics, demanding precise pixel-level localization of manipulated regions. Existing methods predominantly learn discriminative patterns of specific forgeries and often struggle with novel manipulations as editing techniques continue to evolve. We propose the Iterative Forgery Amplifier Network (IFA-Net), which shifts from learning "what is fake" to modeling "what is real". Grounded in the principle that all manipulations deviate from the natural image manifold, IFA-Net leverages a frozen Masked Autoencoder (MAE) pretrained on real images as a universal realness prior. Our framework operates through a two-stage closed-loop process: an initial Dual-Stream Segmentation Network (DSSN) fuses the original image with MAE reconstruction residuals for coarse localization, followed by a Task-Adaptive Prior Injection (TAPI) module that converts this coarse prediction into guiding prompts to steer the MAE decoder and amplify reconstruction failures in suspicious regions for precise refinement. Extensive experiments on four diffusion-based inpainting benchmarks show that IFA-Net achieves an average improvement of 6.5% in IoU and 8.1% in F1-score over the second-best method, while demonstrating strong generalization to traditional manipulation types.

Keywords

Cite

@article{arxiv.2602.18842,
  title  = {Detecting AI-Generated Forgeries via Iterative Manifold Deviation Amplification},
  author = {Jiangling Zhang and Shuxuan Gao and Bofan Liu and Siqiang Feng and Jirui Huang and Yaxiong Chen and Ziyu Chen},
  journal= {arXiv preprint arXiv:2602.18842},
  year   = {2026}
}

Comments

Accepted to CVPR 2026

R2 v1 2026-07-01T10:45:40.519Z