paper-with-me

Papers

Model Collapse Is Not a Bug but a Feature in Machine Unlearning for LLMs

2025-07-06 · Yan Scholten, Sophie Xhonneux, Leo Schwinn, Stephan Günnemann arxiv

Current unlearning methods for LLMs optimize on the private information they seek to remove by incorporating it into their fine-tuning data. We argue this not only risks reinforcing exposure to sensitive data, but also fundamentally contradicts the principle of minimizing its use. As a remedy, we propose a novel unlearning method-Partial Model Collapse (PMC), which does not require unlearning targets in the unlearning objective. Our approach is inspired by recent observations that training generative models on their own generations leads to distribution collapse, effectively removing information from model outputs. Our central insight is that model collapse can be leveraged for machine unlearning by deliberately triggering it for data we aim to remove. We theoretically analyze that our approach converges to the desired outcome, i.e. the model unlearns the data targeted for removal. We empirically demonstrate that PMC overcomes four key limitations of existing unlearning methods that explicitly optimize on unlearning targets, and more effectively removes private information from model outputs while preserving general model utility. Overall, our contributions represent an important step toward more comprehensive unlearning that better aligns with real-world privacy constraints. Code available at https://www.cs.cit.tum.de/daml/partial-model-collapse/.

📄 PDF Abstract BibTeX arXiv:2507.04219

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unlearning Isn't Deletion: Investigating Reversibility of Machine Unlearning in LLMs

2025-05-22 · Xiaoyu Xu, Xiang Yue, Yang Liu, Qingqing Ye 외

Unlearning in large language models (LLMs) is intended to remove the influence of specific data, yet current evaluations rely heavily on token-level metrics such as accuracy and perplexity. We show that these metrics can…

DiagnosticMachine UnlearningMath

POUR: A Provably Optimal Method for Unlearning Representations via Neural Collapse

2025-11-24 · Anjie Le, Can Peng, Yuyuan Liu, J. Alison Noble arxiv

In computer vision, machine unlearning aims to remove the influence of specific visual concepts or training images without retraining from scratch. Studies show that existing approaches often modify the classifier while …

One-Point Contraction: Erasing Representational Separability toward Irreversible Deep Forgetting

2025-07-10 · Jaeheun Jung, Bosung Jung, Suhyun Bae, Donghun Lee arxiv

Machine unlearning is usually evaluated by what the classifier outputs: forget-set accuracy, confidence, membership-inference scores. We show that this is not enough. Across 14 representative unlearning methods on CIFAR-…

Image Classification

Feature-Selective Representation Misdirection for Machine Unlearning

2025-12-18 · Taozhao Chen, Linghan Huang, Kim-Kwang Raymond Choo, Huaming Chen arxiv

As large language models (LLMs) are increasingly adopted in safety-critical and regulated sectors, the retention of sensitive or prohibited knowledge introduces escalating risks, ranging from privacy leakage to regulator…

LEGATO: Good Identity Unlearning Is Continuous

2026-01-07 · Qiang Chen, Chun-Wun Cheng, Xiu Su, Hongyan Xu 외 arxiv

Machine unlearning has become a crucial role in enabling generative models trained on large datasets to remove sensitive, private, or copyright-protected data. However, existing machine unlearning methods face three chal…