Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Unrolling SGD: Understanding Factors Influencing Machine Unlearning

About

Machine unlearning is the process through which a deployed machine learning model is made to forget about some of its training data points. While naively retraining the model from scratch is an option, it is almost always associated with large computational overheads for deep learning models. Thus, several approaches to approximately unlearn have been proposed along with corresponding metrics that formalize what it means for a model to forget about a data point. In this work, we first taxonomize approaches and metrics of approximate unlearning. As a result, we identify verification error, i.e., the L2 difference between the weights of an approximately unlearned and a naively retrained model, as an approximate unlearning metric that should be optimized for as it subsumes a large class of other metrics. We theoretically analyze the canonical training algorithm, stochastic gradient descent (SGD), to surface the variables which are relevant to reducing the verification error of approximate unlearning for SGD. From this analysis, we first derive an easy-to-compute proxy for verification error (termed unlearning error). The analysis also informs the design of a new training objective penalty that limits the overall change in weights during SGD and as a result facilitates approximate unlearning with lower verification error. We validate our theoretical work through an empirical evaluation on learning with CIFAR-10, CIFAR-100, and IMDB sentiment analysis.

Anvith Thudi, Gabriel Deza, Varun Chandrasekaran, Nicolas Papernot• 2021

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10 (test)
Accuracy89.73
3381
KnowledgeMMLU
Accuracy24.8
136
Image ClassificationCIFAR-10 (Forget)
Accuracy93.39
63
Class UnlearningCIFAR-10
Retain Accuracy90.25
60
Machine UnlearningCIFAR-100 (test)--
45
Machine UnlearningTiny-ImageNet (train)
Forgetting Accuracy (Train)9.61
43
Knowledge UnlearningWMDP bio
Accuracy24.7
42
Class UnlearningCIFAR-10
PUL95.4
40
Machine UnlearningCIFAR-100 In Class Random Forgetting
RA (Utility Retention)98.32
40
Knowledge UnlearningWMDP cyber
Accuracy26.8
38
Showing 10 of 128 rows
...

Other info

Follow for update