CVGTJan 9, 2025

CAMs as Shapley Value-based Explainers

arXiv:2501.06261v16 citationsh-index: 1Has CodeVis Comput
Originality Incremental advance
AI Analysis

This work addresses the need for better explainability in neural network decisions for researchers and practitioners, offering a theoretical bridge between heuristic CAM methods and Shapley value-based approaches, though it is incremental in nature.

The paper tackled the incomplete understanding of Class Activation Mapping (CAM) methods for neural network visualization by introducing the CRG Explainer framework and ShapleyCAM, a new method that provides more precise visual explanations, as demonstrated through extensive experiments on 12 networks using the ImageNet validation set.

Class Activation Mapping (CAM) methods are widely used to visualize neural network decisions, yet their underlying mechanisms remain incompletely understood. To enhance the understanding of CAM methods and improve their explainability, we introduce the Content Reserved Game-theoretic (CRG) Explainer. This theoretical framework clarifies the theoretical foundations of GradCAM and HiResCAM by modeling the neural network prediction process as a cooperative game. Within this framework, we develop ShapleyCAM, a new method that leverages gradients and the Hessian matrix to provide more precise and theoretically grounded visual explanations. Due to the computational infeasibility of exact Shapley value calculation, ShapleyCAM employs a second-order Taylor expansion of the cooperative game's utility function to derive a closed-form expression. Additionally, we propose the Residual Softmax Target-Class (ReST) utility function to address the limitations of pre-softmax and post-softmax scores. Extensive experiments across 12 popular networks on the ImageNet validation set demonstrate the effectiveness of ShapleyCAM and its variants. Our findings not only advance CAM explainability but also bridge the gap between heuristic-driven CAM methods and compute-intensive Shapley value-based methods. The code is available at \url{https://github.com/caihuaiguang/pytorch-shapley-cam}.

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