paper-with-me

Papers

Certifiable Machine Unlearning for Linear Models

2021-06-29 · Ananth Mahadevan, Michael Mathioudakis

Machine unlearning is the task of updating machine learning (ML) models after a subset of the training data they were trained on is deleted. Methods for the task are desired to combine effectiveness and efficiency, i.e., they should effectively "unlearn" deleted data, but in a way that does not require excessive computation effort (e.g., a full retraining) for a small amount of deletions. Such a combination is typically achieved by tolerating some amount of approximation in the unlearning. In addition, laws and regulations in the spirit of "the right to be forgotten" have given rise to requirements for certifiability, i.e., the ability to demonstrate that the deleted data has indeed been unlearned by the ML model. In this paper, we present an experimental study of the three state-of-the-art approximate unlearning methods for linear models and demonstrate the trade-offs between efficiency, effectiveness and certifiability offered by each method. In implementing the study, we extend some of the existing works and describe a common ML pipeline to compare and evaluate the unlearning methods on six real-world datasets and a variety of settings. We provide insights into the effect of the quantity and distribution of the deleted data on ML models and the performance of each unlearning method in different settings. We also propose a practical online strategy to determine when the accumulated error from approximate unlearning is large enough to warrant a full retrain of the ML model.

📄 PDF Abstract BibTeX arXiv:2106.15093

Code (1)

https://version.helsinki.fi/mahadeva/unlearning-experiments 공식 구현

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

PRUNE: A Patching Based Repair Framework for Certifiable Unlearning of Neural Networks

2025-05-10 · Xuran Li, Jingyi Wang, Xiaohan Yuan, Peixin Zhang 외

It is often desirable to remove (a.k.a. unlearn) a specific part of the training data from a trained neural network model. A typical application scenario is to protect the data holder's right to be forgotten, which has b…

Unlearning Algorithmic Biases over Graphs

2025-05-20 · O. Deniz Kose, Gonzalo Mateos, Yanning Shen

The growing enforcement of the right to be forgotten regulations has propelled recent advances in certified (graph) unlearning strategies to comply with data removal requests from deployed machine learning (ML) models. M…

FairnessNode Classification

Train Once, Forget Precisely: Anchored Optimization for Efficient Post-Hoc Unlearning

2025-06-17 · Prabhav Sanga, Jaskaran Singh, Arun K. Dubey

As machine learning systems increasingly rely on data subject to privacy regulation, selectively unlearning specific information from trained models has become essential. In image classification, this involves removing t…

image-classificationImage Classification

Missing-by-Design: Certifiable Modality Deletion for Revocable Multimodal Sentiment Analysis

2026-02-18 · Rong Fu, Ziming Wang, Chunlei Meng, Jiaxuan Lu 외 arxiv

As multimodal systems increasingly process sensitive personal data, the ability to selectively revoke specific data modalities has become a critical requirement for privacy compliance and user autonomy. We present Missin…

Multimodal Sentiment AnalysisRepresentation Learning

Scalable and Certifiable Graph Unlearning: Overcoming the Approximation Error Barrier

2024-08-17 · Lu Yi, Zhewei Wei

Graph unlearning has emerged as a pivotal research area for ensuring privacy protection, given the widespread adoption of Graph Neural Networks (GNNs) in applications involving sensitive user data. Among existing studies…