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

difference between channel-wise loss and pixel loss. (3 question) #9

Open
GuoSicen opened this issue May 22, 2023 · 0 comments
Open

Comments

@GuoSicen
Copy link

1 Is the difference between channel-wise and pixel-wise loss related to the dimensionality of their KLDivLoss calculation? One operates on the width and height dimensions, while the other operates on the channel dimension.

2 I noticed that both the feature map and the logits map are used for channel loss calculation in the paper, but I only found the calculation at one specific location before the network output. Could you please explain the specific calculation process?

3 I have implemented your method, along with two types of loss and the pixel loss from the previous paper "Structured Knowledge Distillation for Semantic Segmentation". However, during network training, all three losses are increasing, despite adjusting the batch size. Could you please suggest any other possible reasons for this behavior?

Thank you very much!!!

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

1 participant