Using Decision Tree as Local Interpretable Model in Autoencoder-based LIME
Niloofar Ranjbar, Reza Safabakhsh

TL;DR
This paper introduces a novel interpretability method that replaces the linear model in ALIME with a decision tree, enhancing stability, fidelity, and interpretability of explanations for deep neural networks.
Contribution
It proposes using a decision tree as the local interpretable model within ALIME, improving explanation stability and fidelity over the original linear model approach.
Findings
Significant improvement in stability and local fidelity.
Enhanced interpretability of explanations.
Effective on various datasets.
Abstract
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 some tasks such as medical, economic, and self-driving cars, users want the model to be interpretable to decide if they can trust these results or not. In this work, we present a modified version of an autoencoder-based approach for local interpretability called ALIME. The ALIME itself is inspired by a famous method called Local Interpretable Model-agnostic Explanations (LIME). LIME generates a single instance level explanation by generating new data around the instance and training a local linear interpretable model. ALIME uses an autoencoder to weigh the new data around the sample. Nevertheless, the ALIME uses a linear model as the interpretable model to be trained…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Adversarial Robustness in Machine Learning
MethodsLocal Interpretable Model-Agnostic Explanations
