paper-with-me

Papers

Improving Adversarial Robustness Requires Revisiting Misclassified Examples

2020-05-01 · ICLR 2020 1 · Yisen Wang, Difan Zou, Jin-Feng Yi, James Bailey, Xingjun Ma, Quanquan Gu

Deep neural networks (DNNs) are vulnerable to adversarial examples crafted by imperceptible perturbations. A range of defense techniques have been proposed to improve DNN robustness to adversarial examples, among which adversarial training has been demonstrated to be the most effective. Adversarial training is often formulated as a min-max optimization problem, with the inner maximization for generating adversarial examples. However, there exists a simple, yet easily overlooked fact that adversarial examples are only defined on correctly classified (natural) examples, but inevitably, some (natural) examples will be misclassified during training. In this paper, we investigate the distinctive influence of misclassified and correctly classified examples on the final robustness of adversarial training. Specifically, we find that misclassified examples indeed have a significant impact on the final robustness. More surprisingly, we find that different maximization techniques on misclassified examples may have a negligible influence on the final robustness, while different minimization techniques are crucial. Motivated by the above discovery, we propose a new defense algorithm called {\em Misclassification Aware adveRsarial Training} (MART), which explicitly differentiates the misclassified and correctly classified examples during the training. We also propose a semi-supervised extension of MART, which can leverage the unlabeled data to further improve the robustness. Experimental results show that MART and its variant could significantly improve the state-of-the-art adversarial robustness.

📄 PDF Abstract BibTeX

Code (2)

YisenWang/MART 공식 구현 pytorch
salomonhotegni/MOREL pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Improving the Certified Robustness of Neural Networks via Consistency Regularization

2020-12-24 · Mengting Xu, Tao Zhang, Zhongnian Li, Daoqiang Zhang

A range of defense methods have been proposed to improve the robustness of neural networks on adversarial examples, among which provable defense methods have been demonstrated to be effective to train neural networks tha…

A General Framework for Adversarial Examples with Objectives

2017-12-31 · Mahmood Sharif, Sruti Bhagavatula, Lujo Bauer, Michael K. Reiter

Images perturbed subtly to be misclassified by neural networks, called adversarial examples, have emerged as a technically deep challenge and an important concern for several application domains. Most research on adversa…

Face Recognition

A Study of Robustness of Neural Nets Using Approximate Feature Collisions

2018-09-27 · Ke Li*, Tianhao Zhang*, Jitendra Malik

In recent years, various studies have focused on the robustness of neural nets. While it is known that neural nets are not robust to examples with adversarially chosen perturbations as a result of linear operations on th…

A Little Robustness Goes a Long Way: Leveraging Robust Features for Targeted Transfer Attacks

2021-06-03 · NeurIPS 2021 12 · Jacob M. Springer, Melanie Mitchell, Garrett T. Kenyon

Adversarial examples for neural network image classifiers are known to be transferable: examples optimized to be misclassified by a source classifier are often misclassified as well by classifiers with different architec…

Input Validation for Neural Networks via Runtime Local Robustness Verification

2020-02-09 · Jiangchao Liu, Liqian Chen, Antoine Mine, Ji Wang

Local robustness verification can verify that a neural network is robust wrt. any perturbation to a specific input within a certain distance. We call this distance Robustness Radius. We observe that the robustness radii …