nupurkmr9 / S2M2_fewshot

Other
112 stars 20 forks source link

Relevant Pixels Visualization #10

Closed aleflabo closed 3 years ago

aleflabo commented 3 years ago

Hi,

I'm trying to reproduce the Figure 5 of the paper where are shown the most relevant pixels for the classification. I kindly ask you how they were generated and if the the code is available to replicate them.

Thanks in advance, Alessandro

nupurkmr9 commented 3 years ago

Hi, Sorry I dont have the exact code available now. But, we create Fig5 by highlighting 1% of the pixels sorted by abs(dy/dx) where x is the input image and y is the correct class. I hope this helps.

Thanks, Nupur