paper-with-me

홈 › Papers

L-RED: Efficient Post-Training Detection of Imperceptible Backdoor Attacks without Access to the Training Set

2020-10-20 · Zhen Xiang, David J. Miller, George Kesidis

Backdoor attacks (BAs) are an emerging form of adversarial attack typically against deep neural network image classifiers. The attacker aims to have the classifier learn to classify to a target class when test images from one or more source classes contain a backdoor pattern, while maintaining high accuracy on all clean test images. Reverse-Engineering-based Defenses (REDs) against BAs do not require access to the training set but only to an independent clean dataset. Unfortunately, most existing REDs rely on an unrealistic assumption that all classes except the target class are source classes of the attack. REDs that do not rely on this assumption often require a large set of clean images and heavy computation. In this paper, we propose a Lagrangian-based RED (L-RED) that does not require knowledge of the number of source classes (or whether an attack is present). Our defense requires very few clean images to effectively detect BAs and is computationally efficient. Notably, we detect 56 out of 60 BAs using only two clean images per class in our experiments on CIFAR-10.

📄 PDF Abstract BibTeX arXiv:2010.09987

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

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

DEFEAT: Deep Hidden Feature Backdoor Attacks by Imperceptible Perturbation and Latent Representation Constraints

2022-01-01 · CVPR 2022 1 · Zhendong Zhao, Xiaojun Chen, Yuexin Xuan, Ye Dong 외

Backdoor attack is a type of serious security threat to deep learning models.An adversary can provide users with a model trained on poisoned data to manipulate prediction behavior in test stage using a backdoor. The …

Backdoor Attack

Reverse Engineering Imperceptible Backdoor Attacks on Deep Neural Networks for Detection and Training Set Cleansing

2020-10-15 · Zhen Xiang, David J. Miller, George Kesidis

Backdoor data poisoning is an emerging form of adversarial attack usually against deep neural network image classifiers. The attacker poisons the training set with a relatively small set of images from one (or several) s…

Adversarial AttackData Poisoning

BadFusion: 2D-Oriented Backdoor Attacks against 3D Object Detection

2024-05-06 · Saket S. Chaturvedi, Lan Zhang, Wenbin Zhang, Pan He 외

3D object detection plays an important role in autonomous driving; however, its vulnerability to backdoor attacks has become evident. By injecting ''triggers'' to poison the training dataset, backdoor attacks manipulate …

2D Object Detection3D Object DetectionAutonomous DrivingBackdoor Attack+3

Backdoor Attack with Imperceptible Input and Latent Modification

2021-12-01 · NeurIPS 2021 12 · Khoa Doan, Yingjie Lao, Ping Li

Recent studies have shown that deep neural networks (DNN) are vulnerable to various adversarial attacks. In particular, an adversary can inject a stealthy backdoor into a model such that the compromised model will behave…

Backdoor Attack