LGAICVJan 28

Detecting and Mitigating Memorization in Diffusion Models through Anisotropy of the Log-Probability

arXiv:2601.20642v12 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses memorization issues in diffusion models for image generation, which is an incremental improvement over prior detection methods.

The paper tackled the problem of memorization in diffusion models, where they unintentionally reproduce training images, by developing a detection metric that integrates isotropic norm and anisotropic alignment, outperforming existing methods and being at least 5x faster.

Diffusion-based image generative models produce high-fidelity images through iterative denoising but remain vulnerable to memorization, where they unintentionally reproduce exact copies or parts of training images. Recent memorization detection methods are primarily based on the norm of score difference as indicators of memorization. We prove that such norm-based metrics are mainly effective under the assumption of isotropic log-probability distributions, which generally holds at high or medium noise levels. In contrast, analyzing the anisotropic regime reveals that memorized samples exhibit strong angular alignment between the guidance vector and unconditional scores in the low-noise setting. Through these insights, we develop a memorization detection metric by integrating isotropic norm and anisotropic alignment. Our detection metric can be computed directly on pure noise inputs via two conditional and unconditional forward passes, eliminating the need for costly denoising steps. Detection experiments on Stable Diffusion v1.4 and v2 show that our metric outperforms existing denoising-free detection methods while being at least approximately 5x faster than the previous best approach. Finally, we demonstrate the effectiveness of our approach by utilizing a mitigation strategy that adapts memorized prompts based on our developed metric.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes