FedCC: Robust Federated Learning against Model Poisoning Attacks
Hyejun Jeong, Hamin Son, Seohu Lee, Jayun Hyun, Tai-Myoung Chung

TL;DR
FedCC introduces a novel defense mechanism for federated learning that effectively detects and mitigates model poisoning attacks in non-IID data settings by analyzing penultimate layer representations using Centered Kernel Alignment similarity.
Contribution
It presents FedCC, a new clustering-based defense algorithm that improves robustness against poisoning attacks in federated learning, especially with non-IID data, by leveraging layer-wise representation similarity.
Findings
FedCC reduces attack confidence to zero in experiments.
It decreases average global performance degradation by 65.5%.
It outperforms existing outlier detection and statistical methods.
Abstract
Federated learning is a distributed framework designed to address privacy concerns. However, it introduces new attack surfaces, which are especially prone when data is non-Independently and Identically Distributed. Existing approaches fail to effectively mitigate the malicious influence in this setting; previous approaches often tackle non-IID data and poisoning attacks separately. To address both challenges simultaneously, we present FedCC, a simple yet effective novel defense algorithm against model poisoning attacks. It leverages the Centered Kernel Alignment similarity of Penultimate Layer Representations for clustering, allowing the identification and filtration of malicious clients, even in non-IID data settings. The penultimate layer representations are meaningful since the later layers are more sensitive to local data distributions, which allows better detection of malicious…
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
TopicsAdversarial Robustness in Machine Learning · Privacy-Preserving Technologies in Data
MethodsTest
