paper-with-me

홈 › Papers

ReabsNet: Detecting and Revising Adversarial Examples

2017-12-21 · Jiefeng Chen, Zihang Meng, Changtian Sun, Wei Tang, Yinglun Zhu

Though deep neural network has hit a huge success in recent studies and applica- tions, it still remains vulnerable to adversarial perturbations which are imperceptible to humans. To address this problem, we propose a novel network called ReabsNet to achieve high classification accuracy in the face of various attacks. The approach is to augment an existing classification network with a guardian network to detect if a sample is natural or has been adversarially perturbed. Critically, instead of simply rejecting adversarial examples, we revise them to get their true labels. We exploit the observation that a sample containing adversarial perturbations has a possibility of returning to its true class after revision. We demonstrate that our ReabsNet outperforms the state-of-the-art defense method under various adversarial attacks.

📄 PDF Abstract BibTeX arXiv:1712.08250

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar Papers 제목 키워드 기반

Robustification of Segmentation Models Against Adversarial Perturbations In Medical Imaging

2020-09-23 · Hanwool Park, Amirhossein Bayat, Mohammad Sabokrou, Jan S. Kirschke 외

This paper presents a novel yet efficient defense framework for segmentation models against adversarial attacks in medical imaging. In contrary to the defense methods against adversarial attacks for classification models…

Deep LearningSegmentation

Adversarial Profiles: Detecting Out-Distribution & Adversarial Samples in Pre-trained CNNs

2020-11-18 · Arezoo Rajabi, Rakesh B. Bobba

Despite high accuracy of Convolutional Neural Networks (CNNs), they are vulnerable to adversarial and out-distribution examples. There are many proposed methods that tend to detect or make CNNs robust against these fooli…

Adversarial Attack

Detecting Worst-case Corruptions via Loss Landscape Curvature in Deep Reinforcement Learning

2021-09-29 · Ezgi Korkmaz, Jonah Brown-Cohen

The non-robustness of neural network policies to adversarial examples poses a challenge for deep reinforcement learning. One natural approach to mitigate the impact of adversarial examples is to develop methods to detect…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Detecting Adversarial Examples in Learning-Enabled Cyber-Physical Systems using Variational Autoencoder for Regression

2020-03-21 · Feiyang Cai, Jiani Li, Xenofon Koutsoukos

Learning-enabled components (LECs) are widely used in cyber-physical systems (CPS) since they can handle the uncertainty and variability of the environment and increase the level of autonomy. However, it has been shown t…

Conformal PredictionPredictionregressionSelf-Driving Cars

Not All Adversarial Examples Require a Complex Defense: Identifying Over-optimized Adversarial Examples with IQR-based Logit Thresholding

2019-07-30 · Utku Ozbulak, Arnout Van Messem, Wesley De Neve

Detecting adversarial examples currently stands as one of the biggest challenges in the field of deep learning. Adversarial attacks, which produce adversarial examples, increase the prediction likelihood of a target clas…

All