BackdoorIndicator: Leveraging OOD Data for Proactive Backdoor Detection in Federated Learning
Songze Li, Yanbo Dai
TL;DR
This work tackles the challenge of proactive backdoor detection in federated learning by exploiting the OOD nature of backdoor samples. It introduces BackdoorIndicator, which injects an indicator task trained on out-of-distribution data and uses BN-statistics correction to evaluate indicator accuracy on uploaded models; updates that maintain high indicator performance are flagged as suspicious. Through extensive experiments on CIFAR10/100 and EMNIST across multiple architectures and attack settings, BackdoorIndicator consistently achieves higher true positive rates and lower backdoor accuracy than state-of-the-art defenses, with modest computational overhead. The approach is complementary to existing defenses and demonstrates practical viability for real-world FL deployments, while also enabling future theoretical analysis of the indicator-based detection paradigm.
Abstract
In a federated learning (FL) system, decentralized data owners (clients) could upload their locally trained models to a central server, to jointly train a global model. Malicious clients may plant backdoors into the global model through uploading poisoned local models, causing misclassification to a target class when encountering attacker-defined triggers. Existing backdoor defenses show inconsistent performance under different system and adversarial settings, especially when the malicious updates are made statistically close to the benign ones. In this paper, we first reveal the fact that planting subsequent backdoors with the same target label could significantly help to maintain the accuracy of previously planted backdoors, and then propose a novel proactive backdoor detection mechanism for FL named BackdoorIndicator, which has the server inject indicator tasks into the global model leveraging out-of-distribution (OOD) data, and then utilizing the fact that any backdoor samples are OOD samples with respect to benign samples, the server, who is completely agnostic of the potential backdoor types and target labels, can accurately detect the presence of backdoors in uploaded models, via evaluating the indicator tasks. We perform systematic and extensive empirical studies to demonstrate the consistently superior performance and practicality of BackdoorIndicator over baseline defenses, across a wide range of system and adversarial settings.
