paper-with-me

홈 › Papers

Adversarial Examples Make Strong Poisons

2021-06-21 · NeurIPS 2021 12 · Liam Fowl, Micah Goldblum, Ping-Yeh Chiang, Jonas Geiping, Wojtek Czaja, Tom Goldstein

The adversarial machine learning literature is largely partitioned into evasion attacks on testing data and poisoning attacks on training data. In this work, we show that adversarial examples, originally intended for attacking pre-trained models, are even more effective for data poisoning than recent methods designed specifically for poisoning. Our findings indicate that adversarial examples, when assigned the original label of their natural base image, cannot be used to train a classifier for natural images. Furthermore, when adversarial examples are assigned their adversarial class label, they are useful for training. This suggests that adversarial examples contain useful semantic content, just with the ``wrong'' labels (according to a network, but not a human). Our method, adversarial poisoning, is substantially more effective than existing poisoning methods for secure dataset release, and we release a poisoned version of ImageNet, ImageNet-P, to encourage research into the strength of this form of data obfuscation.

📄 PDF Abstract BibTeX arXiv:2106.10807

Code (3)

lhfowl/adversarial_poisons 공식 구현 pytorch
psandovalsegura/learn-from-unlearnable pytorch
wxzyd123/safespeech pytorch

Tasks

Data Poisoning

Similar Papers 제목 키워드 기반

Poisons that are learned faster are more effective

2022-04-19 · Pedro Sandoval-Segura, Vasu Singla, Liam Fowl, Jonas Geiping 외

Imperceptible poisoning attacks on entire datasets have recently been touted as methods for protecting data privacy. However, among a number of defenses preventing the practical use of these techniques, early-stopping st…

Not All Poisons are Created Equal: Robust Training against Data Poisoning

2022-10-18 · Yu Yang, Tian Yu Liu, Baharan Mirzasoleiman

Data poisoning causes misclassification of test time target examples by injecting maliciously crafted samples in the training data. Existing defenses are often effective only against a specific type of targeted attack, s…

AllData Poisoning

What Doesn't Kill You Makes You Robust(er): How to Adversarially Train against Data Poisoning

2021-02-26 · Jonas Geiping, Liam Fowl, Gowthami Somepalli, Micah Goldblum 외

Data poisoning is a threat model in which a malicious actor tampers with training data to manipulate outcomes at inference time. A variety of defenses against this threat model have been proposed, but each suffers from a…

Data Poisoning

Friendly Noise against Adversarial Noise: A Powerful Defense against Data Poisoning Attacks

2022-08-14 · Tian Yu Liu, Yu Yang, Baharan Mirzasoleiman

A powerful category of (invisible) data poisoning attacks modify a subset of training examples by small adversarial perturbations to change the prediction of certain test-time data. Existing defense mechanisms are not de…

Data Poisoning

Exploiting Supervised Poison Vulnerability to Strengthen Self-Supervised Defense

2024-09-13 · Jeremy Styborski, Mingzhi Lyu, Yi Huang, Adams Kong

Availability poisons exploit supervised learning (SL) algorithms by introducing class-related shortcut features in images such that models trained on poisoned data are useless for real-world datasets. Self-supervised lea…

Self-Supervised Learning