Question 1
Which one of the below statements is incorrect?
Global Average Pooling (GAP) technique is used in both CAM and Grad-CAM.
The purpose of GAP is to find an importance score for every feature map, which represents how much that feature map contributes to generate the explanation.
For both CAM and Grad-CAM, explanation can be generated with respect to any layer of a CNN.
For every pixel in the feature map, Grad-CAM++ assigns different weightage, whereas Grad-CAM gives the same weightage.
