paper-with-me

홈 › Papers

BeniFul: Backdoor Defense via Middle Feature Analysis for Deep Neural Networks

2024-10-15 · Xinfu Li, Junying Zhang, Xindi Ma

Backdoor defenses have recently become important in resisting backdoor attacks in deep neural networks (DNNs), where attackers implant backdoors into the DNN model by injecting backdoor samples into the training dataset. Although there are many defense methods to achieve backdoor detection for DNN inputs and backdoor elimination for DNN models, they still have not presented a clear explanation of the relationship between these two missions. In this paper, we use the features from the middle layer of the DNN model to analyze the difference between backdoor and benign samples and propose Backdoor Consistency, which indicates that at least one backdoor exists in the DNN model if the backdoor trigger is detected exactly on input. By analyzing the middle features, we design an effective and comprehensive backdoor defense method named BeniFul, which consists of two parts: a gray-box backdoor input detection and a white-box backdoor elimination. Specifically, we use the reconstruction distance from the Variational Auto-Encoder and model inference results to implement backdoor input detection and a feature distance loss to achieve backdoor elimination. Experimental results on CIFAR-10 and Tiny ImageNet against five state-of-the-art attacks demonstrate that our BeniFul exhibits a great defense capability in backdoor input detection and backdoor elimination.

📄 PDF Abstract BibTeX arXiv:2410.14723

Code (0)

등록된 구현이 없습니다.

Tasks

backdoor defense

Similar Papers 제목 키워드 기반

Adversarial Backdoor Defense in CLIP

2024-09-24 · Junhao Kuang, Siyuan Liang, Jiawei Liang, Kuanrong Liu 외

Multimodal contrastive pretraining, exemplified by models like CLIP, has been found to be vulnerable to backdoor attacks. While current backdoor defense methods primarily employ conventional data augmentation to create a…

backdoor defenseData Augmentation

Expose Before You Defend: Unifying and Enhancing Backdoor Defenses via Exposed Models

2024-10-25 · Yige Li, Hanxun Huang, Jiaming Zhang, Xingjun Ma 외

Backdoor attacks covertly implant triggers into deep neural networks (DNNs) by poisoning a small portion of the training data with pre-designed backdoor triggers. This vulnerability is exacerbated in the era of large mod…

backdoor defenseModel EditingSST-2

Towards Backdoor Stealthiness in Model Parameter Space

2025-01-10 · Xiaoyun Xu, Zhuoran Liu, Stefanos Koffas, Stjepan Picek

Recent research on backdoor stealthiness focuses mainly on indistinguishable triggers in input space and inseparable backdoor representations in feature space, aiming to circumvent backdoor defenses that examine these re…

backdoor defensemodel

Unlearning Backdoor Attacks for LLMs with Weak-to-Strong Knowledge Distillation

2024-10-18 · Shuai Zhao, Xiaobao Wu, Cong-Duy Nguyen, Yanhao Jia 외

Parameter-efficient fine-tuning (PEFT) can bridge the gap between large language models (LLMs) and downstream tasks. However, PEFT has been proven vulnerable to malicious attacks. Research indicates that poisoned LLMs, e…

Backdoor AttackKnowledge DistillationLanguage ModelingLanguage Modelling+3

Effective Backdoor Defense by Exploiting Sensitivity of Poisoned Samples

2022-11-01 · NeurIPS 2022 11 · Weixin Chen, Baoyuan Wu, Haoqian Wang

Poisoning-based backdoor attacks are serious threat for training deep models on data from untrustworthy sources. Given a backdoored model, we observe that the feature representations of poisoned samples with trigger are …

backdoor defenseSensitivity