paper-with-me

Papers

Forgetting is Competition: Rethinking Unlearning as Representation Interference in Diffusion Models

2026-03-01 · Ashutosh Ranjan, Vivek Srivastava, Shirish Karande, Murari Mandal arxiv

Deployed text-to-image diffusion models increasingly require post-hoc concept unlearning for copyright claims, artist opt-outs, safety updates, and protected-content mitigation without full retraining. A central challenge is erase-retain imbalance, aggressive updates suppress targets but damage shared capabilities, while conservative or anchor-based updates preserve quality yet leave concepts recoverable through related, compositional, paraphrased, or adversarial prompts. Inspired by retroactive interference, we propose SurgUn, which treats forgetting as controlled competition rather than direct deletion or one-to-one reassignment. SurgUn instantiates retroactive concept interference via distractor-conditioned gradient competition: target-gradient ascent weakens target-conditioned denoising or flow-matching behavior, while descent over a semantically diverse distractor set introduces competing non-target trajectories under the same prompt context. This redistributes outputs across multiple non-target modes instead of collapsing to a single proxy. To limit collateral forgetting through shared pathways, SurgUn adds pixel-grounded weight-space localization, a lightweight diagnostic that selects attention blocks by generated-image erase-retain behavior, exploiting the asymmetry that suppression is broadly achievable whereas retention is block-selective. Across UnlearnCanvas, IP-character erasure, Holistic Unlearning, EraseBench, and Ring-A-Bell on Stable Diffusion v1.5, SDXL, and SANA-1.5, SurgUn achieves a stronger erase-retain balance than baselines. Ablations show that diverse distractors, contrastive competition, and localization are all necessary for robust suppression while preserving related and unrelated concepts.

📄 PDF Abstract BibTeX arXiv:2603.00975

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

iShumei-Chinchunmei at SemEval-2025 Task 4: A balanced forgetting and retention multi-task framework using effective unlearning loss

2025-07-22 · Yujian Sun, Tian Li arxiv

As the Large Language Model (LLM) gains widespread adoption, increasing attention has been given to the challenge of making LLM forget non-compliant data memorized during its pre-training. Machine Unlearning focuses on e…

Forget by Uncertainty: Orthogonal Entropy Unlearning for Quantized Neural Networks

2026-01-31 · Tian Zhang, Yujia Tong, Junhao Dong, Ke Xu 외 arxiv

The deployment of quantized neural networks on edge devices, combined with privacy regulations like GDPR, creates an urgent need for machine unlearning in quantized models. However, existing methods face critical challen…

Rethinking Benign Relearning: Syntax as the Hidden Driver of Unlearning Failures

2026-02-03 · Sangyeon Yoon, Hyesoo Hong, Wonje Jeung, Albert No arxiv

Machine unlearning aims to remove specific content from trained models while preserving overall performance. However, the phenomenon of benign relearning, in which forgotten information reemerges even from benign fine-tu…

Are we making progress in unlearning? Findings from the first NeurIPS unlearning competition

2024-06-13 · Eleni Triantafillou, Peter Kairouz, Fabian Pedregosa, Jamie Hayes 외

We present the findings of the first NeurIPS competition on unlearning, which sought to stimulate the development of novel algorithms and initiate discussions on formal and robust evaluation methodologies. The competitio…

Benchmarking

Rethinking Machine Unlearning: Models Designed to Forget via Key Deletion

2026-03-16 · Sonia Laguna, Jorge da Silva Goncalves, Moritz Vandenhirtz, Alain Ryser 외 arxiv

Machine unlearning is rapidly becoming a practical requirement, driven by privacy regulations, data errors, and the need to remove harmful or corrupted training samples. Despite this, most existing methods tackle the pro…