paper-with-me

홈 › 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, we re-examine the internal representations of DNNs using adversarial images, which are generated by an ensemble-optimization algorithm. We find that: (1) the neurons in DNNs do not truly detect semantic objects/parts, but respond to objects/parts only as recurrent discriminative patches; (2) deep visual representations are not robust distributed codes of visual concepts because the representations of adversarial images are largely not consistent with those of real images, although they have similar visual appearance, both of which are different from previous findings. To further improve the interpretability of DNNs, we propose an adversarial training scheme with a consistent loss such that the neurons are endowed with human-interpretable concepts. The induced interpretable representations enable us to trace eventual outcomes back to influential neurons. Therefore, human users can know how the models make predictions, as well as when and why they make errors.

📄 PDF Abstract BibTeX arXiv:1708.05493

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar 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 l…

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…