Seeing from gradCAM that the model cannot focus on identifying in non-background (non-zero) regions #4086
-
I used the nvidia pre-training model to perform transfer learning on the cropped images of the lungs. These images have been processed so that the background is 0.
After training I get decent accuracy, but from gradCAM I see that the eigenvalue of the background is 1, what am I doing wrong? Code:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think the GradCAM is saying that whatever decision it is making, the blue area was the most important in the decision-making process. So the bottom of the left-side lung. What seems to be the problem here, and what classification task are you doing? You could try running with occlusion sensitivity to compare results. |
Beta Was this translation helpful? Give feedback.
I think the GradCAM is saying that whatever decision it is making, the blue area was the most important in the decision-making process. So the bottom of the left-side lung. What seems to be the problem here, and what classification task are you doing?
You could try running with occlusion sensitivity to compare results.