paper-with-me

Papers

Backdoor Defense via Test-Time Detecting and Repairing

2024-01-01 · CVPR 2024 1 · Jiyang Guan, Jian Liang, Ran He

Deep neural networks have played a crucial part in many critical domains such as autonomous driving face recognition and medical diagnosis. However deep neural networks are facing security threats from backdoor attacks and can be manipulated into attacker-decided behaviors by the backdoor attacker. To defend the backdoor prior research has focused on using clean data to remove backdoor attacks before model deployment. In this paper we investigate the possibility of defending against backdoor attacks by utilizing test-time partially poisoned data to remove the backdoor from the model. To address the problem a two-stage method TTBD is proposed. In the first stage we propose a backdoor sample detection method DDP to identify poisoned samples from a batch of mixed partially poisoned samples. Once the poisoned samples are detected we employ Shapley estimation to calculate the contribution of each neuron's significance in the network locate the poisoned neurons and prune them to remove backdoor in the models. Our experiments demonstrate that TTBD removes the backdoor successfully with only a batch of partially poisoned data across different model architectures and datasets against different types of backdoor attacks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Drivingbackdoor defenseFace RecognitionMedical Diagnosis

Similar Papers 제목 키워드 기반

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

BDMMT: Backdoor Sample Detection for Language Models through Model Mutation Testing

2023-01-25 · Jiali Wei, Ming Fan, Wenjing Jiao, Wuxia Jin 외

Deep neural networks (DNNs) and natural language processing (NLP) systems have developed rapidly and have been widely used in various real-world fields. However, they have been shown to be vulnerable to backdoor attacks.…

Backdoor AttackSentenceSST-2Style Transfer

Towards Unified Robustness Against Both Backdoor and Adversarial Attacks

2024-05-28 · Zhenxing Niu, Yuyao Sun, Qiguang Miao, Rong Jin 외

Deep Neural Networks (DNNs) are known to be vulnerable to both backdoor and adversarial attacks. In the literature, these two types of attacks are commonly treated as distinct robustness problems and solved separately, s…

Adversarial DefenseAdversarial RobustnessBackdoor Attackbackdoor defense

Test-Time Backdoor Detection for Object Detection Models

2025-03-19 · CVPR 2025 1 · Hangtao Zhang, Yichen Wang, Shihui Yan, Chenyu Zhu 외

Object detection models are vulnerable to backdoor attacks, where attackers poison a small subset of training samples by embedding a predefined trigger to manipulate prediction. Detecting poisoned samples (i.e., those co…

image-classificationImage ClassificationObjectobject-detection+1

From Internal Diagnosis to External Auditing: A VLM-Driven Paradigm for Data-Free Online Backdoor Defense

2026-01-27 · Binyan Xu, Fan Yang, Xilin Dai, Di Tang 외 arxiv

Deep Neural Networks remain inherently vulnerable to backdoor attacks. Traditional test-time defenses largely operate under the paradigm of internal diagnosis methods like model repairing or input robustness, yet these a…