haofanwang / Score-CAM

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

Grid Effects #22

Closed WesRobbins closed 2 years ago

WesRobbins commented 2 years ago

I am only getting strong activations along a grid pattern. Attached image shows 1,000 averaged activation maps which highlights grid. Is there a known reason for this effect?

I am using a standard resnet implementation with dilation set to 1 on all conv layers grid-activations

haofanwang commented 2 years ago

What is the original input? Is it a checkerboard?

WesRobbins commented 2 years ago

face images (e.g LFW, MS Celeb)

haofanwang commented 2 years ago

It looks weird. What is the classifier?