LDR-Net: A Novel Framework for AI-generated Image Detection via Localized Discrepancy Representation
JiaXin Chen, Miao Hu, DengYong Zhang, Yun Song, Xin Liao
TL;DR
AI-generated images increasingly resemble real visuals, challenging authenticity verification. LDR-Net addresses this by fusing Local Gradient Autocorrelation (LGA) and Local Variation Pattern (LVP) to capture smoothing artifacts and irregular pixel variations, using a pruned ResNet classifier for detection. It demonstrates state-of-the-art cross-generator performance on unseen GANs and diffusion models and shows robustness to common post-processing. By focusing on localized, model-agnostic cues rather than generation-specific artifacts, LDR-Net advances practical content authentication in dynamic generation landscapes.
Abstract
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 AI-generated images primarily focus on specific forgery clues, which are often tailored to particular generative models like GANs or diffusion models. These approaches struggle to generalize across architectures. Building on the observation that generative images often exhibit local anomalies, such as excessive smoothness, blurred textures, and unnatural pixel variations in small regions, we propose the localized discrepancy representation network (LDR-Net), a novel approach for detecting AI-generated images. LDR-Net captures smoothing artifacts and texture irregularities, which are common but often overlooked. It integrates two complementary modules: local gradient autocorrelation (LGA) which models local smoothing anomalies to detect smoothing anomalies, and local variation pattern (LVP) which captures unnatural regularities by modeling the complexity of image patterns. By merging LGA and LVP features, a comprehensive representation of localized discrepancies can be provided. Extensive experiments demonstrate that our LDR-Net achieves state-of-the-art performance in detecting generated images and exhibits satisfactory generalization across unseen generative models. The code will be released upon acceptance of this paper.
