CVCRHCLGMar 6, 2023

Visual Analytics of Neuron Vulnerability to Adversarial Attacks on Convolutional Neural Networks

arXiv:2303.02814v111 citationsh-index: 16
Originality Incremental advance
AI Analysis

This work addresses the robustness issue in CNNs for safety-critical applications like medical diagnosis and autonomous driving, but it is incremental as it builds on existing adversarial attack research with a new visualization approach.

The authors tackled the problem of understanding which neurons in convolutional neural networks are most vulnerable to adversarial attacks and what image features they capture, by developing a visual analytics system that ranks neuron vulnerability and identifies stimulating features, validated through case studies and expert feedback.

Adversarial attacks on a convolutional neural network (CNN) -- injecting human-imperceptible perturbations into an input image -- could fool a high-performance CNN into making incorrect predictions. The success of adversarial attacks raises serious concerns about the robustness of CNNs, and prevents them from being used in safety-critical applications, such as medical diagnosis and autonomous driving. Our work introduces a visual analytics approach to understanding adversarial attacks by answering two questions: (1) which neurons are more vulnerable to attacks and (2) which image features do these vulnerable neurons capture during the prediction? For the first question, we introduce multiple perturbation-based measures to break down the attacking magnitude into individual CNN neurons and rank the neurons by their vulnerability levels. For the second, we identify image features (e.g., cat ears) that highly stimulate a user-selected neuron to augment and validate the neuron's responsibility. Furthermore, we support an interactive exploration of a large number of neurons by aiding with hierarchical clustering based on the neurons' roles in the prediction. To this end, a visual analytics system is designed to incorporate visual reasoning for interpreting adversarial attacks. We validate the effectiveness of our system through multiple case studies as well as feedback from domain experts.

Foundations

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

Your Notes