paper-with-me

Papers

Model Sparsity Can Simplify Machine Unlearning

2023-04-11 · NeurIPS 2023 11 · Jinghan Jia, Jiancheng Liu, Parikshit Ram, Yuguang Yao, Gaowen Liu, Yang Liu, Pranay Sharma, Sijia Liu

In response to recent data regulation requirements, machine unlearning (MU) has emerged as a critical process to remove the influence of specific examples from a given model. Although exact unlearning can be achieved through complete model retraining using the remaining dataset, the associated computational costs have driven the development of efficient, approximate unlearning techniques. Moving beyond data-centric MU approaches, our study introduces a novel model-based perspective: model sparsification via weight pruning, which is capable of reducing the gap between exact unlearning and approximate unlearning. We show in both theory and practice that model sparsity can boost the multi-criteria unlearning performance of an approximate unlearner, closing the approximation gap, while continuing to be efficient. This leads to a new MU paradigm, termed prune first, then unlearn, which infuses a sparse model prior into the unlearning process. Building on this insight, we also develop a sparsity-aware unlearning method that utilizes sparsity regularization to enhance the training process of approximate unlearning. Extensive experiments show that our proposals consistently benefit MU in various unlearning scenarios. A notable highlight is the 77% unlearning efficacy gain of fine-tuning (one of the simplest unlearning methods) when using sparsity-aware unlearning. Furthermore, we demonstrate the practical impact of our proposed MU methods in addressing other machine learning challenges, such as defending against backdoor attacks and enhancing transfer learning. Codes are available at https://github.com/OPTML-Group/Unlearn-Sparse.

📄 PDF Abstract BibTeX arXiv:2304.04934

Code (1)

optml-group/unlearn-sparse 공식 구현 pytorch

Tasks

Machine UnlearningmodelTransfer Learning

Similar Papers 제목 키워드 기반

SAU: Sparsity-Aware Unlearning for LLMs via Gradient Masking and Importance Redistribution

2026-01-31 · Yuze Wang, Yujia Tong, Xuan Liu, Junhao Dong arxiv

Large Language Models (LLMs) inevitably memorize sensitive information during training, posing significant privacy risks. Machine unlearning has emerged as a promising solution to selectively remove such information with…

UltraRE: Enhancing RecEraser for Recommendation Unlearning via Error Decomposition

2023-09-21 · NeurIPS 2023 11

With growing concerns regarding privacy in machine learning models, regulations have committed to granting individuals the right to be forgotten while mandating companies to develop non-discriminatory machine learning sy…

Unlink to Unlearn: Simplifying Edge Unlearning in GNNs

2024-02-16 · Jiajun Tan, Fei Sun, Ruichen Qiu, Du Su 외

As concerns over data privacy intensify, unlearning in Graph Neural Networks (GNNs) has emerged as a prominent research frontier in academia. This concept is pivotal in enforcing the \textit{right to be forgotten}, which…

Link Prediction

Beyond Binary Rewards: A Comparative Study of Reward Design for Reinforcement Unlearning

2026-07-30 · Efstratios Zaradoukas, Davide Gabrielli, Bardh Prenkaj, Gjergji Kasneci arxiv

Machine unlearning seeks to selectively remove specific knowledge from trained language models without full retraining, a growing necessity under privacy regulations such as GDPR and the EU AI Act. Recent work has reform…

Reinforcement Learning

Forget-It-All: Multi-Concept Machine Unlearning via Concept-Aware Neuron Masking

2026-01-07 · Kaiyuan Deng, Bo Hui, Gen Li, Jie Ji 외 arxiv

The widespread adoption of text-to-image (T2I) diffusion models has raised concerns about their potential to generate copyrighted, inappropriate, or sensitive imagery. As a practical solution, machine unlearning aims to …