paper-with-me

홈 › Papers

A Concept is More Than a Word: Diversified Unlearning in Text-to-Image Diffusion Models

2026-03-19 · Duc Hao Pham, Van Duy Truong, Duy Khanh Dinh, Tien Cuong Nguyen, Dien Hy Ngo, Tuan Anh Bui arxiv

Concept unlearning has emerged as a promising direction for reducing the risks of harmful content generation in text-to-image diffusion models by selectively erasing undesirable concepts from a model's parameters. Existing approaches typically rely on keywords to identify the target concept to be unlearned. However, we show that this keyword-based formulation is inherently limited: a visual concept is multi-dimensional, can be expressed in diverse textual forms, and often overlap with related concepts in the latent space, making keyword-only unlearning, which imprecisely indicate the target concept is brittle and prone to over-forgetting. This occurs because a single keyword represents only a narrow point estimate of the concept, failing to cover its full semantic distribution and entangled variations in the latent space. To address this limitation, we propose Diversified Unlearning, a distributional framework that represents a concept through a set of contextually diverse prompts rather than a single keyword. This richer representation enables more precise and robust unlearning. Through extensive experiments across multiple benchmarks and state-of-the-art baselines, we demonstrate that integrating Diversified Unlearning as an add-on component into existing unlearning pipelines consistently achieves stronger erasure, better retention of unrelated concepts, and improved robustness against adversarial recovery attacks.

📄 PDF Abstract BibTeX arXiv:2603.18767

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TRACER: Token ReAssignment for Concept ERasure in Generative Recommendation

2026-06-05 · Ziheng Chen, Jiali Cheng, Zezhong Fan, Hadi Amiri 외 arxiv

Generative recommendation formulates next-item prediction as autoregressive generation over semantic ID (SID) sequences derived from users' historical interactions, making modern recommender systems structurally similar …

Machine Unlearning of Features and Labels

2021-08-26 · Alexander Warnecke, Lukas Pirch, Christian Wressnegger, Konrad Rieck

Removing information from a machine learning model is a non-trivial task that requires to partially revert the training process. This task is unavoidable when sensitive data, such as credit card numbers or passwords, acc…

Machine Unlearning

Detecting Concept-level Emotion Cause in Microblogging

2015-04-30 · Shuangyong Song, Yao Meng

In this paper, we propose a Concept-level Emotion Cause Model (CECM), instead of the mere word-level models, to discover causes of microblogging users' diversified emotions on specific hot event. A modified topic-supervi…

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…

Forget Many, Forget Right: Scalable and Precise Concept Unlearning in Diffusion Models

2026-01-06 · Kaiyuan Deng, Gen Li, Yang Xiao, Bo Hui 외 arxiv

Text-to-image diffusion models have achieved remarkable progress, yet their use raises copyright and misuse concerns, prompting research into machine unlearning. However, extending multi-concept unlearning to large-scale…