Score-CAM: Score-Weighted Visual Explanations for Convolutional Neural Networks
About
Recently, increasing attention has been drawn to the internal mechanisms of convolutional neural networks, and the reason why the network makes specific decisions. In this paper, we develop a novel post-hoc visual explanation method called Score-CAM based on class activation mapping. Unlike previous class activation mapping based approaches, Score-CAM gets rid of the dependence on gradients by obtaining the weight of each activation map through its forward passing score on target class, the final result is obtained by a linear combination of weights and activation maps. We demonstrate that Score-CAM achieves better visual performance and fairness for interpreting the decision making process. Our approach outperforms previous methods on both recognition and localization tasks, it also passes the sanity check. We also indicate its application as debugging tools. Official code has been released.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Segmentation | BraTS | Dice Score0.324 | 30 | |
| Faithfulness Evaluation | ImageNet (val) | ADCC81.03 | 24 | |
| Cause discovery for incorrect predictions | CUB-200 2011 | Avg Highest Confidence (0-25%)0.2126 | 24 | |
| Semantic segmentation | AutoPET | F1-score23 | 15 | |
| Semantic segmentation | MosMed | F1 Score38 | 15 | |
| Model Explainability Faithfulness | OCT | AUDC85.2 | 14 | |
| Top-k localization precision and sensitivity | RSNA | Top-k Precision66 | 14 | |
| Model Explainability Faithfulness | Fundus | AUDC0.894 | 14 | |
| Top-k localization precision and sensitivity | OCT | Top-k Precision8 | 14 | |
| Top-k localization precision and sensitivity | Fundus | Top-k Precision20 | 14 |