paper-with-me

Papers

VeriFi: Towards Verifiable Federated Unlearning

2022-05-25 · Xiangshan Gao, Xingjun Ma, Jingyi Wang, Youcheng Sun, Bo Li, Shouling Ji, Peng Cheng, Jiming Chen

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 forgotten (RTBF), i.e., a leaving participant has the right to request to delete its private data from the global model. However, unlearning itself may not be enough to implement RTBF unless the unlearning effect can be independently verified, an important aspect that has been overlooked in the current literature. In this paper, we prompt the concept of verifiable federated unlearning, and propose VeriFi, a unified framework integrating federated unlearning and verification that allows systematic analysis of the unlearning and quantification of its effect, with different combinations of multiple unlearning and verification methods. In VeriFi, the leaving participant is granted the right to verify (RTV), that is, the participant notifies the server before leaving, then actively verifies the unlearning effect in the next few communication rounds. The unlearning is done at the server side immediately after receiving the leaving notification, while the verification is done locally by the leaving participant via two steps: marking (injecting carefully-designed markers to fingerprint the leaver) and checking (examining the change of the global model's performance on the markers). Based on VeriFi, we conduct the first systematic and large-scale study for verifiable federated unlearning, considering 7 unlearning methods and 5 verification methods. Particularly, we propose a more efficient and FL-friendly unlearning method, and two more effective and robust non-invasive-verification methods. We extensively evaluate VeriFi on 7 datasets and 4 types of deep learning models. Our analysis establishes important empirical understandings for more trustworthy federated unlearning.

📄 PDF Abstract BibTeX arXiv:2205.12709

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Federated Learning with Blockchain-Enhanced Machine Unlearning: A Trustworthy Approach

2024-05-27 · Xuhan Zuo, Minghao Wang, Tianqing Zhu, Lefeng Zhang 외

With the growing need to comply with privacy regulations and respond to user data deletion requests, integrating machine unlearning into IoT-based federated learning has become imperative. Traditional unlearning methods,…

Federated LearningMachine UnlearningManagement

Towards Verifiable Federated Unlearning: Framework, Challenges, and The Road Ahead

2025-10-01 · Thanh Linh Nguyen, Marcela Tuler de Oliveira, An Braeken, Aaron Yi Ding 외 arxiv

Federated unlearning (FUL) enables removing the data influence from the model trained across distributed clients, upholding the right to be forgotten as mandated by privacy regulations. FUL facilitates a value exchange w…

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

Verifiable Unlearning on Edge

2025-06-24 · Mohammad M Maheri, Alex Davidson, Hamed Haddadi

Machine learning providers commonly distribute global models to edge devices, which subsequently personalize these models using local data. However, issues such as copyright infringements, biases, or regulatory requireme…

Machine UnlearningPrivacy PreservingSNARKS

EFU: Enforcing Federated Unlearning via Functional Encryption

2025-08-11 · Samaneh Mohammadi, Vasileios Tsouvalas, Iraklis Symeonidis, Ali Balador 외 arxiv

Federated unlearning (FU) algorithms allow clients in federated settings to exercise their ''right to be forgotten'' by removing the influence of their data from a collaboratively trained model. Existing FU methods maint…