paper-with-me

홈 › Papers

Detecting Generated Images by Fitting Natural Image Distributions

2025-11-03 · Yonggang Zhang, Jun Nie, Xinmei Tian, Mingming Gong, Kun Zhang, Bo Han arxiv

The increasing realism of generated images has raised significant concerns about their potential misuse, necessitating robust detection methods. Current approaches mainly rely on training binary classifiers, which depend heavily on the quantity and quality of available generated images. In this work, we propose a novel framework that exploits geometric differences between the data manifolds of natural and generated images. To exploit this difference, we employ a pair of functions engineered to yield consistent outputs for natural images but divergent outputs for generated ones, leveraging the property that their gradients reside in mutually orthogonal subspaces. This design enables a simple yet effective detection method: an image is identified as generated if a transformation along its data manifold induces a significant change in the loss value of a self-supervised model pre-trained on natural images. Further more, to address diminishing manifold disparities in advanced generative models, we leverage normalizing flows to amplify detectable differences by extruding generated images away from the natural image manifold. Extensive experiments demonstrate the efficacy of this method. Code is available at https://github.com/tmlr-group/ConV.

📄 PDF Abstract BibTeX arXiv:2511.01293

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Detecting Discrepancies Between AI-Generated and Natural Images Using Uncertainty

2024-12-08 · Jun Nie, Yonggang Zhang, Tongliang Liu, Yiu-ming Cheung 외

In this work, we propose a novel approach for detecting AI-generated images by leveraging predictive uncertainty to mitigate misuse and associated risks. The motivation arises from the fundamental assumption regarding th…

LDR-Net: A Novel Framework for AI-generated Image Detection via Localized Discrepancy Representation

2025-01-23 · Jiaxin Chen, Miao Hu, Dengyong Zhang, Yun Song 외

With the rapid advancement of generative models, the visual quality of generated images has become nearly indistinguishable from the real ones, posing challenges to content authenticity verification. Existing methods for…

Detecting Overfitting of Deep Generative Networks via Latent Recovery

2019-01-09 · CVPR 2019 6 · Ryan Webster, Julien Rabin, Loic Simon, Frederic Jurie

State of the art deep generative networks are capable of producing images with such incredible realism that they can be suspected of memorizing training images. It is why it is not uncommon to include visualizations of t…

Facial InpaintingMemorizationSuper-Resolution

Manifold Constraint Regularization for Remote Sensing Image Generation

2023-05-31 · Xingzhe Su, Changwen Zheng, Wenwen Qiang, Fengge Wu 외

Generative Adversarial Networks (GANs) have shown notable accomplishments in remote sensing domain. However, this paper reveals that their performance on remote sensing images falls short when compared to their impressiv…

Image Generation

Detecting Images Generated by Diffusers

2023-03-09 · Davide Alessandro Coccomini, Andrea Esuli, Fabrizio Falchi, Claudio Gennaro 외

This paper explores the task of detecting images generated by text-to-image diffusion models. To evaluate this, we consider images generated from captions in the MSCOCO and Wikimedia datasets using two state-of-the-art m…