paper-with-me

Papers

Adversarial Machine Learning at Scale

2016-11-04 · Alexey Kurakin, Ian Goodfellow, Samy Bengio

Adversarial examples are malicious inputs designed to fool machine learning models. They often transfer from one model to another, allowing attackers to mount black box attacks without knowledge of the target model's parameters. Adversarial training is the process of explicitly training a model on adversarial examples, in order to make it more robust to attack or to reduce its test error on clean inputs. So far, adversarial training has primarily been applied to small problems. In this research, we apply adversarial training to ImageNet. Our contributions include: (1) recommendations for how to succesfully scale adversarial training to large models and datasets, (2) the observation that adversarial training confers robustness to single-step attack methods, (3) the finding that multi-step attack methods are somewhat less transferable than single-step attack methods, so single-step attacks are the best for mounting black-box attacks, and (4) resolution of a "label leaking" effect that causes adversarially trained models to perform better on adversarial examples than on clean examples, because the adversarial example construction process uses the true label and the model can learn to exploit regularities in the construction process.

📄 PDF Abstract BibTeX arXiv:1611.01236

Code (7)

JZ-LIANG/Ensemble-Adversarial-Training pytorch
cs-giung/course-dl-TP pytorch
dennis-sell/pytorch-fun pytorch
facebookresearch/adversarial_image_defenses pytorch
gauthiercler/adversarial-mnist pytorch
tensorflow/models tf
tensorflow/models/tree/master/research/adv_imagenet_models tf

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Are Accuracy and Robustness Correlated?

2016-10-14 · Andras Rozsa, Manuel Günther, Terrance E. Boult

Machine learning models are vulnerable to adversarial examples formed by applying small carefully chosen perturbations to inputs that cause unexpected classification errors. In this paper, we perform experiments on vario…

BIG-bench Machine LearningGeneral ClassificationObject Recognition

Towards quantum enhanced adversarial robustness in machine learning

2023-06-22 · Maxwell T. West, Shu-Lok Tsang, Jia S. Low, Charles D. Hill 외

Machine learning algorithms are powerful tools for data driven tasks such as image classification and feature detection, however their vulnerability to adversarial examples - input samples manipulated to fool the algorit…

Adversarial RobustnessComputational Efficiencyimage-classificationImage Classification

Rethinking Targeted Adversarial Attacks For Neural Machine Translation

2024-07-07 · Junjie Wu, Lemao Liu, Wei Bi, Dit-yan Yeung

Targeted adversarial attacks are widely used to evaluate the robustness of neural machine translation systems. Unfortunately, this paper first identifies a critical issue in the existing settings of NMT targeted adversar…

Adversarial AttackMachine TranslationNMTTranslation

Distributed Adversarial Training to Robustify Deep Neural Networks at Scale

2022-06-13 · Gaoyuan Zhang, Songtao Lu, Yihua Zhang, Xiangyi Chen 외

Current deep neural networks (DNNs) are vulnerable to adversarial attacks, where adversarial perturbations to the inputs can change or manipulate classification. To defend against such attacks, an effective and popular a…

Distributed Optimization

Detecting and Correcting Adversarial Images Using Image Processing Operations

2019-12-11 · Huy H. Nguyen, Minoru Kuribayashi, Junichi Yamagishi, Isao Echizen

Deep neural networks (DNNs) have achieved excellent performance on several tasks and have been widely applied in both academia and industry. However, DNNs are vulnerable to adversarial machine learning attacks, in which …

BIG-bench Machine LearningObject Recognition