paper-with-me

Papers

Layer-wise Relevance Propagation for Explainable Recommendations

2018-07-17 · Homanga Bharadhwaj

In this paper, we tackle the problem of explanations in a deep-learning based model for recommendations by leveraging the technique of layer-wise relevance propagation. We use a Deep Convolutional Neural Network to extract relevant features from the input images before identifying similarity between the images in feature space. Relationships between the images are identified by the model and layer-wise relevance propagation is used to infer pixel-level details of the images that may have significantly informed the model's choice. We evaluate our method on an Amazon products dataset and demonstrate the efficacy of our approach.

📄 PDF Abstract BibTeX arXiv:1807.06160

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Interpreting deep urban sound classification using Layer-wise Relevance Propagation

2021-11-19 · Marco Colussi, Stavros Ntalampiras

After constructing a deep neural network for urban sound classification, this work focuses on the sensitive application of assisting drivers suffering from hearing loss. As such, clear etiology justifying and interpretin…

ClassificationSound Classification

Explainable Medical Image Segmentation via Generative Adversarial Networks and Layer-wise Relevance Propagation

2021-11-02 · Awadelrahman M. A. Ahmed, Leen A. M. Ali

This paper contributes to automating medical image segmentation by proposing generative adversarial network-based models to segment both polyps and instruments in endoscopy images. A major contribution of this work is to…

Generative Adversarial NetworkImage SegmentationMedical Image SegmentationSegmentation+1

Breaking Batch Normalization for better explainability of Deep Neural Networks through Layer-wise Relevance Propagation

2020-02-24 · Mathilde Guillemot, Catherine Heusele, Rodolphe Korichi, Sylvianne Schnebert 외

The lack of transparency of neural networks stays a major break for their use. The Layerwise Relevance Propagation technique builds heat-maps representing the relevance of each input in the model s decision. The relevanc…

Towards Explainable Dialogue System: Explaining Intent Classification using Saliency Techniques

2021-12-01 · ICON 2021 12 · Ratnesh Joshi, Arindam Chatterjee, Asif Ekbal

Deep learning based methods have shown tremendous success in several Natural Language Processing (NLP) tasks. The recent trends in the usage of Deep Learning based models for natural language tasks have definitely produc…

intent-classificationIntent ClassificationIntent DetectionNatural Language Understanding

Layer-wise Relevance Propagation for Neural Networks with Local Renormalization Layers

2016-04-04 · Alexander Binder, Grégoire Montavon, Sebastian Bach, Klaus-Robert Müller 외

Layer-wise relevance propagation is a framework which allows to decompose the prediction of a deep neural network computed over a sample, e.g. an image, down to relevance scores for the single input dimensions of the sam…