CVJul 10, 2020

Miss the Point: Targeted Adversarial Attack on Multiple Landmark Detection

arXiv:2007.05225v140 citationsHas Code
Originality Incremental advance
AI Analysis

This reveals serious threats to patient health in clinical workflows, as it is the first study on adversarial attacks in this domain, though it is incremental in applying known attack methods to a new task.

The paper tackles the vulnerability of CNN-based multiple landmark detection models to adversarial attacks by proposing ATI-FGSM, which effectively and efficiently breaks state-of-the-art models by precisely controlling predictions of selected landmarks with imperceptible perturbations.

Recent methods in multiple landmark detection based on deep convolutional neural networks (CNNs) reach high accuracy and improve traditional clinical workflow. However, the vulnerability of CNNs to adversarial-example attacks can be easily exploited to break classification and segmentation tasks. This paper is the first to study how fragile a CNN-based model on multiple landmark detection to adversarial perturbations. Specifically, we propose a novel Adaptive Targeted Iterative FGSM (ATI-FGSM) attack against the state-of-the-art models in multiple landmark detection. The attacker can use ATI-FGSM to precisely control the model predictions of arbitrarily selected landmarks, while keeping other stationary landmarks still, by adding imperceptible perturbations to the original image. A comprehensive evaluation on a public dataset for cephalometric landmark detection demonstrates that the adversarial examples generated by ATI-FGSM break the CNN-based network more effectively and efficiently, compared with the original Iterative FGSM attack. Our work reveals serious threats to patients' health. Furthermore, we discuss the limitations of our method and provide potential defense directions, by investigating the coupling effect of nearby landmarks, i.e., a major source of divergence in our experiments. Our source code is available at https://github.com/qsyao/attack_landmark_detection.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes