paper-with-me

Papers

QuickDrop: Efficient Federated Unlearning by Integrated Dataset Distillation

2023-11-27 · Akash Dhasade, Yaohong Ding, Song Guo, Anne-Marie Kermarrec, Martijn de Vos, Leijie Wu

Federated Unlearning (FU) aims to delete specific training data from an ML model trained using Federated Learning (FL). We introduce QuickDrop, an efficient and original FU method that utilizes dataset distillation (DD) to accelerate unlearning and drastically reduces computational overhead compared to existing approaches. In QuickDrop, each client uses DD to generate a compact dataset representative of the original training dataset, called a distilled dataset, and uses this compact dataset during unlearning. To unlearn specific knowledge from the global model, QuickDrop has clients execute Stochastic Gradient Ascent with samples from the distilled datasets, thus significantly reducing computational overhead compared to conventional FU methods. We further increase the efficiency of QuickDrop by ingeniously integrating DD into the FL training process. By reusing the gradient updates produced during FL training for DD, the overhead of creating distilled datasets becomes close to negligible. Evaluations on three standard datasets show that, with comparable accuracy guarantees, QuickDrop reduces the duration of unlearning by 463.8x compared to model retraining from scratch and 65.1x compared to existing FU approaches. We also demonstrate the scalability of QuickDrop with 100 clients and show its effectiveness while handling multiple unlearning operations.

📄 PDF Abstract BibTeX arXiv:2311.15603

Code (0)

등록된 구현이 없습니다.

Tasks

Dataset DistillationFederated Learning

Similar Papers 제목 키워드 기반

Forgetting to Witness: Efficient Federated Unlearning and Its Visible Evaluation

2026-04-06 · Houzhe Wang, Xiaojie Zhu, Chi Chen arxiv

With the increasing importance of data privacy and security, federated unlearning has emerged as a novel research field dedicated to ensuring that federated learning models no longer retain or leak relevant information o…

Knowledge DistillationFederated Learning

Federated Unlearning with Knowledge Distillation

2022-01-24 · Chen Wu, Sencun Zhu, Prasenjit Mitra

Federated Learning (FL) is designed to protect the data privacy of each client during the training process by transmitting only models instead of the original data. However, the trained model may memorize certain informa…

Federated LearningKnowledge Distillation

Federated Unlearning in the Wild: Rethinking Fairness and Data Discrepancy

2025-10-08 · ZiHeng Huang, Di Wu, Jun Bai, Jiale Zhang 외 arxiv

Machine unlearning is critical for enforcing data deletion rights like the "right to be forgotten." As a decentralized paradigm, Federated Learning (FL) also requires unlearning, but realistic implementations face two ma…

Federated Learning

Heterogeneous Federated Knowledge Graph Embedding Learning and Unlearning

2023-02-04 · Xiangrong Zhu, Guangyao Li, Wei Hu

Federated Learning (FL) recently emerges as a paradigm to train a global machine learning model across distributed clients without sharing raw data. Knowledge Graph (KG) embedding represents KGs in a continuous vector sp…

Federated LearningGraph EmbeddingKnowledge DistillationKnowledge Graph Embedding+1

Jellyfish: Zero-Shot Federated Unlearning Scheme with Knowledge Disentanglement

2026-04-05 · Houzhe Wang, Xiaojie Zhu, Chi Chen arxiv

With the increasing importance of data privacy and security, federated unlearning emerges as a new research field dedicated to ensuring that once specific data is deleted, federated learning models no longer retain or di…

Synthetic Data GenerationFederated Learning