DIRE for Diffusion-Generated Image Detection
Zhendong Wang, Jianmin Bao, Wengang Zhou, Weilun Wang, Hezhen Hu, Hong Chen, Houqiang Li
TL;DR
This work tackles the challenge of detecting diffusion-generated images, where existing detectors struggle to generalize to unseen diffusion models.It introduces DIffusion REconstruction Error (DIRE), a reconstruction-error based image representation obtained by inverting and reconstructing images with a pre-trained diffusion model, and trains a binary classifier on DIRE to differentiate real from generated images.A new benchmark, DiffusionForensics, encompasses eight diffusion models across LSUN-Bedroom and ImageNet, enabling evaluation of detectors on unseen diffusion models and perturbations.Empirical results show DIRE substantially outperforms prior detectors, achieving near-perfect accuracy and precision in many settings and demonstrating robustness to common degradations, thereby offering a practical baseline for diffusion-generated image detection.
Abstract
Diffusion models have shown remarkable success in visual synthesis, but have also raised concerns about potential abuse for malicious purposes. In this paper, we seek to build a detector for telling apart real images from diffusion-generated images. We find that existing detectors struggle to detect images generated by diffusion models, even if we include generated images from a specific diffusion model in their training data. To address this issue, we propose a novel image representation called DIffusion Reconstruction Error (DIRE), which measures the error between an input image and its reconstruction counterpart by a pre-trained diffusion model. We observe that diffusion-generated images can be approximately reconstructed by a diffusion model while real images cannot. It provides a hint that DIRE can serve as a bridge to distinguish generated and real images. DIRE provides an effective way to detect images generated by most diffusion models, and it is general for detecting generated images from unseen diffusion models and robust to various perturbations. Furthermore, we establish a comprehensive diffusion-generated benchmark including images generated by eight diffusion models to evaluate the performance of diffusion-generated image detectors. Extensive experiments on our collected benchmark demonstrate that DIRE exhibits superiority over previous generated-image detectors. The code and dataset are available at https://github.com/ZhendongWang6/DIRE.
