# Impact of Adversarial Examples on Deep Learning Models for Biomedical   Image Segmentation

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

arXiv: 1907.13124 · 2019-08-01

## TL;DR

This paper investigates how adversarial examples affect deep learning models in medical image segmentation, introducing a new attack method that effectively misleads models while remaining visually imperceptible.

## Contribution

The authors propose the Adaptive Segmentation Mask Attack (ASMA), a novel algorithm for generating targeted adversarial examples in segmentation tasks, demonstrating its effectiveness on medical imaging datasets.

## Key findings

- ASMA achieves high intersection-over-union with target masks.
- Adversarial examples significantly degrade segmentation accuracy.
- Perturbations are mostly invisible to the naked eye.

## Abstract

Deep learning models, which are increasingly being used in the field of medical image analysis, come with a major security risk, namely, their vulnerability to adversarial examples. Adversarial examples are carefully crafted samples that force machine learning models to make mistakes during testing time. These malicious samples have been shown to be highly effective in misguiding classification tasks. However, research on the influence of adversarial examples on segmentation is significantly lacking. Given that a large portion of medical imaging problems are effectively segmentation problems, we analyze the impact of adversarial examples on deep learning-based image segmentation models. Specifically, we expose the vulnerability of these models to adversarial examples by proposing the Adaptive Segmentation Mask Attack (ASMA). This novel algorithm makes it possible to craft targeted adversarial examples that come with (1) high intersection-over-union rates between the target adversarial mask and the prediction and (2) with perturbation that is, for the most part, invisible to the bare eye. We lay out experimental and visual evidence by showing results obtained for the ISIC skin lesion segmentation challenge and the problem of glaucoma optic disc segmentation. An implementation of this algorithm and additional examples can be found at https://github.com/utkuozbulak/adaptive-segmentation-mask-attack.

## Full text

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

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1907.13124/full.md

## References

13 references — full list in the complete paper: https://tomesphere.com/paper/1907.13124/full.md

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