Streamlined Federated Unlearning: Unite as One to Be Highly Efficient
Lei Zhou, Youwen Zhu, Qiao Xue, Ji Zhang, Pengfei Zhang
TL;DR
SFU tackles privacy-driven unlearning in federated learning by unifying influence removal and performance preservation into a single distillation-based step. It employs a three-teacher system—$M^P$ (performance preservation), $M^F$ (forgetting), and $M_i^L$ (label-based preservation)—to guide a local unlearned model $M_i^U$ via KL-divergence objectives while keeping data local. Theoretical analysis shows target-data predictions converge toward a uniform distribution while retained-data predictions stay aligned with the original model and true labels, and experiments on image and text benchmarks show SFU achieves comparable or better unlearning efficacy than retraining, with far better time and communication efficiency. SFU preserves privacy by avoiding raw data sharing and integrates non-disruptively into existing FL workflows, demonstrating strong generalization across model types and unlearning scenarios, including backdoor verification.
Abstract
Recently, the enactment of ``right to be forgotten" laws and regulations has imposed new privacy requirements on federated learning (FL). Researchers aim to remove the influence of certain data from the trained model without training from scratch through federated unlearning (FU). While current FU research has shown progress in enhancing unlearning efficiency, it often results in degraded model performance upon achieving the goal of data unlearning, necessitating additional steps to recover the performance of the unlearned model. Moreover, these approaches also suffer from many shortcomings such as high consumption of computational and storage resources. To this end, we propose a streamlined federated unlearning approach (SFU) aimed at effectively removing the influence of the target data while preserving the model performance on the retained data without degradation. We design a practical multi-teacher system that achieves both target data influence removal and model performance preservation by guiding the unlearned model through several distinct teacher models. SFU is both computationally and storage-efficient, highly flexible, and generalizable. We conduct extensive experiments on both image and text benchmark datasets. The results demonstrate that SFU significantly improves time and communication efficiency compared to the benchmark retraining method and significantly outperforms existing SOTA methods. Additionally, we verify the effectiveness of SFU using the backdoor attack.
