paper-with-me

Papers

Label-Consistent Backdoor Attacks

2019-12-05 · Alexander Turner, Dimitris Tsipras, Aleksander Madry

Deep neural networks have been demonstrated to be vulnerable to backdoor attacks. Specifically, by injecting a small number of maliciously constructed inputs into the training set, an adversary is able to plant a backdoor into the trained model. This backdoor can then be activated during inference by a backdoor trigger to fully control the model's behavior. While such attacks are very effective, they crucially rely on the adversary injecting arbitrary inputs that are---often blatantly---mislabeled. Such samples would raise suspicion upon human inspection, potentially revealing the attack. Thus, for backdoor attacks to remain undetected, it is crucial that they maintain label-consistency---the condition that injected inputs are consistent with their labels. In this work, we leverage adversarial perturbations and generative models to execute efficient, yet label-consistent, backdoor attacks. Our approach is based on injecting inputs that appear plausible, yet are hard to classify, hence causing the model to rely on the (easier-to-learn) backdoor trigger.

📄 PDF Abstract BibTeX arXiv:1912.02771

Code (2)

MadryLab/label-consistent-backdoor-code tf
xandery-geek/BackdoorAttacks pytorch

Similar Papers 제목 키워드 기반

Clean-Label Backdoor Attacks on Video Recognition Models

2020-03-06 · CVPR 2020 6 · Shihao Zhao, Xingjun Ma, Xiang Zheng, James Bailey 외

Deep neural networks (DNNs) are vulnerable to backdoor attacks which can hide backdoor triggers in DNNs by poisoning training data. A backdoored model behaves normally on clean test images, yet consistently predicts a pa…

Backdoor Attackbackdoor defenseimage-classificationImage Classification+1

Detecting Backdoor Poisoning Attacks on Deep Neural Networks by Heatmap Clustering

2022-04-27 · Lukas Schulth, Christian Berghoff, Matthias Neu

Predicitions made by neural networks can be fraudulently altered by so-called poisoning attacks. A special case are backdoor poisoning attacks. We study suitable detection methods and introduce a new method called Heatma…

Clustering

Large Language Models Are Better Adversaries: Exploring Generative Clean-Label Backdoor Attacks Against Text Classifiers

2023-10-28 · Wencong You, Zayd Hammoudeh, Daniel Lowd

Backdoor attacks manipulate model predictions by inserting innocuous triggers into training and test data. We focus on more realistic and more challenging clean-label attacks where the adversarial training examples are c…

Clean-Label Backdoor Attacks

2019-05-01 · ICLR 2019 5 · Alexander Turner, Dimitris Tsipras, Aleksander Madry

Deep neural networks have been recently demonstrated to be vulnerable to backdoor attacks. Specifically, by altering a small set of training examples, an adversary is able to install a backdoor that can be used during in…

Seal Your Backdoor with Variational Defense

2025-03-11 · Ivan Sabolić, Matej Grcić, Siniša Šegvić

We propose VIBE, a model-agnostic framework that trains classifiers resilient to backdoor attacks. The key concept behind our approach is to treat malicious inputs and corrupted labels from the training dataset as observ…

Representation LearningVariational Inference