You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gradient-weighted Class Activation Mapping (Grad-CAM)
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 find here. Some results:
Class Activation Mapping (CAM)
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 find here. Some results:
Guided back propagation
Details of the implementation and more results can be find here. Some results:
About
TensorFlow implementations of visualization of convolutional neural networks, such as Grad-Class Activation Mapping and guided back propagation