paper-with-me

Papers

Miss the Point: Targeted Adversarial Attack on Multiple Landmark Detection

2020-07-10 · Qingsong Yao, Zecheng He, Hu Han, S. Kevin Zhou

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.

📄 PDF Abstract BibTeX arXiv:2007.05225

Code (1)

qsyao/attack_landmark_detection 공식 구현 pytorch

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

LG-GAN: Label Guided Adversarial Network for Flexible Targeted Attack of Point Cloud-based Deep Networks

2020-11-01 · Hang Zhou, Dongdong Chen, Jing Liao, Weiming Zhang 외

Deep neural networks have made tremendous progress in 3D point-cloud recognition. Recent works have shown that these 3D recognition networks are also vulnerable to adversarial samples produced from various attack methods…

LG-GAN: Label Guided Adversarial Network for Flexible Targeted Attack of Point Cloud Based Deep Networks

2020-06-01 · CVPR 2020 6 · Hang Zhou, Dongdong Chen, Jing Liao, Kejiang Chen 외

Deep neural networks have made tremendous progress in 3D point-cloud recognition. Recent works have shown that these 3D recognition networks are also vulnerable to adversarial samples produced from various attack methods…

Adversarial Examples for Extreme Multilabel Text Classification

2021-12-14 · Mohammadreza Qaraei, Rohit Babbar

Extreme Multilabel Text Classification (XMTC) is a text classification problem in which, (i) the output space is extremely large, (ii) each data point may have multiple positive labels, and (iii) the data follows a stron…

ClassificationMultilabel Text ClassificationRecommendation Systemstext-classification+1

Targeted View-Invariant Adversarial Perturbations for 3D Object Recognition

2024-12-17 · Christian Green, Mehmet Ergezer, Abdurrahman Zeybey

Adversarial attacks pose significant challenges in 3D object recognition, especially in scenarios involving multi-view analysis where objects can be observed from varying angles. This paper introduces View-Invariant Adve…

3D Object RecognitionAdversarial RobustnessObject Recognition

CAAD 2018: Generating Transferable Adversarial Examples

2018-09-29 · Yash Sharma, Tien-Dung Le, Moustafa Alzantot

Deep neural networks (DNNs) are vulnerable to adversarial examples, perturbations carefully crafted to fool the targeted DNN, in both the non-targeted and targeted case. In the non-targeted case, the attacker simply aims…

Adversarial AttackAdversarial DefenseAdversarial Robustness