Federated Unlearning with Gradient Descent and Conflict Mitigation
Zibin Pan, Zhichao Wang, Chi Li, Kaiyan Zheng, Boqi Wang, Xiaoying, Tang, Junhua Zhao

TL;DR
This paper introduces FedOSD, a federated unlearning method that effectively removes client data while preserving model utility by mitigating gradient conflicts and ensuring unlearning recovery.
Contribution
The paper proposes FedOSD, a novel federated unlearning approach using orthogonal steepest descent to improve unlearning efficiency and utility retention.
Findings
FedOSD outperforms state-of-the-art methods in unlearning effectiveness.
FedOSD maintains higher model utility after unlearning.
Extensive experiments validate FedOSD's superiority across scenarios.
Abstract
Federated Learning (FL) has received much attention in recent years. However, although clients are not required to share their data in FL, the global model itself can implicitly remember clients' local data. Therefore, it's necessary to effectively remove the target client's data from the FL global model to ease the risk of privacy leakage and implement ``the right to be forgotten". Federated Unlearning (FU) has been considered a promising way to remove data without full retraining. But the model utility easily suffers significant reduction during unlearning due to the gradient conflicts. Furthermore, when conducting the post-training to recover the model utility, the model is prone to move back and revert what has already been unlearned. To address these issues, we propose Federated Unlearning with Orthogonal Steepest Descent (FedOSD). We first design an unlearning Cross-Entropy loss…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Optimization and Search Problems · Advanced Bandit Algorithms Research
MethodsSoftmax · Attention Is All You Need
