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

**Authors:** Utku Ozbulak, Arnout Van Messem, Wesley De Neve

arXiv: 1907.12744 · 2019-07-31

## TL;DR

This paper introduces a simple, efficient method using IQR-based logit thresholding to detect over-optimized adversarial examples in deep learning, which are difficult to identify with existing techniques.

## Contribution

The paper reveals that logits are effective for detecting over-optimized adversarial examples and proposes a non-parametric IQR-based detection method that improves with higher image resolution.

## Key findings

- Logits provide reliable clues for identifying over-optimized adversarial examples.
- The proposed IQR-based method is computationally efficient and effective across datasets.
- Detection accuracy improves as image resolution increases.

## Abstract

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 class for a particular data point. During this process, the adversarial example can be further optimized, even when it has already been wrongly classified with 100% confidence, thus making the adversarial example even more difficult to detect. For this kind of adversarial examples, which we refer to as over-optimized adversarial examples, we discovered that the logits of the model provide solid clues on whether the data point at hand is adversarial or genuine. In this context, we first discuss the masking effect of the softmax function for the prediction made and explain why the logits of the model are more useful in detecting over-optimized adversarial examples. To identify this type of adversarial examples in practice, we propose a non-parametric and computationally efficient method which relies on interquartile range, with this method becoming more effective as the image resolution increases. We support our observations throughout the paper with detailed experiments for different datasets (MNIST, CIFAR-10, and ImageNet) and several architectures.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.12744/full.md

## Figures

19 figures with captions in the complete paper: https://tomesphere.com/paper/1907.12744/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1907.12744/full.md

---
Source: https://tomesphere.com/paper/1907.12744