paper-with-me

홈 › Papers

GLEAMS: Bridging the Gap Between Local and Global Explanations

2024-08-09 · Giorgio Visani, Vincenzo Stanzione, Damien Garreau

The explainability of machine learning algorithms is crucial, and numerous methods have emerged recently. Local, post-hoc methods assign an attribution score to each feature, indicating its importance for the prediction. However, these methods require recalculating explanations for each example. On the other side, while there exist global approaches they often produce explanations that are either overly simplistic and unreliable or excessively complex. To bridge this gap, we propose GLEAMS, a novel method that partitions the input space and learns an interpretable model within each sub-region, thereby providing both faithful local and global surrogates. We demonstrate GLEAMS' effectiveness on both synthetic and real-world data, highlighting its desirable properties and human-understandable insights.

📄 PDF Abstract BibTeX arXiv:2408.05060

Code (1)

giorgiovisani/gleams 공식 구현

Similar Papers 제목 키워드 기반

Regional Explanations: Bridging Local and Global Variable Importance

2026-04-13 · Salim I. Amoukou, Nicolas J-B. Brunel arxiv

We analyze two widely used local attribution methods, Local Shapley Values and LIME, which aim to quantify the contribution of a feature value $x_i$ to a specific prediction $f(x_1, \dots, x_p)$. Despite their widespread…

Feature Importance

Local vs. Global Interpretability: A Computational Complexity Perspective

2024-06-05 · Shahaf Bassan, Guy Amir, Guy Katz

The local and global interpretability of various ML models has been studied extensively in recent years. However, despite significant progress in the field, many known results remain informal or lack sufficient mathemati…

Best of both worlds: local and global explanations with human-understandable concepts

2021-06-16 · Jessica Schrouff, Sebastien Baur, Shaobo Hou, Diana Mincu 외

Interpretability techniques aim to provide the rationale behind a model's decision, typically by explaining either an individual prediction (local explanation, e.g. 'why is this patient diagnosed with this condition') or…

Generative Example-Based Explanations: Bridging the Gap between Generative Modeling and Explainability

2024-10-28 · Philipp Vaeth, Alexander M. Fruehwald, Benjamin Paassen, Magda Gregorova

Recently, several methods have leveraged deep generative modeling to produce example-based explanations of decision algorithms for high-dimensional input data. Despite promising results, a disconnect exists between these…

Global Aggregations of Local Explanations for Black Box models

2019-07-05 · Ilse van der Linden, Hinda Haned, Evangelos Kanoulas

The decision-making process of many state-of-the-art machine learning models is inherently inscrutable to the extent that it is impossible for a human to interpret the model directly: they are black box models. This has …

Decision MakingOpen-Ended Question Answering