paper-with-me

Papers

Adversarial Logit Pairing

2018-03-16 · NeurIPS 2018 · Harini Kannan, Alexey Kurakin, Ian Goodfellow

In this paper, we develop improved techniques for defending against adversarial examples at scale. First, we implement the state of the art version of adversarial training at unprecedented scale on ImageNet and investigate whether it remains effective in this setting - an important open scientific question (Athalye et al., 2018). Next, we introduce enhanced defenses using a technique we call logit pairing, a method that encourages logits for pairs of examples to be similar. When applied to clean examples and their adversarial counterparts, logit pairing improves accuracy on adversarial examples over vanilla adversarial training; we also find that logit pairing on clean examples only is competitive with adversarial training in terms of accuracy on two datasets. Finally, we show that adversarial logit pairing achieves the state of the art defense on ImageNet against PGD white box attacks, with an accuracy improvement from 1.5% to 27.9%. Adversarial logit pairing also successfully damages the current state of the art defense against black box attacks on ImageNet (Tramer et al., 2018), dropping its accuracy from 66.6% to 47.1%. With this new accuracy drop, adversarial logit pairing ties with Tramer et al.(2018) for the state of the art on black box attacks on ImageNet.

📄 PDF Abstract BibTeX arXiv:1803.06373

Code (4)

arobey1/advbench pytorch
labsix/adversarial-logit-pairing-analysis tf
tensorflow/models/tree/master/research/adversarial_logit_pairing tf
uds-lsv/evaluating-logit-pairing-methods tf

Similar Papers 제목 키워드 기반

Evaluating and Understanding the Robustness of Adversarial Logit Pairing

2018-07-26 · Logan Engstrom, Andrew Ilyas, Anish Athalye

We evaluate the robustness of Adversarial Logit Pairing, a recently proposed defense against adversarial examples. We find that a network trained with Adversarial Logit Pairing achieves 0.6% accuracy in the threat model …

Adversarial Attack

Adaptive Adversarial Logits Pairing

2020-05-25 · Shangxi Wu, Jitao Sang, Kaiyuan Xu, Guanhua Zheng 외

Adversarial examples provide an opportunity as well as impose a challenge for understanding image classification systems. Based on the analysis of the adversarial training solution Adversarial Logits Pairing (ALP), we ob…

ClassificationGeneral Classificationimage-classificationImage Classification

Logit Pairing Methods Can Fool Gradient-Based Attacks

2018-10-29 · Marius Mosbach, Maksym Andriushchenko, Thomas Trost, Matthias Hein 외

Recently, Kannan et al. [2018] proposed several logit regularization methods to improve the adversarial robustness of classifiers. We show that the computationally fast methods they propose - Clean Logit Pairing (CLP) an…

Adversarial Robustness

Improving Adversarial Robustness via Attention and Adversarial Logit Pairing

2019-08-23 · Dou Goodman, Xingjian Li, Ji Liu, Dejing Dou 외

Though deep neural networks have achieved the state of the art performance in visual classification, recent studies have shown that they are all vulnerable to the attack of adversarial examples. In this paper, we develop…

Adversarial Robustness

Adversarial Training with Fast Gradient Projection Method against Synonym Substitution based Text Attacks

2020-08-09 · Xiaosen Wang, Yichen Yang, Yihe Deng, Kun He

Adversarial training is the most empirically successful approach in improving the robustness of deep neural networks for image classification.For text classification, however, existing synonym substitution based adversar…

Adversarial AttackImage Classificationtext-classificationText Classification