Replies: 1 comment 2 replies
-
We have GradCAM implemented for classification tasks. AFAIK, we don't have anything for segmentation, though I'm sure it wouldn't be much work to extend it to segmentation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
First of all, thank you very much for your work and the great support you offer!
I have a question concerning the interpretability of a segmentation Unet. I am trying to get some more insight into the functioning of my Unet trained on multi-channel data. In especially I would be interested in which channels and which voxels contribute the most to the decision of the trained Unet for the segmentation of a specific class. Something similar to this: https://arxiv.org/abs/2002.11434
Is there already a way to achieve this in monai? Or could you point me in the right direction to adapt the existing interpretability code to a segmentation task?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions