L-Shapley and C-Shapley: Efficient Model Interpretation for Structured Data
Jianbo Chen, Le Song, Martin J. Wainwright, Michael I. Jordan

TL;DR
This paper introduces two efficient algorithms for instancewise feature importance scoring in structured data, leveraging graph structures to overcome the exponential complexity of traditional Shapley value methods, and demonstrates their effectiveness on language and image data.
Contribution
The paper develops two linear-complexity algorithms for feature importance scoring in graph-structured data, connecting them to Shapley and Myerson values, and shows their practical advantages.
Findings
Algorithms outperform existing methods in speed and accuracy.
Effective on language and image datasets.
Theoretical connection to Shapley and Myerson values.
Abstract
We study instancewise feature importance scoring as a method for model interpretation. Any such method yields, for each predicted instance, a vector of importance scores associated with the feature vector. Methods based on the Shapley score have been proposed as a fair way of computing feature attributions of this kind, but incur an exponential complexity in the number of features. This combinatorial explosion arises from the definition of the Shapley value and prevents these methods from being scalable to large data sets and complex models. We focus on settings in which the data have a graph structure, and the contribution of features to the target variable is well-approximated by a graph-structured factorization. In such settings, we develop two algorithms with linear complexity for instancewise feature importance scoring. We establish the relationship of our methods to the Shapley…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · Advanced Graph Neural Networks · Explainable Artificial Intelligence (XAI)
