paper-with-me

Papers

Universal Soldier: Using Universal Adversarial Perturbations for Detecting Backdoor Attacks

2023-02-01 · Xiaoyun Xu, Oguzhan Ersoy, Stjepan Picek

Deep learning models achieve excellent performance in numerous machine learning tasks. Yet, they suffer from security-related issues such as adversarial examples and poisoning (backdoor) attacks. A deep learning model may be poisoned by training with backdoored data or by modifying inner network parameters. Then, a backdoored model performs as expected when receiving a clean input, but it misclassifies when receiving a backdoored input stamped with a pre-designed pattern called "trigger". Unfortunately, it is difficult to distinguish between clean and backdoored models without prior knowledge of the trigger. This paper proposes a backdoor detection method by utilizing a special type of adversarial attack, universal adversarial perturbation (UAP), and its similarities with a backdoor trigger. We observe an intuitive phenomenon: UAPs generated from backdoored models need fewer perturbations to mislead the model than UAPs from clean models. UAPs of backdoored models tend to exploit the shortcut from all classes to the target class, built by the backdoor trigger. We propose a novel method called Universal Soldier for Backdoor detection (USB) and reverse engineering potential backdoor triggers via UAPs. Experiments on 345 models trained on several datasets show that USB effectively detects the injected backdoor and provides comparable or better results than state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2302.00747

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Locally optimal detection of stochastic targeted universal adversarial perturbations

2020-12-08 · Amish Goel, Pierre Moulin

Deep learning image classifiers are known to be vulnerable to small adversarial perturbations of input images. In this paper, we derive the locally optimal generalized likelihood ratio test (LO-GLRT) based detector for d…

image-classificationImage Classification

Universal Adversarial Perturbations and Image Spam Classifiers

2021-03-07 · Andy Phung, Mark Stamp

As the name suggests, image spam is spam email that has been embedded in an image. Image spam was developed in an effort to evade text-based filters. Modern deep learning-based classifiers perform well in detecting typic…

Adversarial AttackDeep LearningSpam detection

Defending Against Universal Perturbations With Shared Adversarial Training

2018-12-10 · ICCV 2019 10 · Chaithanya Kumar Mummadi, Thomas Brox, Jan Hendrik Metzen

Classifiers such as deep neural networks have been shown to be vulnerable against adversarial perturbations on problems with high-dimensional input space. While adversarial training improves the robustness of image class…

image-classificationImage ClassificationSemantic Segmentation

On the Universal Adversarial Perturbations for Efficient Data-free Adversarial Detection

2023-06-27 · Songyang Gao, Shihan Dou, Qi Zhang, Xuanjing Huang 외

Detecting adversarial samples that are carefully crafted to fool the model is a critical step to socially-secure applications. However, existing adversarial detection methods require access to sufficient training data, w…

text-classificationText Classification

Universal Adversarial Perturbation for Text Classification

2019-10-10 · Hang Gao, Tim Oates

Given a state-of-the-art deep neural network text classifier, we show the existence of a universal and very small perturbation vector (in the embedding space) that causes natural text to be misclassified with high probab…

Adversarial TextClassificationGeneral Classificationtext-classification+1