paper-with-me

홈 › Papers

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

2023-03-06 · Yiran Li, Junpeng Wang, Takanori Fujiwara, Kwan-Liu Ma

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.

📄 PDF Abstract BibTeX arXiv:2303.02814

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingMedical DiagnosisVisual Reasoning

Similar Papers 제목 키워드 기반

A Primer on Multi-Neuron Relaxation-based Adversarial Robustness Certification

2021-06-06 · ICML Workshop AML 2021 7 · Kevin Roth

The existence of adversarial examples poses a real danger when deep neural networks are deployed in the real world. The go-to strategy to quantify this vulnerability is to evaluate the model against specific attack algor…

Adversarial Robustness

Explaining Vulnerabilities to Adversarial Machine Learning through Visual Analytics

2019-07-17 · Yuxin Ma, Tiankai Xie, Jundong Li, Ross Maciejewski

Machine learning models are currently being deployed in a variety of real-world applications where model predictions are used to make decisions about healthcare, bank loans, and numerous other critical tasks. As the depl…

BIG-bench Machine LearningData Poisoning

Enhance DNN Adversarial Robustness and Efficiency via Injecting Noise to Non-Essential Neurons

2024-02-06 · Zhenyu Liu, Garrett Gagnon, Swagath Venkataramani, Liu Liu

Deep Neural Networks (DNNs) have revolutionized a wide range of industries, from healthcare and finance to automotive, by offering unparalleled capabilities in data analysis and decision-making. Despite their transformin…

Adversarial RobustnessDecision Making

And/or trade-off in artificial neurons: impact on adversarial robustness

2021-02-15 · Alessandro Fontana

Despite the success of neural networks, the issue of classification robustness remains, particularly highlighted by adversarial examples. In this paper, we address this challenge by focusing on the continuum of functions…

Adversarial RobustnessBIG-bench Machine Learning

Adversarial Attack and Defense of YOLO Detectors in Autonomous Driving Scenarios

2022-02-10 · Jung Im Choi, Qing Tian

Visual detection is a key task in autonomous driving, and it serves as a crucial foundation for self-driving planning and control. Deep neural networks have achieved promising results in various visual tasks, but they ar…

Adversarial AttackAdversarial DefenseAutonomous DrivingAutonomous Vehicles+2