paper-with-me

Papers

Data Unlearning in Diffusion Models

2025-03-02 · Silas Alberti, Kenan Hasanaliyev, Manav Shah, Stefano Ermon

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.

📄 PDF Abstract BibTeX arXiv:2503.01034

Code (1)

claserken/SISS 공식 구현 pytorch

Tasks

Machine UnlearningMemorization

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Towards Irreversible Machine Unlearning for Diffusion Models

2025-12-03 · Xun Yuan, Zilong Zhao, Jiayu Li, Aryan Pasikhani 외 arxiv

Diffusion models are renowned for their state-of-the-art performance in generating synthetic images. However, concerns related to safety, privacy, and copyright highlight the need for machine unlearning, which can make d…

Automating Evaluation of Diffusion Model Unlearning with (Vision-) Language Model World Knowledge

2025-07-09 · Eric Yeats, Darryl Hannan, Henry Kvinge, Timothy Doster 외 arxiv

Machine unlearning (MU) is a promising cost-effective method to cleanse undesired information (generated concepts, biases, or patterns) from foundational diffusion models. While MU is orders of magnitude less costly than…

Not Every Time and Frequency Need to Be Forgotten in Diffusion Unlearning

2025-10-20 · Jinseong Park, Mijung Park arxiv

Data unlearning aims to remove the influence of specific training samples from a trained model. In fine-tuning methods, data unlearning relies primarily on loss maximization over forget samples, which often leads to qual…

Unlearning Concepts from Text-to-Video Diffusion Models

2024-07-19 · Shiqi Liu, Yihua Tan

With the advancement of computer vision and natural language processing, text-to-video generation, enabled by text-to-video diffusion models, has become more prevalent. These models are trained using a large amount of da…

Text-to-Video GenerationVideo Generation

AutoAnchor: Stable Diffusion Unlearning Using Cross-Attention as a Manifold Surrogate

2026-07-09 · Siyuan Wen, Jiahao Zeng, Ningning Ding arxiv

Diffusion unlearning is essential for mitigating the generation of harmful or copyrighted content in text-to-image models. Current diffusion unlearning techniques determine the model update direction by either using alte…