paper-with-me

홈 › Papers

Towards Understanding the Feasibility of Machine Unlearning

2024-10-03 · Mahtab Sarvmaili, Hassan Sajjad, Ga Wu

In light of recent privacy regulations, machine unlearning has attracted significant attention in the research community. However, current studies predominantly assess the overall success of unlearning approaches, overlooking the varying difficulty of unlearning individual training samples. As a result, the broader feasibility of machine unlearning remains under-explored. This paper presents a set of novel metrics for quantifying the difficulty of unlearning by jointly considering the properties of target model and data distribution. Specifically, we propose several heuristics to assess the conditions necessary for a successful unlearning operation, examine the variations in unlearning difficulty across different training samples, and present a ranking mechanism to identify the most challenging samples to unlearn. We highlight the effectiveness of the Kernelized Stein Discrepancy (KSD), a parameterized kernel function tailored to each model and dataset, as a heuristic for evaluating unlearning difficulty. Our approach is validated through multiple classification tasks and established machine unlearning algorithms, demonstrating the practical feasibility of unlearning operations across diverse scenarios.

📄 PDF Abstract BibTeX arXiv:2410.03043

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Unlearning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

"Alexa, can you forget me?" Machine Unlearning Benchmark in Spoken Language Understanding

2025-05-21 · Alkis Koudounas, Claudio Savelli, Flavio Giobergia, Elena Baralis

Machine unlearning, the process of efficiently removing specific information from machine learning models, is a growing area of interest for responsible AI. However, few studies have explored the effectiveness of unlearn…

Machine UnlearningSpoken Language Understanding

Privacy Preservation through Practical Machine Unlearning

2025-02-15 · Robert Dilworth

Machine Learning models thrive on vast datasets, continuously adapting to provide accurate predictions and recommendations. However, in an era dominated by privacy concerns, Machine Unlearning emerges as a transformative…

Machine UnlearningPartially Labeled Datasets

Verifiable and Provably Secure Machine Unlearning

2022-10-17 · Thorsten Eisenhofer, Doreen Riepel, Varun Chandrasekaran, Esha Ghosh 외

Machine unlearning aims to remove points from the training dataset of a machine learning model after training; for example when a user requests their data to be deleted. While many machine unlearning methods have been pr…

Machine UnlearningregressionSNARKS

When to Forget? Complexity Trade-offs in Machine Unlearning

2025-02-24 · Martin Van Waerebeke, Marco Lorenzi, Giovanni Neglia, Kevin Scaman

Machine Unlearning (MU) aims at removing the influence of specific data points from a trained model, striving to achieve this at a fraction of the cost of full model retraining. In this paper, we analyze the efficiency o…

Machine Unlearning

Mirror Mirror on the Wall, Have I Forgotten it All? A New Framework for Evaluating Machine Unlearning

2025-05-13 · Brennon Brimhall, Philip Mathew, Neil Fendley, Yinzhi Cao 외

Machine unlearning methods take a model trained on a dataset and a forget set, then attempt to produce a model as if it had only been trained on the examples not in the forget set. We empirically show that an adversary i…

AllMachine Unlearning