NS-Net: Decoupling CLIP Semantic Information through NULL-Space for Generalizable AI-Generated Image Detection
Jiazhen Yan, Fan Wang, Weiwei Jiang, Ziqiang Li, Zhangjie Fu
TL;DR
This work addresses the generalization gap in AI-generated image detection by revealing that CLIP's semantic information embedded in visual features can hinder discrimination. It introduces NS-Net, which decouples semantic content through NULL-Space projection using text-derived semantics and enhances artifact-focused detection with a Patch Selection strategy and contrastive learning. The approach yields strong cross-domain performance across 40 generative models, outperforming existing methods on GenImage, UniversalFakeDetect, and AIGIBench, and demonstrates plug-and-play applicability to other detectors. The results highlight the value of semantic disentanglement and localized artifact preservation for robust AI-generated image detection in open-world settings.
Abstract
The rapid progress of generative models, such as GANs and diffusion models, has facilitated the creation of highly realistic images, raising growing concerns over their misuse in security-sensitive domains. While existing detectors perform well under known generative settings, they often fail to generalize to unknown generative models, especially when semantic content between real and fake images is closely aligned. In this paper, we revisit the use of CLIP features for AI-generated image detection and uncover a critical limitation: the high-level semantic information embedded in CLIP's visual features hinders effective discrimination. To address this, we propose NS-Net, a novel detection framework that leverages NULL-Space projection to decouple semantic information from CLIP's visual features, followed by contrastive learning to capture intrinsic distributional differences between real and generated images. Furthermore, we design a Patch Selection strategy to preserve fine-grained artifacts by mitigating semantic bias caused by global image structures. Extensive experiments on an open-world benchmark comprising images generated by 40 diverse generative models show that NS-Net outperforms existing state-of-the-art methods, achieving a 7.4\% improvement in detection accuracy, thereby demonstrating strong generalization across both GAN- and diffusion-based image generation techniques.
