paper-with-me

홈 › Papers

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

2026-01-28 · Rohan Asthana, Vasileios Belagiannis arxiv

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. The code is available at https://github.com/rohanasthana/memorization-anisotropy .

📄 PDF Abstract BibTeX arXiv:2601.20642

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Detecting, Explaining, and Mitigating Memorization in Diffusion Models

2024-07-31 · Yuxin Wen, Yuchen Liu, Chen Chen, Lingjuan Lyu

Recent breakthroughs in diffusion models have exhibited exceptional image-generation capabilities. However, studies show that some outputs are merely replications of training data. Such replications present potential leg…

Image GenerationMemorization

Broken Memories: Detecting and Mitigating Memorization in Diffusion Models with Degraded Generations

2026-05-21 · Yuanmin Huang, Mi Zhang, Chen Chen, Feifei Li 외 arxiv

While diffusion models excel at generating high-quality images, their tendency to memorize training data poses significant privacy and copyright risks. In this work, we for the first time identify that memorization induc…

Exploring Local Memorization in Diffusion Models via Bright Ending Attention

2024-10-29 · Chen Chen, Daochang Liu, Mubarak Shah, Chang Xu

In this paper, we identify and leverage a novel `bright ending' (BE) anomaly in diffusion models prone to memorizing training images to address a new task: locating localized memorization regions within these models. BE …

Memorization

Mitigating data replication in text-to-audio generative diffusion models through anti-memorization guidance

2025-09-18 · Francisco Messina, Francesca Ronchini, Luca Comanducci, Paolo Bestagini 외 arxiv

A persistent challenge in generative audio models is data replication, where the model unintentionally generates parts of its training data during inference. In this work, we address this issue in text-to-audio diffusion…

Audio Generation

Redistribute Ensemble Training for Mitigating Memorization in Diffusion Models

2025-02-13 · Xiaoliu Guan, Yu Wu, Huayang Huang, Xiao Liu 외

Diffusion models, known for their tremendous ability to generate high-quality samples, have recently raised concerns due to their data memorization behavior, which poses privacy risks. Recent methods for memory mitigatio…

Image GenerationMemorization