LGAIEMMLNov 1, 2019

Explaining black box decisions by Shapley cohort refinement

arXiv:1911.00467v262 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more reliable explanations in explainable AI, particularly for black box decision-making, though it appears incremental as it builds on existing Shapley-based methods.

The paper tackles the problem of quantifying variable importance in black box models by introducing a cohort Shapley measure based on Shapley values, which uses only observed data to avoid unrealistic combinations, and connects it to global sensitivity analysis while introducing a squared version for consistency with Shapley axioms.

We introduce a variable importance measure to quantify the impact of individual input variables to a black box function. Our measure is based on the Shapley value from cooperative game theory. Many measures of variable importance operate by changing some predictor values with others held fixed, potentially creating unlikely or even logically impossible combinations. Our cohort Shapley measure uses only observed data points. Instead of changing the value of a predictor we include or exclude subjects similar to the target subject on that predictor to form a similarity cohort. Then we apply Shapley value to the cohort averages. We connect variable importance measures from explainable AI to function decompositions from global sensitivity analysis. We introduce a squared cohort Shapley value that splits previously studied Shapley effects over subjects, consistent with a Shapley axiom.

Code Implementations2 repos
Foundations

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

Your Notes