Federated Learning with Extremely Noisy Clients via Negative Distillation
Yang Lu, Lin Chen, Yonggang Zhang, Yiliang Zhang, Bo Han, Yiu-ming, Cheung, Hanzi Wang

TL;DR
This paper introduces FedNed, a novel federated learning method that effectively handles extremely noisy clients by using negative distillation, identifying noisy clients, and leveraging models trained on noisy data to improve overall robustness.
Contribution
FedNed is the first approach to utilize negative distillation for extremely noisy clients in federated learning, improving robustness without discarding noisy clients.
Findings
FedNed outperforms baseline methods across various noisy scenarios.
The approach effectively identifies and leverages noisy clients for improved model robustness.
State-of-the-art performance achieved in experiments.
Abstract
Federated learning (FL) has shown remarkable success in cooperatively training deep models, while typically struggling with noisy labels. Advanced works propose to tackle label noise by a re-weighting strategy with a strong assumption, i.e., mild label noise. However, it may be violated in many real-world FL scenarios because of highly contaminated clients, resulting in extreme noise ratios, e.g., 90%. To tackle extremely noisy clients, we study the robustness of the re-weighting strategy, showing a pessimistic conclusion: minimizing the weight of clients trained over noisy data outperforms re-weighting strategies. To leverage models trained on noisy clients, we propose a novel approach, called negative distillation (FedNed). FedNed first identifies noisy clients and employs rather than discards the noisy clients in a knowledge distillation manner. In particular, clients identified…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Adversarial Robustness in Machine Learning
MethodsKnowledge Distillation
