CVAINov 1, 2025

Leveraging Hierarchical Image-Text Misalignment for Universal Fake Image Detection

arXiv:2511.00427v1h-index: 7
Originality Highly original
AI Analysis

This addresses the critical issue of preventing malicious use of fake images, offering a more generalizable solution compared to existing binary classification methods.

The paper tackles the problem of detecting fake images generated by AI models by proposing a multi-modal detector that uses image-text misalignment in a joint visual-language space, achieving superior generalization and robustness against state-of-the-art methods on various generative models.

With the rapid development of generative models, detecting generated fake images to prevent their malicious use has become a critical issue recently. Existing methods frame this challenge as a naive binary image classification task. However, such methods focus only on visual clues, yielding trained detectors susceptible to overfitting specific image patterns and incapable of generalizing to unseen models. In this paper, we address this issue from a multi-modal perspective and find that fake images cannot be properly aligned with corresponding captions compared to real images. Upon this observation, we propose a simple yet effective detector termed ITEM by leveraging the image-text misalignment in a joint visual-language space as discriminative clues. Specifically, we first measure the misalignment of the images and captions in pre-trained CLIP's space, and then tune a MLP head to perform the usual detection task. Furthermore, we propose a hierarchical misalignment scheme that first focuses on the whole image and then each semantic object described in the caption, which can explore both global and fine-grained local semantic misalignment as clues. Extensive experiments demonstrate the superiority of our method against other state-of-the-art competitors with impressive generalization and robustness on various recent generative models.

Foundations

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

Your Notes