Diffusion Epistemic Uncertainty with Asymmetric Learning for Diffusion-Generated Image Detection
Yingsong Huang 1, Hui Guo 1, Jing Huang 2, Bing Bai 3, Qi Xiong 1
Published on arXiv
2601.14625
Output Integrity Attack
OWASP ML Top 10 — ML09
Key Finding
DEUA achieves state-of-the-art performance on large-scale benchmarks for detecting diffusion-generated images by leveraging epistemic uncertainty.
DEUA (Diffusion Epistemic Uncertainty with Asymmetric Learning)
Novel technique introduced
The rapid progress of diffusion models highlights the growing need for detecting generated images. Previous research demonstrates that incorporating diffusion-based measurements, such as reconstruction error, can enhance the generalizability of detectors. However, ignoring the differing impacts of aleatoric and epistemic uncertainty on reconstruction error can undermine detection performance. Aleatoric uncertainty, arising from inherent data noise, creates ambiguity that impedes accurate detection of generated images. As it reflects random variations within the data (e.g., noise in natural textures), it does not help distinguish generated images. In contrast, epistemic uncertainty, which represents the model's lack of knowledge about unfamiliar patterns, supports detection. In this paper, we propose a novel framework, Diffusion Epistemic Uncertainty with Asymmetric Learning~(DEUA), for detecting diffusion-generated images. We introduce Diffusion Epistemic Uncertainty~(DEU) estimation via the Laplace approximation to assess the proximity of data to the manifold of diffusion-generated samples. Additionally, an asymmetric loss function is introduced to train a balanced classifier with larger margins, further enhancing generalizability. Extensive experiments on large-scale benchmarks validate the state-of-the-art performance of our method.
Key Contributions
- Diffusion Epistemic Uncertainty (DEU) estimation via Laplace approximation to measure proximity of an input to the diffusion-generated image manifold
- Asymmetric loss function that trains a balanced classifier with larger margins to improve generalizability of the detector
- DEUA framework that explicitly separates aleatoric (irreducible noise) from epistemic (model knowledge gap) uncertainty in reconstruction error for improved detection
🛡️ Threat Analysis
Directly proposes a novel AI-generated content detection method (synthetic image detection) — a core ML09 concern. The paper introduces DEU estimation and asymmetric learning specifically to detect images produced by diffusion models, improving output integrity verification.