Defending Against Backdoor Attacks via Alignment Checking in Model-Contrastive Federated Learning
This paper proposes FedDAB, a two-phase method for defending Federated Learning against backdoor attacks using local contrastive regularization and alignment checking.
Combines local contrastive regularization and alignment checking to defend against backdoor attacks in Federated Learning
Keywords
Before reading this…
Applications
- →Edge computing scenarios
To understand this paper, make sure you know these concepts first:
- Understanding of Federated Learningfind papers →
- Concept of backdoor attacksfind papers →
Abstract
More Like ThisFederated Learning (FL) is vulnerable to backdoor attacks because of its distributed nature in edge computing scenarios. Existing defense methods show limited efficacy as they overlook the deviations among benign local updates caused by statistical heterogeneity and the stealthiness of backdoor attacks. To tackle these issues, we propose FedDAB, a two-phase method that combines local contrastive regularization with alignment checking, to defend against backdoor attacks. In the first phase, FedDAB introduces a novel model-contrastive term into the local objective to enhance direction and magnitude consistency among benign updates. In the second phase, FedDAB employs an alignment checking strategy to evaluate each local update in terms of overall-direction alignment and parameter-level alignment with historical information, excluding updates that exhibit abnormal alignment patterns from global aggregation. We theoretically prove FedDAB's robustness with a convergence rate of $\mathcal{O}(1/T)$. Extensive experiments show that FedDAB outperforms existing defense methods against backdoor attacks.