Metric-Guided Synthesis of Class Activation Mapping
By: Alejandro Luque-Cerpa , Elizabeth Polgreen , Ajitha Rajan and more
Potential Business Impact:
Shows computers which parts of a picture matter.
Class activation mapping (CAM) is a widely adopted class of saliency methods used to explain the behavior of convolutional neural networks (CNNs). These methods generate heatmaps that highlight the parts of the input most relevant to the CNN output. Various CAM methods have been proposed, each distinguished by the expressions used to derive heatmaps. In general, users look for heatmaps with specific properties that reflect different aspects of CNN functionality. These may include similarity to ground truth, robustness, equivariance, and more. Although existing CAM methods implicitly encode some of these properties in their expressions, they do not allow for variability in heatmap generation following the user's intent or domain knowledge. In this paper, we address this limitation by introducing SyCAM, a metric-based approach for synthesizing CAM expressions. Given a predefined evaluation metric for saliency maps, SyCAM automatically generates CAM expressions optimized for that metric. We specifically explore a syntax-guided synthesis instantiation of SyCAM, where CAM expressions are derived based on predefined syntactic constraints and the given metric. Using several established evaluation metrics, we demonstrate the efficacy and flexibility of our approach in generating targeted heatmaps. We compare SyCAM with other well-known CAM methods on three prominent models: ResNet50, VGG16, and VGG19.
Similar Papers
DiffGradCAM: A Universal Class Activation Map Resistant to Adversarial Training
Machine Learning (CS)
Makes AI explanations harder to trick.
CF-CAM: Cluster Filter Class Activation Mapping for Reliable Gradient-Based Interpretability
Machine Learning (CS)
Shows how AI makes decisions, faster and better.
Assessing the Noise Robustness of Class Activation Maps: A Framework for Reliable Model Interpretability
CV and Pattern Recognition
Makes AI see what's important, even with bad pictures.