DLIME: A Deterministic Local Interpretable Model-Agnostic Explanations Approach for Computer-Aided Diagnosis Systems
Muhammad Rehman Zafar, Naimul Mefraz Khan

TL;DR
This paper introduces DLIME, a deterministic version of LIME that improves explanation stability for medical diagnosis systems by replacing random perturbations with hierarchical clustering and KNN, ensuring more consistent interpretability.
Contribution
The paper presents a novel deterministic approach to LIME using hierarchical clustering and KNN, enhancing explanation stability in medical AI applications.
Findings
DLIME shows higher stability than LIME in medical datasets.
Experimental results demonstrate improved consistency of explanations.
DLIME outperforms LIME in explanation stability metrics.
Abstract
Local Interpretable Model-Agnostic Explanations (LIME) is a popular technique used to increase the interpretability and explainability of black box Machine Learning (ML) algorithms. LIME typically generates an explanation for a single prediction by any ML model by learning a simpler interpretable model (e.g. linear classifier) around the prediction through generating simulated data around the instance by random perturbation, and obtaining feature importance through applying some form of feature selection. While LIME and similar local algorithms have gained popularity due to their simplicity, the random perturbation and feature selection methods result in "instability" in the generated explanations, where for the same prediction, different explanations can be generated. This is a critical issue that can prevent deployment of LIME in a Computer-Aided Diagnosis (CAD) system, where…
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) · Machine Learning in Healthcare · Topic Modeling
MethodsFeature Selection · Interpretability · Local Interpretable Model-Agnostic Explanations
