paper-with-me

Papers

Projected Gradient Unlearning for Text-to-Image Diffusion Models: Defending Against Concept Revival Attacks

2026-04-22 · Aljalila Aladawi, Mohammed Talha Alam, Fakhri Karray arxiv

Machine unlearning for text-to-image diffusion models aims to selectively remove undesirable concepts from pre-trained models without costly retraining. Current unlearning methods share a common weakness: erased concepts return when the model is fine-tuned on downstream data, even when that data is entirely unrelated. We adapt Projected Gradient Unlearning (PGU) from classification to the diffusion domain as a post-hoc hardening step. By constructing a Core Gradient Space (CGS) from the retain concept activations and projecting gradient updates into its orthogonal complement, PGU ensures that subsequent fine-tuning cannot undo the achieved erasure. Applied on top of existing methods (ESD, UCE, Receler), the approach eliminates revival for style concepts and substantially delays it for object concepts, running in roughly 6 minutes versus the ~2 hours required by Meta-Unlearning. PGU and Meta-Unlearning turn out to be complementary: which performs better depends on how the concept is encoded, and retain concept selection should follow visual feature similarity rather than semantic grouping.

📄 PDF Abstract BibTeX arXiv:2604.21041

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learn to Unlearn for Deep Neural Networks: Minimizing Unlearning Interference with Gradient Projection

2023-12-07 · Tuan Hoang, Santu Rana, Sunil Gupta, Svetha Venkatesh

Recent data-privacy laws have sparked interest in machine unlearning, which involves removing the effect of specific training samples from a learnt model as if they were never present in the original training dataset. Th…

Machine Unlearning

Critic-Guided Reinforcement Unlearning in Text-to-Image Diffusion

2026-01-06 · Mykola Vysotskyi, Zahar Kohut, Mariia Shpir, Taras Rumezhak 외 arxiv

Machine unlearning in text-to-image diffusion models aims to remove targeted concepts while preserving overall utility. Prior diffusion unlearning methods typically rely on supervised weight edits or global penalties; re…

Continual Unlearning for Text-to-Image Diffusion Models: A Regularization Perspective

2025-11-11 · Justin Lee, Zheda Mai, Jinsu Yoo, Chongyu Fan 외 arxiv

Machine unlearning--the ability to remove designated concepts from a pre-trained model--has advanced rapidly, particularly for text-to-image diffusion models. However, existing methods typically assume that unlearning re…

Text-to-Image Generation

Unlearning Concepts in Diffusion Model via Concept Domain Correction and Concept Preserving Gradient

2024-05-24 · Yongliang Wu, Shiji Zhou, Mingzhuo Yang, Lianzhe Wang 외

Text-to-image diffusion models have achieved remarkable success in generating photorealistic images. However, the inclusion of sensitive information during pre-training poses significant risks. Machine Unlearning (MU) of…

Image GenerationMachine Unlearning

Unlearning the Unpromptable: Prompt-free Instance Unlearning in Diffusion Models

2026-03-11 · Kyungryeol Lee, Kyeonghyun Lee, Seongmin Hong, Byung Hyun Lee 외 arxiv

Machine unlearning aims to remove specific outputs from trained models, often at the concept level, such as forgetting all occurrences of a particular celebrity or filtering content via text prompts. However, many undesi…

Image Editing