paper-with-me

홈 › Papers

Towards Interpretable Deep Neural Networks by Leveraging Adversarial Examples

2019-01-25 · Yinpeng Dong, Fan Bao, Hang Su, Jun Zhu

Sometimes it is not enough for a DNN to produce an outcome. For example, in applications such as healthcare, users need to understand the rationale of the decisions. Therefore, it is imperative to develop algorithms to learn models with good interpretability (Doshi-Velez 2017). An important factor that leads to the lack of interpretability of DNNs is the ambiguity of neurons, where a neuron may fire for various unrelated concepts. This work aims to increase the interpretability of DNNs on the whole image space by reducing the ambiguity of neurons. In this paper, we make the following contributions: 1) We propose a metric to evaluate the consistency level of neurons in a network quantitatively. 2) We find that the learned features of neurons are ambiguous by leveraging adversarial examples. 3) We propose to improve the consistency of neurons on adversarial example subset by an adversarial training algorithm with a consistent loss.

📄 PDF Abstract BibTeX arXiv:1901.09035

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Towards Interpretable Deep Neural Networks by Leveraging Adversarial Examples

2017-08-18 · Yinpeng Dong, Hang Su, Jun Zhu, Fan Bao

Deep neural networks (DNNs) have demonstrated impressive performance on a wide array of tasks, but they are usually considered opaque since internal structure and learned parameters are not interpretable. In this paper, …

ScoreAdv: Score-based Targeted Generation of Natural Adversarial Examples via Diffusion Models

2025-07-08 · Chihan Huang, Hao Tang

Despite the success of deep learning across various domains, it remains vulnerable to adversarial attacks. Although many existing adversarial attack methods achieve high success rates, they typically rely on $\ell_{p}$-n…

Adversarial AttackDenoising

Interpretable Adversarial Training for Text

2019-05-30 · Samuel Barham, Soheil Feizi

Generating high-quality and interpretable adversarial examples in the text domain is a much more daunting task than it is in the image domain. This is due partly to the discrete nature of text, partly to the problem of e…

SentenceWord Embeddings

AdvCheck: Characterizing Adversarial Examples via Local Gradient Checking

2023-03-25 · Ruoxi Chen, Haibo Jin, Jinyin Chen, Haibin Zheng

Deep neural networks (DNNs) are vulnerable to adversarial examples, which may lead to catastrophe in security-critical domains. Numerous detection methods are proposed to characterize the feature uniqueness of adversaria…

VectorDefense: Vectorization as a Defense to Adversarial Examples

2018-04-23 · Vishaal Munusamy Kabilan, Brandon Morris, Anh Nguyen

Training deep neural networks on images represented as grids of pixels has brought to light an interesting phenomenon known as adversarial examples. Inspired by how humans reconstruct abstract concepts, we attempt to cod…