paper-with-me

홈 › Papers

MASALA: Model-Agnostic Surrogate Explanations by Locality Adaptation

2024-08-19 · Saif Anwar, Nathan Griffiths, Abhir Bhalerao, Thomas Popham

Existing local Explainable AI (XAI) methods, such as LIME, select a region of the input space in the vicinity of a given input instance, for which they approximate the behaviour of a model using a simpler and more interpretable surrogate model. The size of this region is often controlled by a user-defined locality hyperparameter. In this paper, we demonstrate the difficulties associated with defining a suitable locality size to capture impactful model behaviour, as well as the inadequacy of using a single locality size to explain all predictions. We propose a novel method, MASALA, for generating explanations, which automatically determines the appropriate local region of impactful model behaviour for each individual instance being explained. MASALA approximates the local behaviour used by a complex model to make a prediction by fitting a linear surrogate model to a set of points which experience similar model behaviour. These points are found by clustering the input space into regions of linear behavioural trends exhibited by the model. We compare the fidelity and consistency of explanations generated by our method with existing local XAI methods, namely LIME and CHILLI. Experiments on the PHM08 and MIDAS datasets show that our method produces more faithful and consistent explanations than existing methods, without the need to define any sensitive locality hyperparameters.

📄 PDF Abstract BibTeX arXiv:2408.10085

Code (1)

saiffanwar/MASALA 공식 구현 pytorch

Tasks

model

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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 제목 키워드 기반

s-LIME: Reconciling Locality and Fidelity in Linear Explanations

2022-08-02 · Romaric Gaudel, Luis Galárraga, Julien Delaunay, Laurence Rozé 외

The benefit of locality is one of the major premises of LIME, one of the most prominent methods to explain black-box machine learning models. This emphasis relies on the postulate that the more locally we look at the vic…

Defining Locality for Surrogates in Post-hoc Interpretablity

2018-06-19 · Thibault Laugel, Xavier Renard, Marie-Jeanne Lesot, Christophe Marsala 외

Local surrogate models, to approximate the local decision boundary of a black-box classifier, constitute one approach to generate explanations for the rationale behind an individual prediction made by the back-box. This …

Prediction

ConceptSMILE: Auditing the Trustworthiness of Concept-Based Explainable AI

2026-07-10 · Mohadeseh Mollapour, Koorosh Aslansefat, Zeinab Dehghani, Bhupesh Kumar Mishra 외 arxiv

Concept-based explainable artificial intelligence (AI) can make model reasoning more human-understandable, but concept-level outputs are not automatically trustworthy. We introduce ConceptSMILE, a model-agnostic perturba…

ITL-LIME: Instance-Based Transfer Learning for Enhancing Local Explanations in Low-Resource Data Settings

2025-08-19 · Rehan Raza, Guanjin Wang, Kok Wai Wong, Hamid Laga 외 arxiv

Explainable Artificial Intelligence (XAI) methods, such as Local Interpretable Model-Agnostic Explanations (LIME), have advanced the interpretability of black-box machine learning models by approximating their behavior l…

Contrastive LearningTransfer Learning

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