paper-with-me

홈 › Papers

Interpreting and Improving Adversarial Robustness of Deep Neural Networks with Neuron Sensitivity

2019-09-16 · Chongzhi Zhang, Aishan Liu, Xianglong Liu, Yitao Xu, Hang Yu, Yuqing Ma, Tianlin Li

Deep neural networks (DNNs) are vulnerable to adversarial examples where inputs with imperceptible perturbations mislead DNNs to incorrect results. Despite the potential risk they bring, adversarial examples are also valuable for providing insights into the weakness and blind-spots of DNNs. Thus, the interpretability of a DNN in the adversarial setting aims to explain the rationale behind its decision-making process and makes deeper understanding which results in better practical applications. To address this issue, we try to explain adversarial robustness for deep models from a new perspective of neuron sensitivity which is measured by neuron behavior variation intensity against benign and adversarial examples. In this paper, we first draw the close connection between adversarial robustness and neuron sensitivities, as sensitive neurons make the most non-trivial contributions to model predictions in the adversarial setting. Based on that, we further propose to improve adversarial robustness by constraining the similarities of sensitive neurons between benign and adversarial examples which stabilizes the behaviors of sensitive neurons towards adversarial noises. Moreover, we demonstrate that state-of-the-art adversarial training methods improve model robustness by reducing neuron sensitivities which in turn confirms the strong connections between adversarial robustness and neuron sensitivity as well as the effectiveness of using sensitive neurons to build robust models. Extensive experiments on various datasets demonstrate that our algorithm effectively achieves excellent results.

📄 PDF Abstract BibTeX arXiv:1909.06978

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessDecision MakingSensitivity

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

One Neuron to Fool Them All

2020-03-20 · Anshuman Suri, David Evans

Despite vast research in adversarial examples, the root causes of model susceptibility are not well understood. Instead of looking at attack-specific robustness, we propose a notion that evaluates the sensitivity of indi…

All

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 advers…

Autonomous DrivingMedical DiagnosisVisual Reasoning

Interpreting Adversarial Examples by Activation Promotion and Suppression

2019-04-03 · Kaidi Xu, Sijia Liu, Gaoyuan Zhang, Mengshu Sun 외

It is widely known that convolutional neural networks (CNNs) are vulnerable to adversarial examples: images with imperceptible perturbations crafted to fool classifiers. However, interpretability of these perturbations i…

Adversarial Robustness

Pruning for Robust Concept Erasing in Diffusion Models

2024-05-26 · Tianyun Yang, Juan Cao, Chang Xu

Despite the impressive capabilities of generating images, text-to-image diffusion models are susceptible to producing undesirable outputs such as NSFW content and copyrighted artworks. To address this issue, recent studi…

Sensitivity

Adversarial Robustness in Deep Learning: Attacks on Fragile Neurons

2022-01-31 · Chandresh Pravin, Ivan Martino, Giuseppe Nicosia, Varun Ojha

We identify fragile and robust neurons of deep learning architectures using nodal dropouts of the first convolutional layer. Using an adversarial targeting algorithm, we correlate these neurons with the distribution of a…

Adversarial AttackAdversarial RobustnessDeep Learningimage-classification+1