paper-with-me

Papers

GLIME: A new graphical methodology for interpretable model-agnostic explanations

2021-07-21 · Zoumpolia Dikopoulou, Serafeim Moustakidis, Patrik Karlsson

Explainable artificial intelligence (XAI) is an emerging new domain in which a set of processes and tools allow humans to better comprehend the decisions generated by black box models. However, most of the available XAI tools are often limited to simple explanations mainly quantifying the impact of individual features to the models' output. Therefore, human users are not able to understand how the features are related to each other to make predictions, whereas the inner workings of the trained models remain hidden. This paper contributes to the development of a novel graphical explainability tool that not only indicates the significant features of the model but also reveals the conditional relationships between features and the inference capturing both the direct and indirect impact of features to the models' decision. The proposed XAI methodology, termed as gLIME, provides graphical model-agnostic explanations either at the global (for the entire dataset) or the local scale (for specific data points). It relies on a combination of local interpretable model-agnostic explanations (LIME) with graphical least absolute shrinkage and selection operator (GLASSO) producing undirected Gaussian graphical models. Regularization is adopted to shrink small partial correlation coefficients to zero providing sparser and more interpretable graphical explanations. Two well-known classification datasets (BIOPSY and OAI) were selected to confirm the superiority of gLIME over LIME in terms of both robustness and consistency over multiple permutations. Specifically, gLIME accomplished increased stability over the two datasets with respect to features' importance (76%-96% compared to 52%-77% using LIME). gLIME demonstrates a unique potential to extend the functionality of the current state-of-the-art in XAI by providing informative graphically given explanations that could unlock black boxes.

📄 PDF Abstract BibTeX arXiv:2107.09927

Code (0)

등록된 구현이 없습니다.

Tasks

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

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

GLIME: General, Stable and Local LIME Explanation

2023-11-27 · NeurIPS 2023 11 · Zeren Tan, Yang Tian, Jian Li

As black-box machine learning models grow in complexity and find applications in high-stakes scenarios, it is imperative to provide explanations for their predictions. Although Local Interpretable Model-agnostic Explanat…

Local Interpretable Model Agnostic Shap Explanations for machine learning models

2022-10-10 · P. Sai Ram Aditya, Mayukha Pal

With the advancement of technology for artificial intelligence (AI) based solutions and analytics compute engines, machine learning (ML) models are getting more complex day by day. Most of these models are generally used…

Explainable Artificial Intelligence (XAI)

Global Explainability of GNNs via Logic Combination of Learned Concepts

2022-10-13 · Steve Azzolin, Antonio Longa, Pietro Barbiero, Pietro Liò 외

While instance-level explanation of GNN is a well-studied problem with plenty of approaches being developed, providing a global explanation for the behaviour of a GNN is much less explored, despite its potential in inter…

Diagnostic

Informative Perturbation Selection for Uncertainty-Aware Post-hoc Explanations

2026-03-16 · Sumedha Chugh, Ranjitha Prasad, Nazreen Shah arxiv

Trust and ethical concerns due to the widespread deployment of opaque machine learning (ML) models motivating the need for reliable model explanations. Post-hoc model-agnostic explanation methods addresses this challenge…

Feature ImportanceActive Learning

QGraphLIME - Explaining Quantum Graph Neural Networks

2025-10-07 · Haribandhu Jena, Jyotirmaya Shivottam, Subhankar Mishra arxiv

Quantum graph neural networks offer a powerful paradigm for learning on graph-structured data, yet their explainability is complicated by measurement-induced stochasticity and the combinatorial nature of graph structure.…