LGAICRMay 24, 2022

Towards a Defense Against Federated Backdoor Attacks Under Continuous Training

arXiv:2205.11736v48 citationsh-index: 27
Originality Incremental advance
AI Analysis

This addresses a critical security issue in federated learning for applications with untrusted clients, but it is an incremental improvement over existing defenses.

The paper tackles the problem of defending against backdoor attacks in federated learning under continuous training, where backdoor leakage causes cumulative errors, and proposes shadow learning to improve defense performance significantly.

Backdoor attacks are dangerous and difficult to prevent in federated learning (FL), where training data is sourced from untrusted clients over long periods of time. These difficulties arise because: (a) defenders in FL do not have access to raw training data, and (b) a new phenomenon we identify called backdoor leakage causes models trained continuously to eventually suffer from backdoors due to cumulative errors in defense mechanisms. We propose shadow learning, a framework for defending against backdoor attacks in the FL setting under long-range training. Shadow learning trains two models in parallel: a backbone model and a shadow model. The backbone is trained without any defense mechanism to obtain good performance on the main task. The shadow model combines filtering of malicious clients with early-stopping to control the attack success rate even as the data distribution changes. We theoretically motivate our design and show experimentally that our framework significantly improves upon existing defenses against backdoor attacks.

Code Implementations1 repo
Foundations

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

Your Notes