Robust CLIP-Based Detector for Exposing Diffusion Model-Generated Images
Santosh, Li Lin, Irene Amerini, Xin Wang, Shu Hu
TL;DR
Diffusion models enable highly realistic image generation, raising concerns about digital authenticity. The authors propose a robust detector that fuses CLIP image and prompt features through a 3-layer MLP, trained with a joint CVaR and AUC loss and optimized with Sharpness-Aware Minimization to flatten the loss landscape. The CLIP-based feature space is 1536-dimensional per sample, and the training objective is L(θ) = γ L_CVaR(θ) + (1-γ) L_AUC(θ). On the large DM-generated Deepfake Detection dataset, the method achieves near-perfect AUC, outperforming two CLIP-based baselines, with ablations confirming the contributions of CVaR, AUC, and SAM. This approach offers a practical, robust solution for content authenticity and suggests directions for incorporating additional modalities in future work.$
Abstract
Diffusion models (DMs) have revolutionized image generation, producing high-quality images with applications spanning various fields. However, their ability to create hyper-realistic images poses significant challenges in distinguishing between real and synthetic content, raising concerns about digital authenticity and potential misuse in creating deepfakes. This work introduces a robust detection framework that integrates image and text features extracted by CLIP model with a Multilayer Perceptron (MLP) classifier. We propose a novel loss that can improve the detector's robustness and handle imbalanced datasets. Additionally, we flatten the loss landscape during the model training to improve the detector's generalization capabilities. The effectiveness of our method, which outperforms traditional detection techniques, is demonstrated through extensive experiments, underscoring its potential to set a new state-of-the-art approach in DM-generated image detection. The code is available at https://github.com/Purdue-M2/Robust_DM_Generated_Image_Detection.
