paper-with-me

홈 › Papers

MeLIME: Meaningful Local Explanation for Machine Learning Models

2020-09-12 · Tiago Botari, Frederik Hvilshøj, Rafael Izbicki, Andre C. P. L. F. de Carvalho

Most state-of-the-art machine learning algorithms induce black-box models, preventing their application in many sensitive domains. Hence, many methodologies for explaining machine learning models have been proposed to address this problem. In this work, we introduce strategies to improve local explanations taking into account the distribution of the data used to train the black-box models. We show that our approach, MeLIME, produces more meaningful explanations compared to other techniques over different ML models, operating on various types of data. MeLIME generalizes the LIME method, allowing more flexible perturbation sampling and the use of different local interpretable models. Additionally, we introduce modifications to standard training algorithms of local interpretable models fostering more robust explanations, even allowing the production of counterfactual examples. To show the strengths of the proposed approach, we include experiments on tabular data, images, and text; all showing improved explanations. In particular, MeLIME generated more meaningful explanations on the MNIST dataset than methods such as GuidedBackprop, SmoothGrad, and Layer-wise Relevance Propagation. MeLIME is available on https://github.com/tiagobotari/melime.

📄 PDF Abstract BibTeX arXiv:2009.05818

Code (1)

tiagobotari/melime 공식 구현 tf

Tasks

BIG-bench Machine Learningcounterfactual

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 제목 키워드 기반

Reliable Local Explanations for Machine Listening

2020-05-15 · Saumitra Mishra, Emmanouil Benetos, Bob L. Sturm, Simon Dixon

One way to analyse the behaviour of machine learning models is through local explanations that highlight input features that maximally influence model predictions. Sensitivity analysis, which involves analysing the effec…

Local Rule-Based Explanations of Black Box Decision Systems

2018-05-28 · Riccardo Guidotti, Anna Monreale, Salvatore Ruggieri, Dino Pedreschi 외

The recent years have witnessed the rise of accurate but obscure decision systems which hide the logic of their internal decision processes to the users. The lack of explanations for the decisions of black box systems is…

counterfactual

This actually looks like that: Proto-BagNets for local and global interpretability-by-design

2024-06-21 · Kerol Djoumessi, Bubacarr Bah, Laura Kühlewein, Philipp Berens 외

Interpretability is a key requirement for the use of machine learning models in high-stakes applications, including medical diagnosis. Explaining black-box models mostly relies on post-hoc methods that do not faithfully …

image-classificationImage ClassificationMedical Diagnosis

Enhancing LIME using Neural Decision Trees

2026-03-21 · Mohamed Aymen Bouyahia, Argyris Kalogeratos arxiv

Interpreting complex machine learning models is a critical challenge, especially for tabular data where model transparency is paramount. Local Interpretable Model-Agnostic Explanations (LIME) has been a very popular fram…

Interpretable Machine Learning

Explainability for Machine Learning Models: From Data Adaptability to User Perception

2024-02-16 · Julien Delaunay

This thesis explores the generation of local explanations for already deployed machine learning models, aiming to identify optimal conditions for producing meaningful explanations considering both data and user requireme…

counterfactualCounterfactual ExplanationExplanation Generation