Related Experiment Videos
Decoupling forgetting and preservation in federated unlearning via knowledge distillation
Hyun Kwon1, Joo Bon Maeng1, Dae-Jin Kim2
1Department of Artificial Intelligence and Data Science, Korea Military Academy, Seoul, 01805, South Korea.
Abstract:
Federated Learning (FL) enables collaborative model training without sharing raw data, but compliance with data privacy regulations such as the "Right to be Forgotten" requires mechanisms to remove specific clients' contributions from trained models. A key challenge in federated unlearning is selectivity: removing a target client's influence while preserving performance for other designated clients. This is inherently difficult because deep neural networks learn shared feature representations, and aggressive forgetting operations degrade overall model utility. We propose a Three-Phase Selective Unlearning framework that decouples the conflicting objectives of forgetting and preservation into sequential phases: (1) aggressive forgetting via gradient ascent on the target client's data, (2) friend restoration through knowledge distillation using the pre-unlearning model as a teacher, and (3) balanced fine-tuning to maintain both objectives simultaneously. By separating these phases, we avoid gradient conflicts that arise from joint optimization. We conduct comprehensive experiments across four datasets-MNIST, CIFAR-10, CIFAR-100 (100 classes), and Tiny-ImageNet (200 classes, [Formula: see text])-with architectures ranging from small CNNs to ResNet-18 (11.2M parameters) under non-IID settings (Dirichlet [Formula: see text]). Our method achieves both target metrics (Forget Accuracy Drop ≥70% and Friend Accuracy ≥70%) on MNIST, and on Tiny-ImageNet achieves 83.6% forget accuracy drop with 76.43% friend accuracy, confirming scalability to realistic settings. Membership inference attack evaluations with a retrained gold-standard comparison further verify effective forgetting. Our results demonstrate that phase decomposition with knowledge distillation is essential for effective selective unlearning in federated settings.
Related Concept Videos
Forgetting
Encoding...
Interference and Decay
Interference occurs when competing memories hinder the retrieval of particular information. It can be classified into two types: proactive and retroactive interference. Proactive...
Associative Learning
Classical conditioning, also known...
Observational Learning
Avoidance Learning and Learned Helplessness
Avoidance learning occurs when an organism learns that a specific behavior can prevent an unpleasant outcome. For example, a student who receives a bad grade may start studying harder to avoid future poor grades. This behavior persists even when the negative outcome is no longer present. Avoidance learning is powerful because it maintains behavior in the absence of the...
Cognitive Learning
E. C. Tolman's theory of purposive behavior emphasizes that much behavior is goal-directed. He argued that to understand behavior, we must look at the entire sequence of actions leading to a goal. For instance, high school students study hard, not just due to past reinforcement but also to achieve the goal of getting into a good college.
Tolman introduced the idea that behavior is influenced by...