paper-with-me

Papers

Explaining Deep Learning Models for Structured Data using Layer-Wise Relevance Propagation

2020-11-26 · hsan Ullah, Andre Rios, Vaibhav Gala, Susan Mckeever

Trust and credibility in machine learning models is bolstered by the ability of a model to explain itsdecisions. While explainability of deep learning models is a well-known challenge, a further chal-lenge is clarity of the explanation itself, which must be interpreted by downstream users. Layer-wiseRelevance Propagation (LRP), an established explainability technique developed for deep models incomputer vision, provides intuitive human-readable heat maps of input images. We present the novelapplication of LRP for the first time with structured datasets using a deep neural network (1D-CNN),for Credit Card Fraud detection and Telecom Customer Churn prediction datasets. We show how LRPis more effective than traditional explainability concepts of Local Interpretable Model-agnostic Ex-planations (LIME) and Shapley Additive Explanations (SHAP) for explainability. This effectivenessis both local to a sample level and holistic over the whole testing set. We also discuss the significantcomputational time advantage of LRP (1-2s) over LIME (22s) and SHAP (108s), and thus its poten-tial for real time application scenarios. In addition, our validation of LRP has highlighted features forenhancing model performance, thus opening up a new area of research of using XAI as an approachfor feature subset selection

📄 PDF Abstract BibTeX arXiv:2011.13429

Code (0)

등록된 구현이 없습니다.

Tasks

Explainable Artificial Intelligence (XAI)Fraud Detection

Methods 이 논문이 사용한 방법론

LIME LIME, or Local Interpretable Model-Agnostic Explanations, is an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by…
SHAP 설명 없음

Similar Papers 제목 키워드 기반

Explaining Convolutional Neural Networks using Softmax Gradient Layer-wise Relevance Propagation

2019-08-06 · Brian Kenji Iwana, Ryohei Kuroki, Seiichi Uchida

Convolutional Neural Networks (CNN) have become state-of-the-art in the field of image classification. However, not everything is understood about their inner representations. This paper tackles the interpretability and …

AttributeClassificationGeneral Classificationimage-classification+2

Explainable Online Lane Change Predictions on a Digital Twin with a Layer Normalized LSTM and Layer-wise Relevance Propagation

2022-04-04 · Christoph Wehner, Francis Powlesland, Bashar Altakrouri, Ute Schmid

Artificial Intelligence and Digital Twins play an integral role in driving innovation in the domain of intelligent driving. Long short-term memory (LSTM) is a leading driver in the field of lane change prediction for man…

Decision Making

Explaining and Interpreting LSTMs

2019-09-25 · Leila Arras, Jose A. Arjona-Medina, Michael Widrich, Grégoire Montavon 외

While neural networks have acted as a strong unifying force in the design of modern AI systems, the neural network architectures themselves remain highly heterogeneous due to the variety of tasks to be solved. In this ch…

Explaining Predictions of Non-Linear Classifiers in NLP

2016-06-23 · WS 2016 8 · Leila Arras, Franziska Horn, Grégoire Montavon, Klaus-Robert Müller 외

Layer-wise relevance propagation (LRP) is a recently proposed technique for explaining predictions of complex non-linear classifiers in terms of input variables. In this paper, we apply LRP for the first time to natural …

General Classificationimage-classificationImage Classification

InteractionNet: Modeling and Explaining of Noncovalent Protein-Ligand Interactions with Noncovalent Graph Neural Network and Layer-Wise Relevance Propagation

2020-05-12 · Hyeoncheol Cho, Eok Kyun Lee, Insung S. Choi

Expanding the scope of graph-based, deep-learning models to noncovalent protein-ligand interactions has earned increasing attention in structure-based drug design. Modeling the protein-ligand interactions with graph neur…

Drug DesignGraph Neural Network