IVCRCVLGAug 9, 2021

Explainable AI and susceptibility to adversarial attacks: a case study in classification of breast ultrasound images

arXiv:2108.04345v123 citations
Originality Incremental advance
AI Analysis

This work highlights a vulnerability in explainable AI for medical imaging, which could mislead clinical decisions, but it is incremental as it builds on existing methods.

The study investigated how adversarial attacks can manipulate visual explanations (e.g., GRAD-CAM) in breast ultrasound image classification, showing these attacks can alter importance maps with or without changing classification results, and proposed a Multi-Task Learning network based on ResNet-50 that achieved sensitivity and specificity comparable to state-of-the-art.

Ultrasound is a non-invasive imaging modality that can be conveniently used to classify suspicious breast nodules and potentially detect the onset of breast cancer. Recently, Convolutional Neural Networks (CNN) techniques have shown promising results in classifying ultrasound images of the breast into benign or malignant. However, CNN inference acts as a black-box model, and as such, its decision-making is not interpretable. Therefore, increasing effort has been dedicated to explaining this process, most notably through GRAD-CAM and other techniques that provide visual explanations into inner workings of CNNs. In addition to interpretation, these methods provide clinically important information, such as identifying the location for biopsy or treatment. In this work, we analyze how adversarial assaults that are practically undetectable may be devised to alter these importance maps dramatically. Furthermore, we will show that this change in the importance maps can come with or without altering the classification result, rendering them even harder to detect. As such, care must be taken when using these importance maps to shed light on the inner workings of deep learning. Finally, we utilize Multi-Task Learning (MTL) and propose a new network based on ResNet-50 to improve the classification accuracies. Our sensitivity and specificity is comparable to the state of the art results.

Foundations

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

Your Notes