paper-with-me

Papers

NCIS: Neural Contextual Iterative Smoothing for Purifying Adversarial Perturbations

2021-06-22 · ICML Workshop AML 2021 7 · Sungmin Cha, Naeun Ko, Youngjoon Yoo, Taesup Moon

We propose a novel and effective purification based adversarial defense method against pre-processor blind white- and black-box attacks. Our method is computationally efficient and trained only with self-supervised learning on general images, without requiring any adversarial training or retraining of the classification model. We first show an empirical analysis on the adversarial noise, defined to be the residual between an original image and its adversarial example, has almost zero mean, symmetric distribution. Based on this observation, we propose a very simple iterative Gaussian Smoothing (GS) which can effectively smooth out adversarial noise and achieve substantially high robust accuracy. To further improve it, we propose Neural Contextual Iterative Smoothing (NCIS), which trains a blind-spot network (BSN) in a self-supervised manner to reconstruct the discriminative features of the original image that is also smoothed out by GS. From our extensive experiments on the large-scale ImageNet using four classification models, we show that our method achieves both competitive standard accuracy and state-of-the-art robust accuracy against most strong purifier-blind white- and black-box attacks. Also, we propose a new benchmark for evaluating a purification method based on commercial image classification APIs, such as AWS, Azure, Clarifai and Google. We generate adversarial examples by ensemble transfer-based black-box attack, which can induce complete misclassification of APIs, and demonstrate that our method can be used to increase adversarial robustness of APIs.

📄 PDF Abstract BibTeX arXiv:2106.11644

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial DefenseAdversarial Robustnessimage-classificationImage ClassificationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Purifying Adversarial Perturbation with Adversarially Trained Auto-encoders

2019-05-26 · Hebi Li, Qi Xiao, Shixin Tian, Jin Tian

Machine learning models are vulnerable to adversarial examples. Iterative adversarial training has shown promising results against strong white-box attacks. However, adversarial training is very expensive, and every time…

BIG-bench Machine Learning

AID-Purifier: A Light Auxiliary Network for Boosting Adversarial Defense

2021-07-14 · ICML Workshop AML 2021 7 · Duhun Hwang, Eunjung Lee, Wonjong Rhee

We propose an AID-purifier that can boost the robustness of adversarially-trained networks by purifying their inputs. AID-purifier is an auxiliary network that works as an add-on to an already trained main classifier. To…

Adversarial Defense

Efficient Robust Training via Backward Smoothing

2020-10-03 · Jinghui Chen, Yu Cheng, Zhe Gan, Quanquan Gu 외

Adversarial training is so far the most effective strategy in defending against adversarial examples. However, it suffers from high computational costs due to the iterative adversarial attacks in each training step. Rece…

An Adaptive View of Adversarial Robustness from Test-time Smoothing Defense

2019-11-26 · Chao Tang, Yifei Fan, Anthony Yezzi

The safety and robustness of learning-based decision-making systems are under threats from adversarial examples, as imperceptible perturbations can mislead neural networks to completely different outputs. In this paper, …

Adversarial RobustnessDecision Making

Fighting Contextual Bandits with Stochastic Smoothing

2018-10-11 · Young Hun Jung, Ambuj Tewari

We introduce a new stochastic smoothing perspective to study adversarial contextual bandit problems. We propose a general algorithm template that represents random perturbation based algorithms and identify several pertu…

Multi-Armed Bandits