FedAL: Black-Box Federated Knowledge Distillation Enabled by Adversarial Learning
Pengchao Han, Xingyan Shi, Jianwei Huang

TL;DR
FedAL introduces an adversarial learning framework for federated knowledge distillation, effectively addressing data heterogeneity and catastrophic forgetting, leading to improved model accuracy across diverse clients.
Contribution
The paper proposes FedAL, a novel federated knowledge distillation method using adversarial learning and regularization to handle data heterogeneity and prevent forgetting.
Findings
FedAL outperforms existing federated KD methods in accuracy.
Adversarial training aligns client outputs despite data heterogeneity.
Regularization mitigates catastrophic forgetting during training.
Abstract
Knowledge distillation (KD) can enable collaborative learning among distributed clients that have different model architectures and do not share their local data and model parameters with others. Each client updates its local model using the average model output/feature of all client models as the target, known as federated KD. However, existing federated KD methods often do not perform well when clients' local models are trained with heterogeneous local datasets. In this paper, we propose Federated knowledge distillation enabled by Adversarial Learning (FedAL) to address the data heterogeneity among clients. First, to alleviate the local model output divergence across clients caused by data heterogeneity, the server acts as a discriminator to guide clients' local model training to achieve consensus model outputs among clients through a min-max game between clients and the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning in Healthcare · Recommender Systems and Techniques
MethodsKnowledge Distillation
