Search papers, labs, and topics across Lattice.
This paper introduces Multi-dimensional Adversarial Feature Learning (MAFL), a framework designed to improve the generalization of AI-generated image detection by mitigating pattern and content biases. MAFL uses a pre-trained multimodal image encoder and an adversarial training mechanism with a multi-dimensional adversarial loss to suppress biases related to specific generative models. Experiments demonstrate that MAFL outperforms state-of-the-art methods by 10.89% in accuracy and 8.57% in AP, even with limited training data.
You can train a surprisingly effective AI-generated image detector with just 320 images by adversarially unlearning biases towards specific generative models.
In recent years, the rapid development of generative artificial intelligence technology has significantly lowered the barrier to creating high-quality fake images, posing a serious challenge to information authenticity and credibility. Existing generated image detection methods typically enhance generalization through model architecture or network design. However, their generalization performance remains susceptible to data bias, as the training data may drive models to fit specific generative patterns and content rather than the common features shared by images from different generative models (asymmetric bias learning). To address this issue, we propose a Multi-dimensional Adversarial Feature Learning (MAFL) framework. The framework adopts a pretrained multimodal image encoder as the feature extraction backbone, constructs a real-fake feature learning network, and designs an adversarial bias-learning branch equipped with a multi-dimensional adversarial loss, forming an adversarial training mechanism between authenticity-discriminative feature learning and bias feature learning. By suppressing generation-pattern and content biases, MAFL guides the model to focus on the generative features shared across different generative models, thereby effectively capturing the fundamental differences between real and generated images, enhancing cross-model generalization, and substantially reducing the reliance on large-scale training data. Through extensive experimental validation, our method outperforms existing state-of-the-art approaches by 10.89% in accuracy and 8.57% in Average Precision (AP). Notably, even when trained with only 320 images, it can still achieve over 80% detection accuracy on public datasets.