tabayashi0117 / Score-CAM

MIT License
56 stars 19 forks source link

Score-CAM

An implementation of Score-CAM with keras (tf.keras).

The following methods are compared.

In addition, the followings are contained.

Blog post: Qiita

Faster Score-CAM

We thought that several channels were dominant in generating the final heat map. Faster-Score-CAM adds the processing of “use only channels with large variances as mask images” to Score-CAM. (max_N = -1 is the original Score-CAM).

When using VGG16, Faster-Score-CAM is about 10 times faster than Score-CAM.

Requirement

Usage

See Score-CAM.ipynb.