Which XAI methods yield high resolution maps? #388
Unanswered
JoanaNRocha
asked this question in
Q&A
Replies: 1 comment 1 reply
-
All of them. But I think they are much less informative and prone to errors/misleading than the CAM based methods. As a trade off, you can target an earlier layer in the model to get a higher spatial output resolution. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking for XAI methods that output a high resolution map, unlike Grad-CAM, whose heatmap is upsampled to the input image’s size. Which common ones yield high resolution heatmaps? Is that the case of any of the below ones? Thank you in advance.
Integrated Gradients
Saliency
Input X Gradient
Guided Backprop
Deconvolution
Beta Was this translation helpful? Give feedback.
All reactions