paper-with-me

Papers

ShapG: new feature importance method based on the Shapley value

2024-06-29 · Chi Zhao, Jing Liu, Elena Parilina

With wide application of Artificial Intelligence (AI), it has become particularly important to make decisions of AI systems explainable and transparent. In this paper, we proposed a new Explainable Artificial Intelligence (XAI) method called ShapG (Explanations based on Shapley value for Graphs) for measuring feature importance. ShapG is a model-agnostic global explanation method. At the first stage, it defines an undirected graph based on the dataset, where nodes represent features and edges are added based on calculation of correlation coefficients between features. At the second stage, it calculates an approximated Shapley value by sampling the data taking into account this graph structure. The sampling approach of ShapG allows to calculate the importance of features efficiently, i.e. to reduce computational complexity. Comparison of ShapG with other existing XAI methods shows that it provides more accurate explanations for two examined datasets. We also compared other XAI methods developed based on cooperative game theory with ShapG in running time, and the results show that ShapG exhibits obvious advantages in its running time, which further proves efficiency of ShapG. In addition, extensive experiments demonstrate a wide range of applicability of the ShapG method for explaining complex models. We find ShapG an important tool in improving explainability and transparency of AI systems and believe it can be widely used in various fields.

📄 PDF Abstract BibTeX arXiv:2407.00506

Code (1)

vectorsss/shapG 공식 구현

Tasks

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Feature Importance

Similar Papers 제목 키워드 기반

Joint Shapley values: a measure of joint feature importance

2021-07-23 · ICLR 2022 4 · Chris Harris, Richard Pymar, Colin Rowat

The Shapley value is one of the most widely used measures of feature importance partly as it measures a feature's average effect on a model's prediction. We introduce joint Shapley values, which directly extend Shapley's…

Feature Importance

Multicollinearity Correction and Combined Feature Effect in Shapley Values

2020-11-03 · Indranil Basu, Subhadip Maji

Model interpretability is one of the most intriguing problems in most of the Machine Learning models, particularly for those that are mathematically sophisticated. Computing Shapley Values are arguably the best approach …

Feature Importance: A Closer Look at Shapley Values and LOCO

2023-03-10 · Isabella Verdinelli, Larry Wasserman

There is much interest lately in explainability in statistics and machine learning. One aspect of explainability is to quantify the importance of various features (or covariates). Two popular methods for defining variabl…

Feature CorrelationFeature Importance

Problems with Shapley-value-based explanations as feature importance measures

2020-02-25 · ICML 2020 1 · I. Elizabeth Kumar, Suresh Venkatasubramanian, Carlos Scheidegger, Sorelle Friedler

Game-theoretic formulations of feature importance have become popular as a way to "explain" machine learning models. These methods define a cooperative game between the features of a model and distribute influence among …

Feature Importance

The Inadequacy of Shapley Values for Explainability

2023-02-16 · Xuanxiang Huang, Joao Marques-Silva

This paper develops a rigorous argument for why the use of Shapley values in explainable AI (XAI) will necessarily yield provably misleading information about the relative importance of features for predictions. Concrete…

Explainable Artificial Intelligence (XAI)