ICASSP 2023accepted0 citations

Training Set Cleansing of Backdoor Poisoning by Self-Supervised Representation Learning

Hang Wang, Sahar Karami, Ousmane Dia, Hippolyt Ritter, Ehsan Emamjomeh-Zadeh, Jiahui Chen, Zhen Xiang, David J. Miller

Abstract

A backdoor or Trojan attack is an important type of data poisoning attack against deep neural network (DNN) classifiers, wherein the training dataset is poisoned with a small number of samples that each possess the backdoor pattern (usually a pattern that is either imperceptible or innocuous) and which are mislabeled to the attacker’s target class. When trained on a backdoor-poisoned dataset, a DNN behaves normally on most benign test samples but makes incorrect predictions to the target class when the test sample has the backdoor pattern incorporated (i.e., contains a backdoor trigger). Here we focus on image classification tasks and show that supervised training may build stronger association between the backdoor pattern and the associated target class than that between normal features and the true class of origin. By contrast, self-supervised representation learning ignores the labels of samples and learns a feature embedding based on images’ semantic content. Using a feature embedding found by self-supervised representation learning, a data cleansing method, which combines sample filtering and relabeling, is developed. Experiments on CIFAR-10 benchmark datasets show that our method achieves state-of-the-art performance in mitigating backdoor attacks.

BibTeX
@inproceedings{icassp2023_trainingsetclean,
  title = {Training Set Cleansing of Backdoor Poisoning by Self-Supervised Representation Learning},
  author = {Hang Wang and Sahar Karami and Ousmane Dia and Hippolyt Ritter and Ehsan Emamjomeh-Zadeh and Jiahui Chen and Zhen Xiang and David J. Miller and George Kesidis},
  booktitle = {ICASSP 2023},
  year = {2023}
}