LGCVNov 4, 2024

Model Integrity when Unlearning with T2I Diffusion Models

arXiv:2411.02068v16 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work tackles the challenge of safely removing unwanted content from generative models without compromising their overall performance, which is crucial for developers and users of AI image generation tools.

The paper addresses the problem of approximate machine unlearning in text-to-image diffusion models, which can inadvertently degrade generation quality for retained data, and introduces a new retention metric and algorithms that better preserve model integrity compared to existing methods.

The rapid advancement of text-to-image Diffusion Models has led to their widespread public accessibility. However these models, trained on large internet datasets, can sometimes generate undesirable outputs. To mitigate this, approximate Machine Unlearning algorithms have been proposed to modify model weights to reduce the generation of specific types of images, characterized by samples from a ``forget distribution'', while preserving the model's ability to generate other images, characterized by samples from a ``retain distribution''. While these methods aim to minimize the influence of training data in the forget distribution without extensive additional computation, we point out that they can compromise the model's integrity by inadvertently affecting generation for images in the retain distribution. Recognizing the limitations of FID and CLIPScore in capturing these effects, we introduce a novel retention metric that directly assesses the perceptual difference between outputs generated by the original and the unlearned models. We then propose unlearning algorithms that demonstrate superior effectiveness in preserving model integrity compared to existing baselines. Given their straightforward implementation, these algorithms serve as valuable benchmarks for future advancements in approximate Machine Unlearning for Diffusion Models.

Foundations

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

Your Notes