paper-with-me

Papers

Shap-CAM: Visual Explanations for Convolutional Neural Networks based on Shapley Value

2022-08-07 · Quan Zheng, Ziwei Wang, Jie zhou, Jiwen Lu

Explaining deep convolutional neural networks has been recently drawing increasing attention since it helps to understand the networks' internal operations and why they make certain decisions. Saliency maps, which emphasize salient regions largely connected to the network's decision-making, are one of the most common ways for visualizing and analyzing deep networks in the computer vision community. However, saliency maps generated by existing methods cannot represent authentic information in images due to the unproven proposals about the weights of activation maps which lack solid theoretical foundation and fail to consider the relations between each pixel. In this paper, we develop a novel post-hoc visual explanation method called Shap-CAM based on class activation mapping. Unlike previous gradient-based approaches, Shap-CAM gets rid of the dependence on gradients by obtaining the importance of each pixel through Shapley value. We demonstrate that Shap-CAM achieves better visual performance and fairness for interpreting the decision making process. Our approach outperforms previous methods on both recognition and localization tasks.

📄 PDF Abstract BibTeX arXiv:2208.03608

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingFairness

Similar Papers 제목 키워드 기반

Shapley Explanation Networks

2021-04-06 · ICLR 2021 1 · Rui Wang, Xiaoqian Wang, David I. Inouye

Shapley values have become one of the most popular feature attribution explanation methods. However, most prior work has focused on post-hoc Shapley explanations, which can be computationally demanding due to its exponen…

Precision of Individual Shapley Value Explanations

2023-12-06 · Lars Henry Berge Olsen

Shapley values are extensively used in explainable artificial intelligence (XAI) as a framework to explain predictions made by complex machine learning (ML) models. In this work, we focus on conditional Shapley values fo…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Shapley Residuals: Quantifying the limits of the Shapley value for explanations

2021-12-01 · NeurIPS 2021 12 · Indra Kumar, Carlos Scheidegger, Suresh Venkatasubramanian, Sorelle Friedler

Popular feature importance techniques compute additive approximations to nonlinear models by first defining a cooperative game describing the value of different subsets of the model's features, then calculating the resul…

AttributeFeature Importance

Attention Flows are Shapley Value Explanations

2021-05-31 · ACL 2021 5 · Kawin Ethayarajh, Dan Jurafsky

Shapley Values, a solution to the credit assignment problem in cooperative game theory, are a popular type of explanation in machine learning, having been used to explain the importance of features, embeddings, and even …

Explaining the Uncertain: Stochastic Shapley Values for Gaussian Process Models

2023-05-24 · NeurIPS 2023 11

We present a novel approach for explaining Gaussian processes (GPs) that can utilize the full analytical covariance structure present in GPs. Our method is based on the popular solution concept of Shapley values extended…

Gaussian Processes