pawneshg / XAI-CFAMs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XAI: CFAM

Goal:

The goal of this project is to predict how much discriminative image regions used by CNNs to identify the categories. Goal

1. Class Filter Activation Maps:

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.
CFAM

code

2. Computation of Omega value:

Omega represents the ratio of common area to the threshold activation map area. Omega
code

code

System Flow:

Process

Results :

Example #1 Example #1

About


Languages

Language:Python 57.6%Language:Jupyter Notebook 42.1%Language:Shell 0.3%