haofanwang / Score-CAM

Official implementation of Score-CAM in PyTorch
MIT License
399 stars 66 forks source link

Modifying images before evaluation using Average Drop/Increase in Confidence #33

Open NgKhaiPhu opened 4 months ago

NgKhaiPhu commented 4 months ago

Hi, I have some questions regarding the Average Drop/Increase in Confidence metric in section 4.2.

In this experiment, rather than do point-wise multiplication with the original generated saliency map, we slightly modify by limiting the number of positive pixels in the saliency map (50% of pixels of the image are muted in our experiment).