paper-with-me

Papers

ALIME: Autoencoder Based Approach for Local Interpretability

2019-09-04 · Sharath M. Shankaranarayana, Davor Runje

Machine learning and especially deep learning have garneredtremendous popularity in recent years due to their increased performanceover other methods. The availability of large amount of data has aidedin the progress of deep learning. Nevertheless, deep learning models areopaque and often seen as black boxes. Thus, there is an inherent need tomake the models interpretable, especially so in the medical domain. Inthis work, we propose a locally interpretable method, which is inspiredby one of the recent tools that has gained a lot of interest, called localinterpretable model-agnostic explanations (LIME). LIME generates singleinstance level explanation by artificially generating a dataset aroundthe instance (by randomly sampling and using perturbations) and thentraining a local linear interpretable model. One of the major issues inLIME is the instability in the generated explanation, which is caused dueto the randomly generated dataset. Another issue in these kind of localinterpretable models is the local fidelity. We propose novel modificationsto LIME by employing an autoencoder, which serves as a better weightingfunction for the local model. We perform extensive comparisons withdifferent datasets and show that our proposed method results in bothimproved stability, as well as local fidelity.

📄 PDF Abstract BibTeX arXiv:1909.02437

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

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…

Similar Papers 제목 키워드 기반

Using Decision Tree as Local Interpretable Model in Autoencoder-based LIME

2022-04-07 · Niloofar Ranjbar, Reza Safabakhsh

Nowadays, deep neural networks are being used in many domains because of their high accuracy results. However, they are considered as "black box", means that they are not explainable for humans. On the other hand, in som…

Self-Driving Cars

AliMe Chat: A Sequence to Sequence and Rerank based Chatbot Engine

2017-07-01 · ACL 2017 7 · Minghui Qiu, Feng-Lin Li, Siyu Wang, Xing Gao 외

We propose AliMe Chat, an open-domain chatbot engine that integrates the joint results of Information Retrieval (IR) and Sequence to Sequence (Seq2Seq) based generation models. AliMe Chat uses an attentive Seq2Seq based …

ChatbotInformation RetrievalRetrieval

AliMe Assist: An Intelligent Assistant for Creating an Innovative E-commerce Experience

2018-01-12 · Feng-Lin Li, Minghui Qiu, Haiqing Chen, Xiongwei Wang 외

We present AliMe Assist, an intelligent assistant designed for creating an innovative online shopping experience in E-commerce. Based on question answering (QA), AliMe Assist offers assistance service, customer service, …

Question Answering

AliMe KBQA: Question Answering over Structured Knowledge for E-commerce Customer Service

2019-12-12 · Feng-Lin Li, Weijia Chen, Qi Huang, Yikun Guo

With the rise of knowledge graph (KG), question answering over knowledge base (KBQA) has attracted increasing attention in recent years. Despite much research has been conducted on this topic, it is still challenging to …

ManagementMarketingQuestion Answering

Nothing Else Matters: Model-Agnostic Explanations By Identifying Prediction Invariance

2016-11-17 · Marco Tulio Ribeiro, Sameer Singh, Carlos Guestrin

At the core of interpretable machine learning is the question of whether humans are able to make accurate predictions about a model's behavior. Assumed in this question are three properties of the interpretable output: c…

Interpretable Machine Learning