CRAILGSep 23, 2021

FooBaR: Fault Fooling Backdoor Attack on Neural Network Training

arXiv:2109.11249v214 citations
Originality Highly original
AI Analysis

This addresses a security vulnerability in neural network training for applications like image classification, representing a new paradigm rather than an incremental improvement.

The paper introduces a novel fault injection attack during neural network training, enabling attackers to create malicious inputs for controlled misclassifications at inference time without further faults, achieving attack success rates from 60% to 100% with as few as 25 attacked neurons while maintaining high accuracy on the original task.

Neural network implementations are known to be vulnerable to physical attack vectors such as fault injection attacks. As of now, these attacks were only utilized during the inference phase with the intention to cause a misclassification. In this work, we explore a novel attack paradigm by injecting faults during the training phase of a neural network in a way that the resulting network can be attacked during deployment without the necessity of further faulting. In particular, we discuss attacks against ReLU activation functions that make it possible to generate a family of malicious inputs, which are called fooling inputs, to be used at inference time to induce controlled misclassifications. Such malicious inputs are obtained by mathematically solving a system of linear equations that would cause a particular behaviour on the attacked activation functions, similar to the one induced in training through faulting. We call such attacks fooling backdoors as the fault attacks at the training phase inject backdoors into the network that allow an attacker to produce fooling inputs. We evaluate our approach against multi-layer perceptron networks and convolutional networks on a popular image classification task obtaining high attack success rates (from 60% to 100%) and high classification confidence when as little as 25 neurons are attacked while preserving high accuracy on the originally intended classification task.

Code Implementations1 repo
Foundations

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

Your Notes