On Memorization in Diffusion Models
Xiangming Gu, Chao Du, Tianyu Pang, Chongxuan Li, Min Lin, Ye Wang
TL;DR
This paper addresses the memorization gap in diffusion models by formalizing effective model memorization (EMM) and conducting a large-scale empirical study across data distributions, model configurations, and training procedures. It demonstrates that the theoretical optimum for diffusion models memorizes training data, while learned models can generalize on large datasets but memorize on smaller ones; conditioning on random or unique labels dramatically increases memorization. The work identifies key factors—data dimension, model width, time-embedding choice, and high-resolution skip connections—that modulate EMM, and provides practical insights for users and theoretical directions for deep generative modeling. The released code and findings have implications for privacy, copyright, and responsible use of diffusion-based generators.
Abstract
Due to their capacity to generate novel and high-quality samples, diffusion models have attracted significant research interest in recent years. Notably, the typical training objective of diffusion models, i.e., denoising score matching, has a closed-form optimal solution that can only generate training data replicating samples. This indicates that a memorization behavior is theoretically expected, which contradicts the common generalization ability of state-of-the-art diffusion models, and thus calls for a deeper understanding. Looking into this, we first observe that memorization behaviors tend to occur on smaller-sized datasets, which motivates our definition of effective model memorization (EMM), a metric measuring the maximum size of training data at which a learned diffusion model approximates its theoretical optimum. Then, we quantify the impact of the influential factors on these memorization behaviors in terms of EMM, focusing primarily on data distribution, model configuration, and training procedure. Besides comprehensive empirical results identifying the influential factors, we surprisingly find that conditioning training data on uninformative random labels can significantly trigger the memorization in diffusion models. Our study holds practical significance for diffusion model users and offers clues to theoretical research in deep generative models. Code is available at https://github.com/sail-sg/DiffMemorize.
