paper-with-me

Papers

Fine-Pruning: Defending Against Backdooring Attacks on Deep Neural Networks

2018-05-30 · Kang Liu, Brendan Dolan-Gavitt, Siddharth Garg

Deep neural networks (DNNs) provide excellent performance across a wide range of classification tasks, but their training requires high computational resources and is often outsourced to third parties. Recent work has shown that outsourced training introduces the risk that a malicious trainer will return a backdoored DNN that behaves normally on most inputs but causes targeted misclassifications or degrades the accuracy of the network when a trigger known only to the attacker is present. In this paper, we provide the first effective defenses against backdoor attacks on DNNs. We implement three backdoor attacks from prior work and use them to investigate two promising defenses, pruning and fine-tuning. We show that neither, by itself, is sufficient to defend against sophisticated attackers. We then evaluate fine-pruning, a combination of pruning and fine-tuning, and show that it successfully weakens or even eliminates the backdoors, i.e., in some cases reducing the attack success rate to 0% with only a 0.4% drop in accuracy for clean (non-triggering) inputs. Our work provides the first step toward defenses against backdoor attacks in deep neural networks.

📄 PDF Abstract BibTeX arXiv:1805.12185

Code (3)

Alaqian/Pruning-Defense-Against-Backdooring-Attacks-on-Deep-Neural-Networks tf
nicholasbennet/ml-cybersec-proj tf
unispac/subnet-replacement-attack pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Semantic Shield: Defending Vision-Language Models Against Backdooring and Poisoning via Fine-grained Knowledge Alignment

2024-11-23 · CVPR 2024 1 · Alvi Md Ishmam, Christopher Thomas

In recent years there has been enormous interest in vision-language models trained using self-supervised objectives. However, the use of large-scale datasets scraped from the web for training also makes these models vuln…

Language ModelingLanguage Modelling

Curse or Redemption? How Data Heterogeneity Affects the Robustness of Federated Learning

2021-02-01 · Syed Zawad, Ahsan Ali, Pin-Yu Chen, Ali Anwar 외

Data heterogeneity has been identified as one of the key features in federated learning but often overlooked in the lens of robustness to adversarial attacks. This paper focuses on characterizing and understanding its im…

Federated Learning

Revisiting Gradient Pruning: A Dual Realization for Defending against Gradient Attacks

2024-01-30 · Lulu Xue, Shengshan Hu, Ruizhi Zhao, Leo Yu Zhang 외

Collaborative learning (CL) is a distributed learning framework that aims to protect user privacy by allowing users to jointly train a model by sharing their gradient updates only. However, gradient inversion attacks (GI…

Pruning Strategies for Backdoor Defense in LLMs

2025-08-27 · Santosh Chapagain, Shah Muhammad Hamdi, Soukaina Filali Boubrahimi arxiv

Backdoor attacks are a significant threat to the performance and integrity of pre-trained language models. Although such models are routinely fine-tuned for downstream NLP tasks, recent work shows they remain vulnerable …

Reinforcement Learning

Dynamic Backdoor Attacks Against Machine Learning Models

2020-03-07 · Ahmed Salem, Rui Wen, Michael Backes, Shiqing Ma 외

Machine learning (ML) has made tremendous progress during the past decade and is being adopted in various critical real-world applications. However, recent research has shown that ML models are vulnerable to multiple sec…

Backdoor AttackBIG-bench Machine Learning