Federated Unlearning: How to Efficiently Erase a Client in FL?
Anisa Halimi, Swanand Kadhe, Ambrish Rawat, Nathalie Baracaldo

TL;DR
This paper introduces an efficient federated unlearning method that removes a client's influence from a global model without requiring full retraining or access to all training data, addressing privacy rights and efficiency.
Contribution
It proposes a novel federated unlearning approach combining local unlearning and minimal rounds of federated learning, without needing data access or update history.
Findings
Achieves comparable accuracy to retraining from scratch
Significantly reduces computational cost
Does not require global data access or update history
Abstract
With privacy legislation empowering the users with the right to be forgotten, it has become essential to make a model amenable for forgetting some of its training data. However, existing unlearning methods in the machine learning context can not be directly applied in the context of distributed settings like federated learning due to the differences in learning protocol and the presence of multiple actors. In this paper, we tackle the problem of federated unlearning for the case of erasing a client by removing the influence of their entire local data from the trained global model. To erase a client, we propose to first perform local unlearning at the client to be erased, and then use the locally unlearned model as the initialization to run very few rounds of federated learning between the server and the remaining clients to obtain the unlearned global model. We empirically evaluate our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Traffic Prediction and Management Techniques · Advanced Neural Network Applications
