LGAIFeb 17, 2024

Trust Regions for Explanations via Black-Box Probabilistic Certification

arXiv:2402.11168v33 citationsh-index: 33ICML
Originality Incremental advance
AI Analysis

This addresses the need for reliable and stable explanations in AI systems, offering a meta-metric for comparison and potential reuse, though it is incremental in extending certification to explanations.

The paper tackles the problem of certifying explanations for black-box machine learning models by finding the largest region around an example where the explanation remains valid with high probability, achieving theoretical guarantees and experimental efficacy on synthetic and real data.

Given the black box nature of machine learning models, a plethora of explainability methods have been developed to decipher the factors behind individual decisions. In this paper, we introduce a novel problem of black box (probabilistic) explanation certification. We ask the question: Given a black box model with only query access, an explanation for an example and a quality metric (viz. fidelity, stability), can we find the largest hypercube (i.e., $\ell_{\infty}$ ball) centered at the example such that when the explanation is applied to all examples within the hypercube, (with high probability) a quality criterion is met (viz. fidelity greater than some value)? Being able to efficiently find such a \emph{trust region} has multiple benefits: i) insight into model behavior in a \emph{region}, with a \emph{guarantee}; ii) ascertained \emph{stability} of the explanation; iii) \emph{explanation reuse}, which can save time, energy and money by not having to find explanations for every example; and iv) a possible \emph{meta-metric} to compare explanation methods. Our contributions include formalizing this problem, proposing solutions, providing theoretical guarantees for these solutions that are computable, and experimentally showing their efficacy on synthetic and real data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes