paper-with-me

Papers

Locally Interpretable Models and Effects based on Supervised Partitioning (LIME-SUP)

2018-06-02 · Linwei Hu, Jie Chen, Vijayan N. Nair, Agus Sudjianto

Supervised Machine Learning (SML) algorithms such as Gradient Boosting, Random Forest, and Neural Networks have become popular in recent years due to their increased predictive performance over traditional statistical methods. This is especially true with large data sets (millions or more observations and hundreds to thousands of predictors). However, the complexity of the SML models makes them opaque and hard to interpret without additional tools. There has been a lot of interest recently in developing global and local diagnostics for interpreting and explaining SML models. In this paper, we propose locally interpretable models and effects based on supervised partitioning (trees) referred to as LIME-SUP. This is in contrast with the KLIME approach that is based on clustering the predictor space. We describe LIME-SUP based on fitting trees to the fitted response (LIM-SUP-R) as well as the derivatives of the fitted response (LIME-SUP-D). We compare the results with KLIME and describe its advantages using simulation and real data.

📄 PDF Abstract BibTeX arXiv:1806.00663

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

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

A Modified Perturbed Sampling Method for Local Interpretable Model-agnostic Explanation

2020-02-18 · Sheng Shi, Xinfeng Zhang, Wei Fan

Explainability is a gateway between Artificial Intelligence and society as the current popular deep learning models are generally weak in explaining the reasoning process and prediction results. Local Interpretable Model…

image-classificationImage Classification

Local Interpretable Model-agnostic Explanations of Bayesian Predictive Models via Kullback-Leibler Projections

2018-10-05 · Tomi Peltola

We introduce a method, KL-LIME, for explaining predictions of Bayesian predictive models by projecting the information in the predictive distribution locally to a simpler, interpretable explanation model. The proposed ap…

Variable Selection

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

Local Supervised Learning through Space Partitioning

2012-12-01 · NeurIPS 2012 12 · Joseph Wang, Venkatesh Saligrama

We develop a novel approach for supervised learning based on adaptively partitioning the feature space into different regions and learning local region-specific classifiers. We formulate an empirical risk minimization pr…

General Classification