paper-with-me

홈 › Papers

Unlearning via Sparse Representations

2023-11-26 · Vedant Shah, Frederik Träuble, Ashish Malik, Hugo Larochelle, Michael Mozer, Sanjeev Arora, Yoshua Bengio, Anirudh Goyal

Machine \emph{unlearning}, which involves erasing knowledge about a \emph{forget set} from a trained model, can prove to be costly and infeasible by existing techniques. We propose a nearly compute-free zero-shot unlearning technique based on a discrete representational bottleneck. We show that the proposed technique efficiently unlearns the forget set and incurs negligible damage to the model's performance on the rest of the data set. We evaluate the proposed technique on the problem of \textit{class unlearning} using three datasets: CIFAR-10, CIFAR-100, and LACUNA-100. We compare the proposed technique to SCRUB, a state-of-the-art approach which uses knowledge distillation for unlearning. Across all three datasets, the proposed technique performs as well as, if not better than SCRUB while incurring almost no computational cost.

📄 PDF Abstract BibTeX arXiv:2311.15268

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Disentangled Sparse Representations for Concept-Separated Diffusion Unlearning

2026-05-12 · Hyeonjin Kim, Hangyeol Jung, Heechan Yun, Sungjun Yun 외 arxiv

Unlearning specific concepts in text-to-image diffusion models has become increasingly important for preventing undesirable content generation. Among prior approaches, sparse autoencoder (SAE)-based methods have attracte…

Parameter-Efficient Token Embedding Editing for Clinical Class-Level Unlearning

2026-03-11 · Iyad Ait Hou, Shrenik Borad, Harsh Sharma, Pooja Srinivasan 외 arxiv

Machine unlearning is increasingly important for clinical language models, where privacy regulations and institutional policies may require removing sensitive information from deployed systems without retraining from scr…

The Right to be Forgotten in Pruning: Unveil Machine Unlearning on Sparse Models

2025-07-24 · Yang Xiao, Gen Li, Jie Ji, Ruimeng Ye 외 arxiv

Machine unlearning aims to efficiently eliminate the memory about deleted data from trained models and address the right to be forgotten. Despite the success of existing unlearning algorithms, unlearning in sparse models…

Unlearning through Knowledge Overwriting: Reversible Federated Unlearning via Selective Sparse Adapter

2025-01-01 · CVPR 2025 1 · Zhengyi Zhong, Weidong Bao, Ji Wang, Shuai Zhang 외

Federated Learning is a promising paradigm for privacy-preserving collaborative model training. In practice, it is essential not only to continuously train the model to acquire new knowledge but also to guarantee old…

Federated LearningPrivacy Preserving

SAUCE: Selective Concept Unlearning in Vision-Language Models with Sparse Autoencoders

2025-03-16 · Qing Li, Jiahui Geng, Derui Zhu, Fengyu Cai 외

Unlearning methods for vision-language models (VLMs) have primarily adapted techniques from large language models (LLMs), relying on weight updates that demand extensive annotated forget sets. Moreover, these methods per…