paper-with-me

Papers

Efficient Federated Unlearning with Adaptive Differential Privacy Preservation

2024-11-17 · Yu Jiang, Xindi Tong, Ziyao Liu, Huanyi Ye, Chee Wei Tan, Kwok-Yan Lam

Federated unlearning (FU) offers a promising solution to effectively address the need to erase the impact of specific clients' data on the global model in federated learning (FL), thereby granting individuals the ``Right to be Forgotten". The most straightforward approach to achieve unlearning is to train the model from scratch, excluding clients who request data removal, but it is resource-intensive. Current state-of-the-art FU methods extend traditional FL frameworks by leveraging stored historical updates, enabling more efficient unlearning than training from scratch. However, the use of stored updates introduces significant privacy risks. Adversaries with access to these updates can potentially reconstruct clients' local data, a well-known vulnerability in the privacy domain. While privacy-enhanced techniques exist, their applications to FU scenarios that balance unlearning efficiency with privacy protection remain underexplored. To address this gap, we propose FedADP, a method designed to achieve both efficiency and privacy preservation in FU. Our approach incorporates an adaptive differential privacy (DP) mechanism, carefully balancing privacy and unlearning performance through a novel budget allocation strategy tailored for FU. FedADP also employs a dual-layered selection process, focusing on global models with significant changes and client updates closely aligned with the global model, reducing storage and communication costs. Additionally, a novel calibration method is introduced to facilitate effective unlearning. Extensive experimental results demonstrate that FedADP effectively manages the trade-off between unlearning efficiency and privacy protection.

📄 PDF Abstract BibTeX arXiv:2411.11044

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

PrivEraserVerify: Efficient, Private, and Verifiable Federated Unlearning

2026-04-14 · Parthaw Goswami, Md Khairul Islam, Ashfak Yeafi arxiv

Federated learning (FL) enables collaborative model training without sharing raw data, offering a promising path toward privacy preserving artificial intelligence. However, FL models may still memorize sensitive informat…

Federated Learning

FRAMU: Attention-based Machine Unlearning using Federated Reinforcement Learning

2023-09-19 · Thanveer Shaik, Xiaohui Tao, Lin Li, Haoran Xie 외

Machine Unlearning is an emerging field that addresses data privacy issues by enabling the removal of private or irrelevant data from the Machine Learning process. Challenges related to privacy and model efficiency arise…

Computational EfficiencyFederated LearningMachine UnlearningPrivacy Preserving+2

Adaptive Coded Federated Learning: Privacy Preservation and Straggler Mitigation

2024-03-22 · Chengxi Li, Ming Xiao, Mikael Skoglund

In this article, we address the problem of federated learning in the presence of stragglers. For this problem, a coded federated learning framework has been proposed, where the central server aggregates gradients receive…

Federated Learning

Enable the Right to be Forgotten with Federated Client Unlearning in Medical Imaging

2024-07-02 · Zhipeng Deng, Luyang Luo, Hao Chen

The right to be forgotten, as stated in most data regulations, poses an underexplored challenge in federated learning (FL), leading to the development of federated unlearning (FU). However, current FU approaches often fa…

Federated Learning

Forgetting Through Transforming: Enabling Federated Unlearning via Class-Aware Representation Transformation

2024-10-09 · Qi Guo, Zhen Tian, Minghao Yao, Yong Qi 외

Federated Unlearning (FU) enables clients to selectively remove the influence of specific data from a trained federated learning model, addressing privacy concerns and regulatory requirements. However, existing FU method…

Contrastive LearningFederated Learning