paper-with-me

홈 › Papers

Beyond Examples: Constructing Explanation Space for Explaining Prototypes

2021-09-29 · Hyungjun Joo, Seokhyeon Ha, Jae Myung Kim, Sungyeob Han, Jungwoo Lee

As deep learning has been successfully deployed in diverse applications, there is ever increasing need for explaining its decision. Most of the existing methods produced explanations with a second model that explains the first black-box model, but we propose an inherently interpretable model for more faithful explanations. Our method constructs an explanation space in which similarities in terms of human-interpretable features at images share similar latent representations by using a variational autoencoder. This explanation space provides additional explanations of the relationships, going beyond previous classification networks that provide explanations by distances and learned prototypes. In addition, our distance has more intrinsic meaning by VAE training techniques that regulate the latent space. With user study, we validate the quality of explanation space and additional explanations.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Explaining Latent Representations with a Corpus of Examples

2021-10-28 · NeurIPS 2021 12 · Jonathan Crabbé, Zhaozhi Qian, Fergus Imrie, Mihaela van der Schaar

Modern machine learning models are complicated. Most of them rely on convoluted latent representations of their input to issue a prediction. To achieve greater transparency than a black-box that connects inputs to predic…

image-classificationImage ClassificationMortality Prediction

Explaining Link Predictions in Knowledge Graph Embedding Models with Influential Examples

2022-12-05 · Adrianna Janik, Luca Costabello

We study the problem of explaining link predictions in the Knowledge Graph Embedding (KGE) models. We propose an example-based approach that exploits the latent space representation of nodes and edges in a knowledge grap…

Graph EmbeddingKnowledge Graph Embedding

Explaining Deep Learning Models with Constrained Adversarial Examples

2019-06-25 · Jonathan Moore, Nils Hammerla, Chris Watkins

Machine learning algorithms generally suffer from a problem of explainability. Given a classification result from a model, it is typically hard to determine what caused the decision to be made, and to give an informative…

ClassificationcounterfactualDeep LearningGeneral Classification

Learning logic programs by explaining their failures

2021-02-18 · Rolf Morel, Andrew Cropper

Scientists form hypotheses and experimentally test them. If a hypothesis fails (is refuted), scientists try to explain the failure to eliminate other hypotheses. The more precise the failure analysis the more hypotheses …

Inductive logic programming

Explaining and Harnessing Adversarial Examples

2014-12-20 · Ian J. Goodfellow, Jonathon Shlens, Christian Szegedy

Several machine learning models, including neural networks, consistently misclassify adversarial examples---inputs formed by applying small but intentionally worst-case perturbations to examples from the dataset, such th…

Image Classification