Class-wise Federated Unlearning: Harnessing Active Forgetting with Teacher-Student Memory Generation
Yuyuan Li, Jiaming Zhang, Yixiu Liu, Chaochao Chen
TL;DR
This work addresses privacy preservation in federated learning under RTBF by introducing FedAF, a neuro-inspired framework for fine-grained class-wise unlearning. FedAF integrates a memory generator and a knowledge preserver into an active-forgetting loop, using teacher-student memory generation and refined Elastic Weight Consolidation to overwrite target memories while preserving non-target knowledge, without storing historical updates. Empirical results on MNIST, CIFAR-10, and CelebA demonstrate that FedAF achieves strong unlearning completeness and maintains model utility with high efficiency, including robust performance under backdoor unlearning scenarios. The method is architecture-agnostic and scalable to practical federated deployments, offering a feasible path toward real-world RTBF compliance in distributed learning systems.
Abstract
Privacy concerns associated with machine learning models have driven research into machine unlearning, which aims to erase the memory of specific target training data from already trained models. This issue also arises in federated learning, creating the need to address the federated unlearning problem. However, federated unlearning remains a challenging task. On the one hand, current research primarily focuses on unlearning all data from a client, overlooking more fine-grained unlearning targets, e.g., class-wise and sample-wise removal. On the other hand, existing methods suffer from imprecise estimation of data influence and impose significant computational or storage burden. To address these issues, we propose a neuro-inspired federated unlearning framework based on active forgetting, which is independent of model architectures and suitable for fine-grained unlearning targets. Our framework distinguishes itself from existing methods by utilizing new memories to overwrite old ones. These new memories are generated through teacher-student learning. We further utilize refined elastic weight consolidation to mitigate catastrophic forgetting of non-target data. Extensive experiments on benchmark datasets demonstrate the efficiency and effectiveness of our method, achieving satisfactory unlearning completeness against backdoor attacks.
