paper-with-me

Papers

Towards Backdoor Attacks and Defense in Robust Machine Learning Models

2020-02-25 · Ezekiel Soremekun, Sakshi Udeshi, Sudipta Chattopadhyay

The introduction of robust optimisation has pushed the state-of-the-art in defending against adversarial attacks. Notably, the state-of-the-art projected gradient descent (PGD)-based training method has been shown to be universally and reliably effective in defending against adversarial inputs. This robustness approach uses PGD as a reliable and universal "first-order adversary". However, the behaviour of such optimisation has not been studied in the light of a fundamentally different class of attacks called backdoors. In this paper, we study how to inject and defend against backdoor attacks for robust models trained using PGD-based robust optimisation. We demonstrate that these models are susceptible to backdoor attacks. Subsequently, we observe that backdoors are reflected in the feature representation of such models. Then, this observation is leveraged to detect such backdoor-infected models via a detection technique called AEGIS. Specifically, given a robust Deep Neural Network (DNN) that is trained using PGD-based first-order adversarial training approach, AEGIS uses feature clustering to effectively detect whether such DNNs are backdoor-infected or clean. In our evaluation of several visible and hidden backdoor triggers on major classification tasks using CIFAR-10, MNIST and FMNIST datasets, AEGIS effectively detects PGD-trained robust DNNs infected with backdoors. AEGIS detects such backdoor-infected models with 91.6% accuracy (11 out of 12 tested models), without any false positives. Furthermore, AEGIS detects the targeted class in the backdoor-infected model with a reasonably low (11.1%) false positive rate. Our investigation reveals that salient features of adversarially robust DNNs could be promising to break the stealthy nature of backdoor attacks.

📄 PDF Abstract BibTeX arXiv:2003.00865

Code (1)

THUYimingLi/backdoor-learning-resources 공식 구현

Tasks

BIG-bench Machine LearningClustering

Similar Papers 제목 키워드 기반

Fine-Tuning Is All You Need to Mitigate Backdoor Attacks

2022-12-18 · Zeyang Sha, Xinlei He, Pascal Berrang, Mathias Humbert 외

Backdoor attacks represent one of the major threats to machine learning models. Various efforts have been made to mitigate backdoors. However, existing defenses have become increasingly complex and often require high com…

All

TextGuard: Provable Defense against Backdoor Attacks on Text Classification

2023-11-19 · Hengzhi Pei, Jinyuan Jia, Wenbo Guo, Bo Li 외

Backdoor attacks have become a major security threat for deploying machine learning models in security-critical applications. Existing research endeavors have proposed many defenses against backdoor attacks. Despite demo…

ClassificationSentencetext-classificationText Classification

BagFlip: A Certified Defense against Data Poisoning

2022-05-26 · Yuhao Zhang, Aws Albarghouthi, Loris D'Antoni

Machine learning models are vulnerable to data-poisoning attacks, in which an attacker maliciously modifies the training set to change the prediction of a learned model. In a trigger-less attack, the attacker can modify …

Backdoor AttackData Poisoningimage-classificationImage Classification+1

Protecting against simultaneous data poisoning attacks

2024-08-23 · Neel Alex, Shoaib Ahmed Siddiqui, Amartya Sanyal, David Krueger

Current backdoor defense methods are evaluated against a single attack at a time. This is unrealistic, as powerful machine learning systems are trained on large datasets scraped from the internet, which may be attacked m…

backdoor defenseData Poisoning

From Shortcuts to Triggers: Backdoor Defense with Denoised PoE

2023-05-24 · Qin Liu, Fei Wang, Chaowei Xiao, Muhao Chen

Language models are often at risk of diverse backdoor attacks, especially data poisoning. Thus, it is important to investigate defense solutions for addressing them. Existing backdoor defense methods mainly focus on back…

backdoor defenseData PoisoningDenoisingSentence+1