LGCRJan 10, 2024

Federated Unlearning: A Survey on Methods, Design Guidelines, and Evaluation Metrics

arXiv:2401.05146v372 citationsh-index: 26IEEE Trans Neural Netw Learn Syst
Originality Synthesis-oriented
AI Analysis

This work tackles the problem of ensuring the right to be forgotten in federated learning for users and institutions, but it is incremental as it surveys existing approaches rather than introducing new algorithms.

The paper addresses the challenge of enabling data removal and erasing malicious contributions in federated learning to comply with privacy regulations like GDPR, providing a comprehensive survey of methods, guidelines, and evaluation metrics for federated unlearning.

Federated learning (FL) enables collaborative training of a machine learning (ML) model across multiple parties, facilitating the preservation of users' and institutions' privacy by maintaining data stored locally. Instead of centralizing raw data, FL exchanges locally refined model parameters to build a global model incrementally. While FL is more compliant with emerging regulations such as the European General Data Protection Regulation (GDPR), ensuring the right to be forgotten in this context - allowing FL participants to remove their data contributions from the learned model - remains unclear. In addition, it is recognized that malicious clients may inject backdoors into the global model through updates, e.g., to generate mispredictions on specially crafted data examples. Consequently, there is the need for mechanisms that can guarantee individuals the possibility to remove their data and erase malicious contributions even after aggregation, without compromising the already acquired "good" knowledge. This highlights the necessity for novel federated unlearning (FU) algorithms, which can efficiently remove specific clients' contributions without full model retraining. This article provides background concepts, empirical evidence, and practical guidelines to design/implement efficient FU schemes. This study includes a detailed analysis of the metrics for evaluating unlearning in FL and presents an in-depth literature review categorizing state-of-the-art FU contributions under a novel taxonomy. Finally, we outline the most relevant and still open technical challenges, by identifying the most promising research directions in the field.

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