LGMar 2, 2025

Data Unlearning in Diffusion Models

arXiv:2503.01034v116 citationsh-index: 12ICLR
AI Analysis

This addresses the need for data deletion in diffusion models due to copyright and privacy regulations, offering a practical solution to avoid costly retraining.

The paper tackles the problem of efficiently removing specific training data points from diffusion models to address memorization and legal concerns, proposing a new loss function called SISS that achieved Pareto optimality on quality and unlearning strength in tests and mitigated memorization in nearly 90% of prompts on Stable Diffusion.

Recent work has shown that diffusion models memorize and reproduce training data examples. At the same time, large copyright lawsuits and legislation such as GDPR have highlighted the need for erasing datapoints from diffusion models. However, retraining from scratch is often too expensive. This motivates the setting of data unlearning, i.e., the study of efficient techniques for unlearning specific datapoints from the training set. Existing concept unlearning techniques require an anchor prompt/class/distribution to guide unlearning, which is not available in the data unlearning setting. General-purpose machine unlearning techniques were found to be either unstable or failed to unlearn data. We therefore propose a family of new loss functions called Subtracted Importance Sampled Scores (SISS) that utilize importance sampling and are the first method to unlearn data with theoretical guarantees. SISS is constructed as a weighted combination between simpler objectives that are responsible for preserving model quality and unlearning the targeted datapoints. When evaluated on CelebA-HQ and MNIST, SISS achieved Pareto optimality along the quality and unlearning strength dimensions. On Stable Diffusion, SISS successfully mitigated memorization on nearly 90% of the prompts we tested.

Code Implementations1 repo
Foundations

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

Your Notes