MECLabTUDA / M3d-Cam

MIT License
306 stars 40 forks source link

Using this for creating backpropagation saliency maps? #25

Open greglahmer opened 2 years ago

greglahmer commented 2 years ago

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 commented 2 years ago

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

stevenagl12 commented 2 years ago

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 commented 2 years ago

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...