AIFeb 9, 2022

Identifying Backdoor Attacks in Federated Learning via Anomaly Detection

arXiv:2202.04311v2
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in federated learning for applications requiring data privacy, but it is an incremental improvement as it builds on existing anomaly detection techniques.

The paper tackles the problem of backdoor attacks in federated learning by proposing a defense method that identifies anomalies in model gradients, effectively mitigating state-of-the-art attacks with minimal impact on task utility.

Federated learning has seen increased adoption in recent years in response to the growing regulatory demand for data privacy. However, the opaque local training process of federated learning also sparks rising concerns about model faithfulness. For instance, studies have revealed that federated learning is vulnerable to backdoor attacks, whereby a compromised participant can stealthily modify the model's behavior in the presence of backdoor triggers. This paper proposes an effective defense against the attack by examining shared model updates. We begin with the observation that the embedding of backdoors influences the participants' local model weights in terms of the magnitude and orientation of their model gradients, which can manifest as distinguishable disparities. We enable a robust identification of backdoors by studying the statistical distribution of the models' subsets of gradients. Concretely, we first segment the model gradients into fragment vectors that represent small portions of model parameters. We then employ anomaly detection to locate the distributionally skewed fragments and prune the participants with the most outliers. We embody the findings in a novel defense method, ARIBA. We demonstrate through extensive analyses that our proposed methods effectively mitigate state-of-the-art backdoor attacks with minimal impact on task utility.

Foundations

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

Your Notes