- This repository contains implementations of visualizatin of CNN in recent papers.
- The source code in the repository can be used to demostrate the algorithms as well as test on your own data.
- Python 3.3+
- Tensorflow 1.3
- TensorCV
- Visulization of filters and feature maps of GoogLeNet
- Gradient-weighted Class Activation Mapping (Grad-CAM) (ICCV 17)
- Class Activation Mapping (CAM) (CVPR 16)
- Guided back propagation (2014)
- The most straightforward approach to visualize a CNN is to show the feature maps (activations) and filters.
- Details of the implementation and more results can be found here
- Grad-CAM generates similar class heatmap as CAM, but it does not require to re-train the model for visualizatin.
- Details of the implementation and more results can be found here. Some results:
- The class activation map highlights the most informative image regions relevant to the predicted class. This map can be obtained by adding a global average pooling layer at the end of convolutional layers.
- Details of the implementation and more results can be found here. Some results:
- Details of the implementation and more results can be found here. Some results: