paper-with-me

Papers

Few-shot Backdoor Defense Using Shapley Estimation

2021-12-30 · CVPR 2022 1 · Jiyang Guan, Zhuozhuo Tu, Ran He, DaCheng Tao

Deep neural networks have achieved impressive performance in a variety of tasks over the last decade, such as autonomous driving, face recognition, and medical diagnosis. However, prior works show that deep neural networks are easily manipulated into specific, attacker-decided behaviors in the inference stage by backdoor attacks which inject malicious small hidden triggers into model training, raising serious security threats. To determine the triggered neurons and protect against backdoor attacks, we exploit Shapley value and develop a new approach called Shapley Pruning (ShapPruning) that successfully mitigates backdoor attacks from models in a data-insufficient situation (1 image per class or even free of data). Considering the interaction between neurons, ShapPruning identifies the few infected neurons (under 1% of all neurons) and manages to protect the model's structure and accuracy after pruning as many infected neurons as possible. To accelerate ShapPruning, we further propose discarding threshold and $\epsilon$-greedy strategy to accelerate Shapley estimation, making it possible to repair poisoned models with only several minutes. Experiments demonstrate the effectiveness and robustness of our method against various attacks and tasks compared to existing methods.

📄 PDF Abstract BibTeX arXiv:2112.14889

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Drivingbackdoor defenseFace RecognitionMedical Diagnosis

Methods 이 논문이 사용한 방법론

Repair 설명 없음
Pruning 설명 없음

Similar 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 attac…

Autonomous Drivingbackdoor defenseFace RecognitionMedical Diagnosis

Black-box Backdoor Defense via Zero-shot Image Purification

2023-03-21 · NeurIPS 2023 11 · Yucheng Shi, Mengnan Du, Xuansheng Wu, Zihan Guan 외

Backdoor attacks inject poisoned samples into the training data, resulting in the misclassification of the poisoned input during a model's deployment. Defending against such attacks is challenging, especially for real-wo…

backdoor defense

SecureGaze: Defending Gaze Estimation Against Backdoor Attacks

2025-02-27 · Lingyu Du, Yupei Liu, Jinyuan Jia, Guohao Lan

Gaze estimation models are widely used in applications such as driver attention monitoring and human-computer interaction. While many methods for gaze estimation exist, they rely heavily on data-hungry deep learning to a…

Driver Attention MonitoringGaze Estimation

Breaking the False Sense of Security in Backdoor Defense through Re-Activation Attack

2024-05-25 · Mingli Zhu, Siyuan Liang, Baoyuan Wu

Deep neural networks face persistent challenges in defending against backdoor attacks, leading to an ongoing battle between attacks and defenses. While existing backdoor defense strategies have shown promising performanc…

Adversarial Attackbackdoor defenseContrastive Learningimage-classification+1

Defending Pre-trained Language Models as Few-shot Learners against Backdoor Attacks

2023-09-21 · NeurIPS 2023 11

Pre-trained language models (PLMs) have demonstrated remarkable performance as few-shot learners. However, their security risks under such settings are largely unexplored. In this work, we conduct a pilot study showing t…