paper-with-me

홈 › Papers

Towards Evaluating the Robustness of Deep Diagnostic Models by Adversarial Attack

2021-03-05 · Mengting Xu, Tao Zhang, Zhongnian Li, Mingxia Liu, Daoqiang Zhang

Deep learning models (with neural networks) have been widely used in challenging tasks such as computer-aided disease diagnosis based on medical images. Recent studies have shown deep diagnostic models may not be robust in the inference process and may pose severe security concerns in clinical practice. Among all the factors that make the model not robust, the most serious one is adversarial examples. The so-called "adversarial example" is a well-designed perturbation that is not easily perceived by humans but results in a false output of deep diagnostic models with high confidence. In this paper, we evaluate the robustness of deep diagnostic models by adversarial attack. Specifically, we have performed two types of adversarial attacks to three deep diagnostic models in both single-label and multi-label classification tasks, and found that these models are not reliable when attacked by adversarial example. We have further explored how adversarial examples attack the models, by analyzing their quantitative classification results, intermediate features, discriminability of features and correlation of estimated labels for both original/clean images and those adversarial ones. We have also designed two new defense methods to handle adversarial examples in deep diagnostic models, i.e., Multi-Perturbations Adversarial Training (MPAdvT) and Misclassification-Aware Adversarial Training (MAAdvT). The experimental results have shown that the use of defense methods can significantly improve the robustness of deep diagnostic models against adversarial attacks.

📄 PDF Abstract BibTeX arXiv:2103.03438

Code (1)

MengtingXu1203/EvaluatingRobustness 공식 구현 pytorch

Tasks

Adversarial AttackDiagnosticMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Guidance Through Surrogate: Towards a Generic Diagnostic Attack

2022-12-30 · Muzammal Naseer, Salman Khan, Fatih Porikli, Fahad Shahbaz Khan

Adversarial training is an effective approach to make deep neural networks robust against adversarial attacks. Recently, different adversarial training defenses are proposed that not only maintain a high clean accuracy b…

Adversarial RobustnessDiagnostic

Revisiting DeepFool: generalization and improvement

2023-03-22 · Alireza Abdollahpoorrostam, Mahed Abroshan, Seyed-Mohsen Moosavi-Dezfooli

Deep neural networks have been known to be vulnerable to adversarial examples, which are inputs that are modified slightly to fool the network into making incorrect predictions. This has led to a significant amount of re…

Adversarial AttackAdversarial RobustnessComputational Efficiency

Adversarial alignment: Breaking the trade-off between the strength of an attack and its relevance to human perception

2023-06-05 · Drew Linsley, Pinyuan Feng, Thibaut Boissin, Alekh Karkada Ashok 외

Deep neural networks (DNNs) are known to have a fundamental sensitivity to adversarial attacks, perturbations of the input that are imperceptible to humans yet powerful enough to change the visual decision of a model. Ad…

Adversarial AttackAdversarial RobustnessDiagnosticObject Categorization+2

On Evaluating the Adversarial Robustness of Semantic Segmentation Models

2023-06-25 · Levente Halmosi, Mark Jelasity

Achieving robustness against adversarial input perturbation is an important and intriguing problem in machine learning. In the area of semantic image segmentation, a number of adversarial training approaches have been pr…

Adversarial Robustnessimage-classificationImage ClassificationImage Segmentation+1

Recent improvements of ASR models in the face of adversarial attacks

2022-03-29 · Raphael Olivier, Bhiksha Raj

Like many other tasks involving neural networks, Speech Recognition models are vulnerable to adversarial attacks. However recent research has pointed out differences between attacks and defenses on ASR models compared to…

speech-recognitionSpeech Recognition