paper-with-me

홈 › Papers

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

2024-01-10 · Nicolò Romandini, Alessio Mora, Carlo Mazzocca, Rebecca Montanari, Paolo Bellavista

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.

📄 PDF Abstract BibTeX arXiv:2401.05146

Code (1)

alessiomora/unlearning_fl 공식 구현 tf

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Recent Advances in Federated Learning Driven Large Language Models: A Survey on Architecture, Performance, and Security

2024-06-14 · Youyang Qu, Ming Liu, Tianqing Zhu, Longxiang Gao 외

Federated Learning (FL) offers a promising paradigm for training Large Language Models (LLMs) in a decentralized manner while preserving data privacy and minimizing communication overhead. This survey examines recent adv…

EthicsFederated LearningIncremental LearningMachine Unlearning+1

Machine Unlearning: A Comprehensive Survey

2024-05-13 · Weiqi Wang, Zhiyi Tian, Chenhan Zhang, Shui Yu

As the right to be forgotten has been legislated worldwide, many studies attempt to design unlearning mechanisms to protect users' privacy when they want to leave machine learning service platforms. Specifically, machine…

Machine UnlearningSurvey

A Survey on Federated Unlearning: Challenges and Opportunities

2024-03-04 · Hyejun Jeong, Shiqing Ma, Amir Houmansadr

Federated learning (FL), introduced in 2017, facilitates collaborative learning between non-trusting parties with no need for the parties to explicitly share their data among themselves. This allows training models on us…

Federated LearningMachine UnlearningSurvey

VeriFi: Towards Verifiable Federated Unlearning

2022-05-25 · Xiangshan Gao, Xingjun Ma, Jingyi Wang, Youcheng Sun 외

Federated learning (FL) is a collaborative learning paradigm where participants jointly train a powerful model without sharing their private data. One desirable property for FL is the implementation of the right to be fo…

Federated Learning

DRAGD: A Federated Unlearning Data Reconstruction Attack Based on Gradient Differences

2025-07-13 · Bocheng Ju, Junchao Fan, Jiaqi Liu, Xiaolin Chang

Federated learning enables collaborative machine learning while preserving data privacy. However, the rise of federated unlearning, designed to allow clients to erase their data from the global model, introduces new priv…

Federated LearningReconstruction Attack