A Proxy Attack-Free Strategy for Practically Improving the Poisoning Efficiency in Backdoor Attacks
Ziqiang Li, Hong Sun, Pengfei Xia, Beihao Xia, Xue Rui, Wei Zhang, Qinglang Guo, Zhangjie Fu, Bin Li
TL;DR
This work tackles the inefficiency and time-costs of proxy-attack-based sample selection in poisoning-based backdoor attacks. It introduces Proxy attack-Free Strategy (PFS), which selects poisoning samples by maximizing the similarity between clean and corresponding poisoned samples in a pre-trained feature space while enforcing diversity via a diversity parameter, and it combines with FUS for further gains. The authors provide Neural Tangent Kernel (NTK)-based theory to justify that high similarity and diversity increase the attack’s confidence, and they validate PFS across CIFAR-10, CIFAR-100, and Tiny-ImageNet with multiple triggers and architectures. Empirically, PFS significantly improves attack efficiency and dramatically reduces computation time compared to proxy-based methods, and remains robust across different feature extractors and defenses although some limitations persist. Overall, the paper makes a practical, scalable step toward efficient backdoor injection by removing dependence on proxy-task settings and highlighting the balance between similarity and diversity in sample selection.
Abstract
Poisoning efficiency is crucial in poisoning-based backdoor attacks, as attackers aim to minimize the number of poisoning samples while maximizing attack efficacy. Recent studies have sought to enhance poisoning efficiency by selecting effective samples. However, these studies typically rely on a proxy backdoor injection task to identify an efficient set of poisoning samples. This proxy attack-based approach can lead to performance degradation if the proxy attack settings differ from those of the actual victims, due to the shortcut nature of backdoor learning. Furthermore, proxy attack-based methods are extremely time-consuming, as they require numerous complete backdoor injection processes for sample selection. To address these concerns, we present a Proxy attack-Free Strategy (PFS) designed to identify efficient poisoning samples based on the similarity between clean samples and their corresponding poisoning samples, as well as the diversity of the poisoning set. The proposed PFS is motivated by the observation that selecting samples with high similarity between clean and corresponding poisoning samples results in significantly higher attack success rates compared to using samples with low similarity. Additionally, we provide theoretical foundations to explain the proposed PFS. We comprehensively evaluate the proposed strategy across various datasets, triggers, poisoning rates, architectures, and training hyperparameters. Our experimental results demonstrate that PFS enhances backdoor attack efficiency while also offering a remarkable speed advantage over previous proxy attack-based selection methodologies.
