This repo contains Keras implementation of CAM, Grad-CAM, Guided Grad-CAM on the 2017 Korean presidential election candidates' face image data.
CAM: https://arxiv.org/abs/1512.04150
Grad-CAM: https://arxiv.org/abs/1610.02391
Guided Backpropagation: https://arxiv.org/abs/1412.6806
I crawled the original images from Google and cropped faces myself. The dataset is available for any research purposes. https://www.floydhub.com/junkwhinger/datasets/presidential_candidates_2017_v2
http://jsideas.net/python/2017/05/07/transfer_learning.html
http://jsideas.net/python/2017/11/26/transfer_learning_with_keras_on_floydhub.html
http://jsideas.net/python/2018/01/04/class_activation_map.html
http://jsideas.net/python/2018/01/12/grad_cam.html
https://github.com/jacobgil/keras-cam
https://github.com/jacobgil/keras-grad-cam#grad-cam-implementation-in-keras