paper-with-me

홈 › Papers

Boosting Alignment for Post-Unlearning Text-to-Image Generative Models

2024-12-09 · Myeongseob Ko, Henry Li, Zhun Wang, Jonathan Patsenker, Jiachen T. Wang, Qinbin Li, Ming Jin, Dawn Song, Ruoxi Jia

Large-scale generative models have shown impressive image-generation capabilities, propelled by massive data. However, this often inadvertently leads to the generation of harmful or inappropriate content and raises copyright concerns. Driven by these concerns, machine unlearning has become crucial to effectively purge undesirable knowledge from models. While existing literature has studied various unlearning techniques, these often suffer from either poor unlearning quality or degradation in text-image alignment after unlearning, due to the competitive nature of these objectives. To address these challenges, we propose a framework that seeks an optimal model update at each unlearning iteration, ensuring monotonic improvement on both objectives. We further derive the characterization of such an update. In addition, we design procedures to strategically diversify the unlearning and remaining datasets to boost performance improvement. Our evaluation demonstrates that our method effectively removes target classes from recent diffusion-based generative models and concepts from stable diffusion models while maintaining close alignment with the models' original trained states, thus outperforming state-of-the-art baselines. Our code will be made available at \url{https://github.com/reds-lab/Restricted_gradient_diversity_unlearning.git}.

📄 PDF Abstract BibTeX arXiv:2412.07808

Code (1)

reds-lab/restricted_gradient_diversity_unlearning 공식 구현 pytorch

Tasks

Image GenerationMachine Unlearning

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 제목 키워드 기반

Layered Unlearning for Adversarial Relearning

2025-05-14 · Timothy Qian, Vinith Suriyakumar, Ashia Wilson, Dylan Hadfield-Menell

Our goal is to understand how post-training methods, such as fine-tuning, alignment, and unlearning, modify language model behavior and representations. We are particularly interested in the brittle nature of these modif…

Language ModelingLanguage ModellingLarge Language ModelMachine Unlearning+1

SecureCut: Federated Gradient Boosting Decision Trees with Efficient Machine Unlearning

2023-11-22 · Jian Zhang, Bowen Li Jie Li, Chentao Wu

In response to legislation mandating companies to honor the \textit{right to be forgotten} by erasing user data, it has become imperative to enable data removal in Vertical Federated Learning (VFL) where multiple parties…

Federated LearningMachine UnlearningVertical Federated Learning

Grokked Models are Better Unlearners

2025-12-03 · Yuanbang Liang, Yang Li arxiv

Grokking-delayed generalization that emerges well after a model has fit the training data-has been linked to robustness and representation quality. We ask whether this training regime also helps with machine unlearning, …

TILDE: TILt-based Distributional Erasure for Concept Unlearning

2026-07-07 · Naveen George, Naoki Murata, Yuhta Takida, Konda Reddy Mopuri 외 arxiv

Concept unlearning in text-to-image diffusion models is critical for safe and practical deployment: with rising privacy concerns, copyright disputes, trademark constraints, and safety regulations, deployed systems must b…

MultiDelete for Multimodal Machine Unlearning

2023-11-18 · Jiali Cheng, Hadi Amiri

Machine Unlearning removes specific knowledge about training data samples from an already trained model. It has significant practical benefits, such as purging private, inaccurate, or outdated information from trained mo…

Machine Unlearning