LGApr 7, 2022

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

arXiv:2204.03321v18 citationsh-index: 29
Originality Incremental advance
AI Analysis

This work addresses the need for interpretable AI in critical domains like medicine and self-driving cars, but it is incremental as it builds on existing methods like LIME and ALIME.

The paper tackles the problem of interpretability in deep neural networks by proposing a modified version of ALIME that uses a decision tree instead of a linear model for local explanations. Experiments show significant improvements in stability and local fidelity, with enhanced interpretability compared to ALIME.

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 locally, just like the LIME. This work proposes a new approach, which uses a decision tree instead of the linear model, as the interpretable model. We evaluate the proposed model in case of stability, local fidelity, and interpretability on different datasets. Compared to ALIME, the experiments show significant results on stability and local fidelity and improved results on interpretability.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes