paper-with-me

홈 › Papers

Detecting Adversarial Examples by Input Transformations, Defense Perturbations, and Voting

2021-01-27 · Federico Nesti, Alessandro Biondi, Giorgio Buttazzo

Over the last few years, convolutional neural networks (CNNs) have proved to reach super-human performance in visual recognition tasks. However, CNNs can easily be fooled by adversarial examples, i.e., maliciously-crafted images that force the networks to predict an incorrect output while being extremely similar to those for which a correct output is predicted. Regular adversarial examples are not robust to input image transformations, which can then be used to detect whether an adversarial example is presented to the network. Nevertheless, it is still possible to generate adversarial examples that are robust to such transformations. This paper extensively explores the detection of adversarial examples via image transformations and proposes a novel methodology, called \textit{defense perturbation}, to detect robust adversarial examples with the same input transformations the adversarial examples are robust to. Such a \textit{defense perturbation} is shown to be an effective counter-measure to robust adversarial examples. Furthermore, multi-network adversarial examples are introduced. This kind of adversarial examples can be used to simultaneously fool multiple networks, which is critical in systems that use network redundancy, such as those based on architectures with majority voting over multiple CNNs. An extensive set of experiments based on state-of-the-art CNNs trained on the Imagenet dataset is finally reported.

📄 PDF Abstract BibTeX arXiv:2101.11466

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adversarial Defense by Latent Style Transformations

2020-06-17 · Shuo Wang, Surya Nepal, Alsharif Abuadbba, Carsten Rudolph 외

Machine learning models have demonstrated vulnerability to adversarial attacks, more specifically misclassification of adversarial examples. In this paper, we investigate an attack-agnostic defense against adversarial at…

Adversarial Defense

WaveGuard: Understanding and Mitigating Audio Adversarial Examples

2021-03-04 · Shehzeen Hussain, Paarth Neekhara, Shlomo Dubnov, Julian McAuley 외

There has been a recent surge in adversarial attacks on deep learning based automatic speech recognition (ASR) systems. These attacks pose new challenges to deep learning security and have raised significant concerns in …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

VectorDefense: Vectorization as a Defense to Adversarial Examples

2018-04-23 · Vishaal Munusamy Kabilan, Brandon Morris, Anh Nguyen

Training deep neural networks on images represented as grids of pixels has brought to light an interesting phenomenon known as adversarial examples. Inspired by how humans reconstruct abstract concepts, we attempt to cod…

Learning Defense Transformers for Counterattacking Adversarial Examples

2021-03-13 · Jincheng Li, JieZhang Cao, Yifan Zhang, Jian Chen 외

Deep neural networks (DNNs) are vulnerable to adversarial examples with small perturbations. Adversarial defense thus has been an important means which improves the robustness of DNNs by defending against adversarial exa…

Adversarial Defense

Defense-guided Transferable Adversarial Attacks

2020-10-22 · Zifei Zhang, Kai Qiao, Jian Chen, Ningning Liang

Though deep neural networks perform challenging tasks excellently, they are susceptible to adversarial examples, which mislead classifiers by applying human-imperceptible perturbations on clean inputs. Under the query-fr…

Adversarial Attack