paper-with-me

Papers

Post-Training Detection of Backdoor Attacks for Two-Class and Multi-Attack Scenarios

2022-01-20 · ICLR 2022 4 · Zhen Xiang, David J. Miller, George Kesidis

Backdoor attacks (BAs) are an emerging threat to deep neural network classifiers. A victim classifier will predict to an attacker-desired target class whenever a test sample is embedded with the same backdoor pattern (BP) that was used to poison the classifier's training set. Detecting whether a classifier is backdoor attacked is not easy in practice, especially when the defender is, e.g., a downstream user without access to the classifier's training set. This challenge is addressed here by a reverse-engineering defense (RED), which has been shown to yield state-of-the-art performance in several domains. However, existing REDs are not applicable when there are only {\it two classes} or when {\it multiple attacks} are present. These scenarios are first studied in the current paper, under the practical constraints that the defender neither has access to the classifier's training set nor to supervision from clean reference classifiers trained for the same domain. We propose a detection framework based on BP reverse-engineering and a novel {\it expected transferability} (ET) statistic. We show that our ET statistic is effective {\it using the same detection threshold}, irrespective of the classification domain, the attack configuration, and the BP reverse-engineering algorithm that is used. The excellent performance of our method is demonstrated on six benchmark datasets. Notably, our detection framework is also applicable to multi-class scenarios with multiple attacks. Code is available at https://github.com/zhenxianglance/2ClassBADetection.

📄 PDF Abstract BibTeX arXiv:2201.08474

Code (1)

zhenxianglance/2classbadetection 공식 구현 pytorch

Similar Papers 제목 키워드 기반

MM-BD: Post-Training Detection of Backdoor Attacks with Arbitrary Backdoor Pattern Types Using a Maximum Margin Statistic

2022-05-13 · Hang Wang, Zhen Xiang, David J. Miller, George Kesidis

Backdoor attacks are an important type of adversarial threat against deep neural network classifiers, wherein test samples from one or more source classes will be (mis)classified to the attacker's target class when a bac…

Adversarial AttackBackdoor Attackbackdoor defenseVocal Bursts Type Prediction

Detection of Backdoors in Trained Classifiers Without Access to the Training Set

2019-08-27 · Zhen Xiang, David J. Miller, George Kesidis

Recently, a special type of data poisoning (DP) attack targeting Deep Neural Network (DNN) classifiers, known as a backdoor, was proposed. These attacks do not seek to degrade classification accuracy, but rather to have …

Anomaly DetectionData PoisoningUnsupervised Anomaly Detection

Test-Time Detection of Backdoor Triggers for Poisoned Deep Neural Networks

2021-12-06 · Xi Li, Zhen Xiang, David J. Miller, George Kesidis

Backdoor (Trojan) attacks are emerging threats against deep neural networks (DNN). A DNN being attacked will predict to an attacker-desired target class whenever a test sample from any source class is embedded with a bac…

Backdoor Attackimage-classificationImage Classification

Improved Activation Clipping for Universal Backdoor Mitigation and Test-Time Detection

2023-08-08 · Hang Wang, Zhen Xiang, David J. Miller, George Kesidis

Deep neural networks are vulnerable to backdoor attacks (Trojans), where an attacker poisons the training set with backdoor triggers so that the neural network learns to classify test-time triggers to the attacker's desi…

image-classificationImage Classification

ReVeil: Unconstrained Concealed Backdoor Attack on Deep Neural Networks using Machine Unlearning

2025-02-17 · Manaar Alam, Hithem Lamri, Michail Maniatakos

Backdoor attacks embed hidden functionalities in deep neural networks (DNN), triggering malicious behavior with specific inputs. Advanced defenses monitor anomalous DNN inferences to detect such attacks. However, conceal…

Backdoor AttackMachine Unlearning