Enhancing Frequency Forgery Clues for Diffusion-Generated Image Detection
Daichi Zhang, Tong Zhang, Shiming Ge, Sabine Süsstrunk
TL;DR
The paper addresses the challenge of detecting diffusion-generated images with strong generalization to unseen models and robustness to perturbations. It analyzes frequency-domain differences between real and diffusion-generated images and introduces the $F^2C$ representation, applying a frequency-selective function $w(f)$ to the Fourier spectrum before classification. The function uses a low-frequency cutoff and a kernel-based weighting, with $k(f)=-0.2f^2+0.8f-0.05$ and $w(f)=0$ for $f\le\tau$, $w(f)=(e^{k(f)/2}-1)/f$ for $f>\tau$, enabling discrimination across all bands. Experiments on GenImage, UniformerDiffusion, and DiffusionForensics show state-of-the-art generalization to unseen diffusion models and robustness to perturbations, highlighting the practical utility of spectral-discrepancy-based diffusion image detectors and suggesting extensions to broader AIGC detection tasks.
Abstract
Diffusion models have achieved remarkable success in image synthesis, but the generated high-quality images raise concerns about potential malicious use. Existing detectors often struggle to capture discriminative clues across different models and settings, limiting their generalization to unseen diffusion models and robustness to various perturbations. To address this issue, we observe that diffusion-generated images exhibit progressively larger differences from natural real images across low- to high-frequency bands. Based on this insight, we propose a simple yet effective representation by enhancing the Frequency Forgery Clue (F^2C) across all frequency bands. Specifically, we introduce a frequency-selective function which serves as a weighted filter to the Fourier spectrum, suppressing less discriminative bands while enhancing more informative ones. This approach, grounded in a comprehensive analysis of frequency-based differences between natural real and diffusion-generated images, enables general detection of images from unseen diffusion models and provides robust resilience to various perturbations. Extensive experiments on various diffusion-generated image datasets demonstrate that our method outperforms state-of-the-art detectors with superior generalization and robustness.
