The goal of this project is to predict how much discriminative image regions used by CNNs to identify the categories.
Procedure to generate class filter activation map is by using weights of last layer and activation value of global average pooling layer.
The product of these values helps to select the top "k" activation maps which are responsible for prediction.
Omega represents the ratio of common area to the threshold activation map area.
code