LGCRJul 12, 2022

Federated Unlearning: How to Efficiently Erase a Client in FL?

arXiv:2207.05521v3208 citationsh-index: 21
Originality Highly original
AI Analysis

This addresses the need for practical data erasure in federated learning for privacy compliance, representing a novel solution in a distributed setting.

The paper tackles the problem of efficiently removing a client's data from a federated learning model to comply with privacy regulations, achieving performance comparable to retraining from scratch while being significantly more efficient.

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 unlearning method by employing multiple performance measures on three datasets, and demonstrate that our unlearning method achieves comparable performance as the gold standard unlearning method of federated retraining from scratch, while being significantly efficient. Unlike prior works, our unlearning method neither requires global access to the data used for training nor the history of the parameter updates to be stored by the server or any of the clients.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes