paper-with-me

Papers

Backdoor Attack against One-Class Sequential Anomaly Detection Models

2024-02-15 · He Cheng, Shuhan Yuan

Deep anomaly detection on sequential data has garnered significant attention due to the wide application scenarios. However, deep learning-based models face a critical security threat - their vulnerability to backdoor attacks. In this paper, we explore compromising deep sequential anomaly detection models by proposing a novel backdoor attack strategy. The attack approach comprises two primary steps, trigger generation and backdoor injection. Trigger generation is to derive imperceptible triggers by crafting perturbed samples from the benign normal data, of which the perturbed samples are still normal. The backdoor injection is to properly inject the backdoor triggers to comprise the model only for the samples with triggers. The experimental results demonstrate the effectiveness of our proposed attack strategy by injecting backdoors on two well-established one-class anomaly detection models.

📄 PDF Abstract BibTeX arXiv:2402.10283

Code (1)

serendipity618/ba-ocad 공식 구현 pytorch

Tasks

Anomaly DetectionBackdoor Attack

Similar Papers 제목 키워드 기반

BadSAD: Clean-Label Backdoor Attacks against Deep Semi-Supervised Anomaly Detection

2024-12-17 · He Cheng, Depeng Xu, Shuhan Yuan

Image anomaly detection (IAD) is essential in applications such as industrial inspection, medical imaging, and security. Despite the progress achieved with deep learning models like Deep Semi-Supervised Anomaly Detection…

Anomaly DetectionBackdoor AttackDeep LearningSemi-supervised Anomaly Detection+1

UMD: Unsupervised Model Detection for X2X Backdoor Attacks

2023-05-29 · Zhen Xiang, Zidi Xiong, Bo Li

Backdoor (Trojan) attack is a common threat to deep neural networks, where samples from one or more source classes embedded with a backdoor trigger will be misclassified to adversarial target classes. Existing methods fo…

model

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

PiDAn: A Coherence Optimization Approach for Backdoor Attack Detection and Mitigation in Deep Neural Networks

2022-03-17 · Yue Wang, Wenqing Li, Esha Sarkar, Muhammad Shafique 외

Backdoor attacks impose a new threat in Deep Neural Networks (DNNs), where a backdoor is inserted into the neural network by poisoning the training dataset, misclassifying inputs that contain the adversary trigger. The m…

Anomaly DetectionBackdoor Attack