paper-with-me

Papers

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 leaving internal representations intact, resulting in incomplete forgetting. In this work, we extend the notion of unlearning to the representation level, deriving a three-term interplay between forgetting efficacy, retention fidelity, and class separation. Building on Neural Collapse theory, we show that the orthogonal projection of a simplex Equiangular Tight Frame (ETF) remains an ETF in a lower dimensional space, yielding a provably optimal forgetting operator. We further introduce the Representation Unlearning Score (RUS) to quantify representation-level forgetting and retention fidelity. Building on this, we introduce POUR (Provably Optimal Unlearning of Representations), a geometric projection method with closed-form (POUR-P) and a feature-level unlearning variant under a distillation scheme (POUR-D). Experiments on CIFAR-10/100 and PathMNIST demonstrate that POUR achieves effective unlearning while preserving retained knowledge, outperforming state-of-the-art unlearning methods on both classification-level and representation-level metrics.

📄 PDF Abstract BibTeX arXiv:2511.19339

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Collapse of Irrelevant Representations (CIR) Ensures Robust and Non-Disruptive LLM Unlearning

2025-09-15 · Filip Sondej, Yushi Yang arxiv

Current unlearning and safety training methods consistently fail to remove dangerous knowledge from language models. We identify the root cause - unlearning targets representations which are too general - and develop a h…

General Knowledge

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 f…

TrustErase: Auditable Instant Machine Unlearning with Passport-Embedded Representations

2026-06-15 · Rutger Hendrix, Leonardo G. Russo, Concetto Spampinato, Matteo Pennisi 외 arxiv

The demand for privacy-compliant AI has amplified the need for machine unlearning; yet, existing retraining or distillation-based methods remain unverifiable and computationally costly. We introduce TrustErase, a verifia…

Auto-encodeurs variationnels : contrecarrer le problème de posterior collapse grâce à la régularisation du décodeur (Variational auto-encoders : prevent posterior collapse via decoder regularization)

2021-06-01 · JEP/TALN/RECITAL 2021 6 · Alban Petit, Caio Corro

Les auto-encodeurs variationnels sont des modèles génératifs utiles pour apprendre des représentations latentes. En pratique, lorsqu’ils sont supervisés pour des tâches de génération de textes, ils ont tendance à ignorer…

Decoder

Fair Machine Unlearning: Data Removal while Mitigating Disparities

2023-07-27 · Alex Oesterling, Jiaqi Ma, Flavio P. Calmon, Hima Lakkaraju

The Right to be Forgotten is a core principle outlined by regulatory frameworks such as the EU's General Data Protection Regulation (GDPR). This principle allows individuals to request that their personal data be deleted…

FairnessMachine Unlearning