paper-with-me

홈 › Papers

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 two-layer ReLU neural networks with random weights can be adversarially reprogrammed to achieve arbitrarily high accuracy on Bernoulli data models over hypercube vertices, provided the network width is no greater than its input dimension. We also substantially strengthen a recent result of Phuong and Lampert on directional convergence of gradient flow, and obtain as a corollary that training two-layer ReLU neural networks on orthogonally separable datasets can cause their adversarial reprogramming to fail. We support these theoretical results by experiments that demonstrate that, as long as batch normalisation layers are suitably initialised, even untrained networks with random weights are susceptible to adversarial reprogramming. This is in contrast to observations in several recent works that suggested that adversarial reprogramming is not possible for untrained networks to any degree of reliability.

📄 PDF Abstract BibTeX arXiv:2206.03466

Code (1)

englert-m/adversarial_reprogramming 공식 구현 tf

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

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

Reprogramming Language Models for Molecular Representation Learning

2020-12-07 · Ria Vinod, Pin-Yu Chen, Payel Das

Recent advancements in transfer learning have made it a promising approach for domain adaptation via transfer of learned representations. This is especially when relevant when alternate tasks have limited samples of well…

Dictionary LearningDomain Adaptationmolecular representationRepresentation Learning+1