paper-with-me

홈 › Papers

Efficient Federated Unlearning under Plausible Deniability

2024-10-13 · Ayush K. Varshney, Vicenç Torra

Privacy regulations like the GDPR in Europe and the CCPA in the US allow users the right to remove their data ML applications. Machine unlearning addresses this by modifying the ML parameters in order to forget the influence of a specific data point on its weights. Recent literature has highlighted that the contribution from data point(s) can be forged with some other data points in the dataset with probability close to one. This allows a server to falsely claim unlearning without actually modifying the model's parameters. However, in distributed paradigms such as FL, where the server lacks access to the dataset and the number of clients are limited, claiming unlearning in such cases becomes a challenge. This paper introduces an efficient way to achieve federated unlearning, by employing a privacy model which allows the FL server to plausibly deny the client's participation in the training up to a certain extent. We demonstrate that the server can generate a Proof-of-Deniability, where each aggregated update can be associated with at least x number of client updates. This enables the server to plausibly deny a client's participation. However, in the event of frequent unlearning requests, the server is required to adopt an unlearning strategy and, accordingly, update its model parameters. We also perturb the client updates in a cluster in order to avoid inference from an honest but curious server. We show that the global model satisfies differential privacy after T number of communication rounds. The proposed methodology has been evaluated on multiple datasets in different privacy settings. The experimental results show that our framework achieves comparable utility while providing a significant reduction in terms of memory (30 times), as well as retraining time (1.6-500769 times). The source code for the paper is available.

📄 PDF Abstract BibTeX arXiv:2410.09947

Code (1)

ayush-umu/federated-unlearning-under-plausible-deniability 공식 구현 pytorch

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

Plausible Deniability for Privacy-Preserving Data Synthesis

2017-08-26 · Vincent Bindschaedler, Reza Shokri, Carl A. Gunter

Releasing full data records is one of the most challenging problems in data privacy. On the one hand, many of the popular techniques such as data de-identification are problematic because of their dependence on the backg…

De-identificationPrivacy Preserving

Supervised Machine Learning with Plausible Deniability

2021-06-08 · Stefan Rass, Sandra König, Jasmin Wachter, Manuel Egger 외

We study the question of how well machine learning (ML) models trained on a certain data set provide privacy for the training data, or equivalently, whether it is possible to reverse-engineer the training data from a giv…

BIG-bench Machine Learning

Communication Efficient and Provable Federated Unlearning

2024-01-19 · Youming Tao, Cheng-Long Wang, Miao Pan, Dongxiao Yu 외

We study federated unlearning, a novel problem to eliminate the impact of specific clients or data points on the global model learned via federated learning (FL). This problem is driven by the right to be forgotten and t…

Federated Learning

BadFU: Backdoor Federated Learning through Adversarial Machine Unlearning

2025-08-21 · Bingguang Lu, Hongsheng Hu, Yuantian Miao, Shaleeza Sohail 외 arxiv

Federated learning (FL) has been widely adopted as a decentralized training paradigm that enables multiple clients to collaboratively learn a shared model without exposing their local data. As concerns over data privacy …

Federated Learning

Secure Federated Submodel Learning

2019-11-06 · Chaoyue Niu, Fan Wu, Shaojie Tang, Lifeng Hua 외

Federated learning was proposed with an intriguing vision of achieving collaborative machine learning among numerous clients without uploading their private data to a cloud server. However, the conventional framework req…

Federated LearningPosition