Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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.

Haofan Wang, Zifan Wang, Mengnan Du, Fan Yang, Zijian Zhang, Sirui Ding, Piotr Mardziel, Xia Hu• 2019

Related benchmarks

TaskDatasetResultRank
SegmentationBraTS
Dice Score0.324
30
Faithfulness EvaluationImageNet (val)
ADCC81.03
24
Cause discovery for incorrect predictionsCUB-200 2011
Avg Highest Confidence (0-25%)0.2126
24
Semantic segmentationAutoPET
F1-score23
15
Semantic segmentationMosMed
F1 Score38
15
Model Explainability FaithfulnessOCT
AUDC85.2
14
Top-k localization precision and sensitivityRSNA
Top-k Precision66
14
Model Explainability FaithfulnessFundus
AUDC0.894
14
Top-k localization precision and sensitivityOCT
Top-k Precision8
14
Top-k localization precision and sensitivityFundus
Top-k Precision20
14
Showing 10 of 32 rows

Other info

Code

Follow for update