paper-with-me

Papers

Universal Adversarial Training

2018-11-27 · Ali Shafahi, Mahyar Najibi, Zheng Xu, John Dickerson, Larry S. Davis, Tom Goldstein

Standard adversarial attacks change the predicted class label of a selected image by adding specially tailored small perturbations to its pixels. In contrast, a universal perturbation is an update that can be added to any image in a broad class of images, while still changing the predicted class label. We study the efficient generation of universal adversarial perturbations, and also efficient methods for hardening networks to these attacks. We propose a simple optimization-based universal attack that reduces the top-1 accuracy of various network architectures on ImageNet to less than 20%, while learning the universal perturbation 13X faster than the standard method. To defend against these perturbations, we propose universal adversarial training, which models the problem of robust classifier generation as a two-player min-max game, and produces robust models with only 2X the cost of natural training. We also propose a simultaneous stochastic gradient method that is almost free of extra computation, which allows us to do universal adversarial training on ImageNet.

📄 PDF Abstract BibTeX arXiv:1811.11304

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Meta Adversarial Training against Universal Patches

2021-01-27 · Jan Hendrik Metzen, Nicole Finnie, Robin Hutmacher

Recently demonstrated physical-world adversarial attacks have exposed vulnerabilities in perception systems that pose severe risks for safety-critical applications such as autonomous driving. These attacks place adversar…

Autonomous Drivingimage-classificationImage ClassificationMeta-Learning

Universal Adversarial Training with Class-Wise Perturbations

2021-04-07 · Philipp Benz, Chaoning Zhang, Adil Karjauv, In So Kweon

Despite their overwhelming success on a wide range of applications, convolutional neural networks (CNNs) are widely recognized to be vulnerable to adversarial examples. This intriguing phenomenon led to a competition bet…

Adversarial Robustness

Defending Against Universal Perturbations With Shared Adversarial Training

2018-12-10 · ICCV 2019 10 · Chaithanya Kumar Mummadi, Thomas Brox, Jan Hendrik Metzen

Classifiers such as deep neural networks have been shown to be vulnerable against adversarial perturbations on problems with high-dimensional input space. While adversarial training improves the robustness of image class…

image-classificationImage ClassificationSemantic Segmentation

A Universal Adversarial Policy for Text Classifiers

2022-06-19 · Gallil Maimon, Lior Rokach

Discovering the existence of universal adversarial perturbations had large theoretical and practical impacts on the field of adversarial learning. In the text domain, most universal studies focused on adversarial prefixe…

valid

Democratic Training Against Universal Adversarial Perturbations

2025-02-08 · Bing Sun, Jun Sun, Wei Zhao

Despite their advances and success, real-world deep neural networks are known to be vulnerable to adversarial attacks. Universal adversarial perturbation, an input-agnostic attack, poses a serious threat for them to be d…

Adversarial Attack