CRAIDec 5, 2022

FedCC: Robust Federated Learning against Model Poisoning Attacks

arXiv:2212.01976v415 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses security and privacy issues in federated learning for distributed systems, offering a robust solution against attacks, though it is incremental as it builds on existing defense methods.

The paper tackles the problem of model poisoning attacks in federated learning, especially under non-IID data, by proposing FedCC, a defense algorithm that uses Centered Kernel Alignment similarity for clustering to identify and filter malicious clients, resulting in a 65.5% reduction in average global performance degradation and reducing attack confidence to zero.

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 clients. The sophisticated utilization of layer-wise Centered Kernel Alignment similarity allows attack mitigation while leveraging useful knowledge obtained. Our extensive experiments demonstrate the effectiveness of FedCC in mitigating both untargeted model poisoning and targeted backdoor attacks. Compared to existing outlier detection-based and first-order statistics-based methods, FedCC consistently reduces attack confidence to zero. Specifically, it significantly minimizes the average degradation of global performance by 65.5\%. We believe that this new perspective on aggregation makes it a valuable contribution to the field of FL model security and privacy. The code will be made available upon acceptance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes