paper-with-me

Papers

Mitigating Backdoor Attack Via Prerequisite Transformation

2023-06-03 · Han Gao

In recent years, with the successful application of DNN in fields such as NLP and CV, its security has also received widespread attention. (Author) proposed the method of backdoor attack in Badnet. Switch implanted backdoor into the model by poisoning the training samples. The model with backdoor did not exhibit any abnormalities on the normal validation sample set, but in the input with trigger, they were mistakenly classified as the attacker's designated category or randomly classified as a different category from the ground truth, This attack method seriously threatens the normal application of DNN in real life, such as autonomous driving, object detection, etc.This article proposes a new method to combat backdoor attacks. We refer to the features in the area covered by the trigger as trigger features, and the remaining areas as normal features. By introducing prerequisite calculation conditions during the training process, these conditions have little impact on normal features and trigger features, and can complete the training of a standard backdoor model. The model trained under these prerequisite calculation conditions can, In the verification set D'val with the same premise calculation conditions, the performance is consistent with that of the ordinary backdoor model. However, in the verification set Dval without the premise calculation conditions, the verification accuracy decreases very little (7%~12%), while the attack success rate (ASR) decreases from 90% to about 8%.Author call this method Prerequisite Transformation(PT).

📄 PDF Abstract BibTeX arXiv:2306.01983

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingBackdoor Attackobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Defending Backdoor Attacks on Vision Transformer via Patch Processing

2022-06-24 · Khoa D. Doan, Yingjie Lao, Peng Yang, Ping Li

Vision Transformers (ViTs) have a radically different architecture with significantly less inductive bias than Convolutional Neural Networks. Along with the improvement in performance, security and robustness of ViTs are…

Backdoor AttackInductive Bias

Robust Backdoor Attacks against Deep Neural Networks in Real Physical World

2021-04-15 · Mingfu Xue, Can He, Shichang Sun, Jian Wang 외

Deep neural networks (DNN) have been widely deployed in various applications. However, many researches indicated that DNN is vulnerable to backdoor attacks. The attacker can create a hidden backdoor in target DNN model, …

Backdoor AttackFace Recognition

SecureSplit: Mitigating Backdoor Attacks in Split Learning

2026-01-20 · Zhihao Dou, Dongfei Cui, Weida Wang, Anjun Gao 외 arxiv

Split Learning (SL) offers a framework for collaborative model training that respects data privacy by allowing participants to share the same dataset while maintaining distinct feature sets. However, SL is susceptible to…

BATT: Backdoor Attack with Transformation-based Triggers

2022-11-02 · Tong Xu, Yiming Li, Yong Jiang, Shu-Tao Xia

Deep neural networks (DNNs) are vulnerable to backdoor attacks. The backdoor adversaries intend to maliciously control the predictions of attacked DNNs by injecting hidden backdoors that can be activated by adversary-spe…

Backdoor Attack

Shortcuts Everywhere and Nowhere: Exploring Multi-Trigger Backdoor Attacks

2024-01-27 · Yige Li, Jiabo He, Hanxun Huang, Jun Sun 외

Backdoor attacks have become a significant threat to the pre-training and deployment of deep neural networks (DNNs). Although numerous methods for detecting and mitigating backdoor attacks have been proposed, most rely o…