Layer-wise Relevance Propagation for Explainable Recommendations
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.
Code (0)
등록된 구현이 없습니다.
Similar Papers 제목 키워드 기반
Interpreting deep urban sound classification using Layer-wise Relevance Propagation
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 ClassificationExplainable Medical Image Segmentation via Generative Adversarial Networks and Layer-wise Relevance Propagation
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+1Breaking Batch Normalization for better explainability of Deep Neural Networks through Layer-wise Relevance Propagation
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
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 UnderstandingLayer-wise Relevance Propagation for Neural Networks with Local Renormalization Layers
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…