Universal Backdoor Attacks
Benjamin Schneider, Nils Lukas, Florian Kerschbaum
TL;DR
This paper demonstrates Universal Backdoor Attacks that enable misclassification to any target class while poisoning a tiny fraction of training data ($0.15\%$), scaling to thousands of classes. It introduces a pipeline that leverages a surrogate model's latent space and inter-class transferability, encoding class-specific triggers via a compact $n$-bit representation and two trigger styles (patch and blend). The approach achieves high attack success rates on ImageNet-1K and scales to ImageNet-2K/4K/6K, while remaining robust under several defenses and showing strong inter-class transfer effects; defenders face a substantial data-cleaning burden to neutralize such backdoors. The work highlights the need for dataset-wide defenses when training on web-scraped data and provides a link to publicly available code for replication.
Abstract
Web-scraped datasets are vulnerable to data poisoning, which can be used for backdooring deep image classifiers during training. Since training on large datasets is expensive, a model is trained once and re-used many times. Unlike adversarial examples, backdoor attacks often target specific classes rather than any class learned by the model. One might expect that targeting many classes through a naive composition of attacks vastly increases the number of poison samples. We show this is not necessarily true and more efficient, universal data poisoning attacks exist that allow controlling misclassifications from any source class into any target class with a small increase in poison samples. Our idea is to generate triggers with salient characteristics that the model can learn. The triggers we craft exploit a phenomenon we call inter-class poison transferability, where learning a trigger from one class makes the model more vulnerable to learning triggers for other classes. We demonstrate the effectiveness and robustness of our universal backdoor attacks by controlling models with up to 6,000 classes while poisoning only 0.15% of the training dataset. Our source code is available at https://github.com/Ben-Schneider-code/Universal-Backdoor-Attacks.
