CVJun 17, 2022

FD-CAM: Improving Faithfulness and Discriminability of Visual Explanation for CNNs

arXiv:2206.08792v116 citationsh-index: 12Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for more reliable and clear visual explanations in CNN interpretability, though it is incremental as it builds on existing CAM-based methods.

The paper tackles the problem of improving both faithfulness and discriminability in visual explanations for CNNs using class activation maps, proposing FD-CAM which combines improved score-based weights with gradient-based weights to achieve better performance than state-of-the-art methods.

Class activation map (CAM) has been widely studied for visual explanation of the internal working mechanism of convolutional neural networks. The key of existing CAM-based methods is to compute effective weights to combine activation maps in the target convolution layer. Existing gradient and score based weighting schemes have shown superiority in ensuring either the discriminability or faithfulness of the CAM, but they normally cannot excel in both properties. In this paper, we propose a novel CAM weighting scheme, named FD-CAM, to improve both the faithfulness and discriminability of the CAM-based CNN visual explanation. First, we improve the faithfulness and discriminability of the score-based weights by performing a grouped channel switching operation. Specifically, for each channel, we compute its similarity group and switch the group of channels on or off simultaneously to compute changes in the class prediction score as the weights. Then, we combine the improved score-based weights with the conventional gradient-based weights so that the discriminability of the final CAM can be further improved. We perform extensive comparisons with the state-of-the-art CAM algorithms. The quantitative and qualitative results show our FD-CAM can produce more faithful and more discriminative visual explanations of the CNNs. We also conduct experiments to verify the effectiveness of the proposed grouped channel switching and weight combination scheme on improving the results. Our code is available at https://github.com/crishhh1998/FD-CAM.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes