CVCRLGFeb 3, 2023

SoK: A Systematic Evaluation of Backdoor Trigger Characteristics in Image Classification

arXiv:2302.01740v29 citationsh-index: 39
AI Analysis

This work addresses the problem of understanding and improving stealthy backdoor attacks for machine learning security researchers, but it is incremental as it builds on existing attack methods without introducing new paradigms.

The paper systematically analyzes key parameters (trigger size, position, color, and poisoning rate) affecting backdoor attacks in image classification, evaluating them on state-of-the-art models and datasets to provide concrete directions for future research.

Deep learning achieves outstanding results in many machine learning tasks. Nevertheless, it is vulnerable to backdoor attacks that modify the training set to embed a secret functionality in the trained model. The modified training samples have a secret property, i. e., a trigger. At inference time, the secret functionality is activated when the input contains the trigger, while the model functions correctly in other cases. While there are many known backdoor attacks (and defenses), deploying a stealthy attack is still far from trivial. Successfully creating backdoor triggers depends on numerous parameters. Unfortunately, research has not yet determined which parameters contribute most to the attack performance. This paper systematically analyzes the most relevant parameters for the backdoor attacks, i.e., trigger size, position, color, and poisoning rate. Using transfer learning, which is very common in computer vision, we evaluate the attack on state-of-the-art models (ResNet, VGG, AlexNet, and GoogLeNet) and datasets (MNIST, CIFAR10, and TinyImageNet). Our attacks cover the majority of backdoor settings in research, providing concrete directions for future works. Our code is publicly available to facilitate the reproducibility of our results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes