FedBAP defends federated learning against backdoor attacks by reverse-engineering trigger-like patterns and training clients to ignore them, reporting attack success rates below 3% in experiments.
FLIP: A Provable Defense Framework for Backdoor Mitigation in Federated Learning
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Federated Learning (FL) is a distributed learning paradigm that enables different parties to train a model together for high quality and strong privacy protection. In this scenario, individual participants may get compromised and perform backdoor attacks by poisoning the data (or gradients). Existing work on robust aggregation and certified FL robustness does not study how hardening benign clients can affect the global model (and the malicious clients). In this work, we theoretically analyze the connection among cross-entropy loss, attack success rate, and clean accuracy in this setting. Moreover, we propose a trigger reverse engineering based defense and show that our method can achieve robustness improvement with guarantee (i.e., reducing the attack success rate) without affecting benign accuracy. We conduct comprehensive experiments across different datasets and attack settings. Our results on eight competing SOTA defense methods show the empirical superiority of our method on both single-shot and continuous FL backdoor attacks. Code is available at https://github.com/KaiyuanZh/FLIP.
citation-role summary
citation-polarity summary
fields
cs.CR 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
FedBAP: Backdoor Defense via Benign Adversarial Perturbation in Federated Learning
FedBAP defends federated learning against backdoor attacks by reverse-engineering trigger-like patterns and training clients to ignore them, reporting attack success rates below 3% in experiments.