paper-with-me

홈 › Papers

Adversarial Reprogramming of Neural Networks

2018-06-28 · ICLR 2019 5 · Gamaleldin F. Elsayed, Ian Goodfellow, Jascha Sohl-Dickstein

Deep neural networks are susceptible to \emph{adversarial} attacks. In computer vision, well-crafted perturbations to images can cause neural networks to make mistakes such as confusing a cat with a computer. Previous adversarial attacks have been designed to degrade performance of models or cause machine learning models to produce specific outputs chosen ahead of time by the attacker. We introduce attacks that instead {\em reprogram} the target model to perform a task chosen by the attacker---without the attacker needing to specify or compute the desired output for each test-time input. This attack finds a single adversarial perturbation, that can be added to all test-time inputs to a machine learning model in order to cause the model to perform a task chosen by the adversary---even if the model was not trained to do this task. These perturbations can thus be considered a program for the new task. We demonstrate adversarial reprogramming on six ImageNet classification models, repurposing these models to perform a counting task, as well as classification tasks: classification of MNIST and CIFAR-10 examples presented as inputs to the ImageNet model.

📄 PDF Abstract BibTeX arXiv:1806.11146

Code (6)

abhigoyal1997/adv_reprogramming pytorch
ashutoshbsathe/adversarial_reprogramming pytorch
ayushchopra96/adversarial-reprogram tf
gunagg/adversarial_reprogramming tf
lizhuorong/Adversarial-Reprogramming-tensorflow tf
mishig25/adversarial-reprogramming-keras tf

Tasks

BIG-bench Machine LearningGeneral Classification

Similar Papers 제목 키워드 기반

Why Adversarial Reprogramming Works, When It Fails, and How to Tell the Difference

2021-08-26 · Yang Zheng, Xiaoyi Feng, Zhaoqiang Xia, Xiaoyue Jiang 외

Adversarial reprogramming allows repurposing a machine-learning model to perform a different task. For example, a model trained to recognize animals can be reprogrammed to recognize digits by embedding an adversarial pro…

BIG-bench Machine LearningTransfer Learning

Adversarial Reprogramming Revisited

2022-06-07 · Matthias Englert, Ranko Lazic

Adversarial reprogramming, introduced by Elsayed, Goodfellow, and Sohl-Dickstein, seeks to repurpose a neural network to perform a different task, by manipulating its input without modifying its weights. We prove that tw…

Cross-modal Adversarial Reprogramming

2021-02-15 · Paarth Neekhara, Shehzeen Hussain, Jinglong Du, Shlomo Dubnov 외

With the abundance of large-scale deep learning models, it has become possible to repurpose pre-trained networks for new tasks. Recent works on adversarial reprogramming have shown that it is possible to repurpose neural…

ClassificationGeneral Classificationimage-classificationImage Classification

WARP: Word-level Adversarial ReProgramming

2021-01-01 · ACL 2021 5 · Karen Hambardzumyan, Hrant Khachatrian, Jonathan May

Transfer learning from pretrained language models recently became the dominant approach for solving many NLP tasks. A common approach to transfer learning for multiple tasks that maximize parameter sharing trains one or …

Language ModelingLanguage ModellingTransfer LearningWord Embeddings

Adversarial Reprogramming of Text Classification Neural Networks

2018-09-06 · IJCNLP 2019 11 · Paarth Neekhara, Shehzeen Hussain, Shlomo Dubnov, Farinaz Koushanfar

Adversarial Reprogramming has demonstrated success in utilizing pre-trained neural network classifiers for alternative classification tasks without modification to the original network. An adversary in such an attack sce…

ClassificationGeneral Classificationtext-classificationText Classification