LGCRMLJun 11, 2020

Backdoor Smoothing: Demystifying Backdoor Attacks on Deep Neural Networks

arXiv:2006.06721v414 citations
Originality Incremental advance
AI Analysis

This work addresses the fundamental issue of backdoor attack mechanisms for machine learning security researchers, providing incremental insights into attack detection and defense design.

The paper tackles the problem of understanding why backdoor attacks succeed in deep neural networks by revealing that these attacks induce a smoother decision function around triggered samples, a phenomenon termed backdoor smoothing, and they quantify this with a measure showing increased smoothness correlates with more successful attacks.

Backdoor attacks mislead machine-learning models to output an attacker-specified class when presented a specific trigger at test time. These attacks require poisoning the training data to compromise the learning algorithm, e.g., by injecting poisoning samples containing the trigger into the training set, along with the desired class label. Despite the increasing number of studies on backdoor attacks and defenses, the underlying factors affecting the success of backdoor attacks, along with their impact on the learning algorithm, are not yet well understood. In this work, we aim to shed light on this issue by unveiling that backdoor attacks induce a smoother decision function around the triggered samples -- a phenomenon which we refer to as \textit{backdoor smoothing}. To quantify backdoor smoothing, we define a measure that evaluates the uncertainty associated to the predictions of a classifier around the input samples. Our experiments show that smoothness increases when the trigger is added to the input samples, and that this phenomenon is more pronounced for more successful attacks. We also provide preliminary evidence that backdoor triggers are not the only smoothing-inducing patterns, but that also other artificial patterns can be detected by our approach, paving the way towards understanding the limitations of current defenses and designing novel ones.

Foundations

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

Your Notes