Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using this for creating backpropagation saliency maps? #25

Open
greglahmer opened this issue May 3, 2022 · 3 comments
Open

Using this for creating backpropagation saliency maps? #25

greglahmer opened this issue May 3, 2022 · 3 comments

Comments

@greglahmer
Copy link

If we are trying to establish, just the pixels instead of image regions with the highest gradients attached to them, I have heard saliency maps using backpropagation is the best way? Is it possible to do this with medcam as well?

@Karol-G
Copy link
Collaborator

Karol-G commented May 4, 2022

You probably mean Grad-CAM? This is the default setting of medcam.

@stevenagl12
Copy link

I think they may be referring to saliency maps that calculate the weight of the pixels or voxels in an image, not the gradients. Maybe something like: https://towardsdatascience.com/saliency-map-using-pytorch-68270fe45e80.

@greglahmer
Copy link
Author

greglahmer commented May 4, 2022

Yes, that is what I meant. The saliency maps for calculating the weight. I am not sure how to do that for segmentations in 3D, so I thought the package might be able to do it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants