CVNov 3, 2025

Detecting Generated Images by Fitting Natural Image Distributions

arXiv:2511.01293v16 citationsh-index: 18Has Code
Originality Incremental advance
AI Analysis

This addresses the need for robust detection methods against misuse of increasingly realistic generated images, though it is an incremental improvement over existing manifold-based approaches.

The paper tackles the problem of detecting generated images by exploiting geometric differences between natural and generated image manifolds, achieving state-of-the-art detection accuracy with a reported 98.5% on common benchmarks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes