-
Notifications
You must be signed in to change notification settings - Fork 30
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
combined model loss #1
Comments
Hey. sorry, this was early code form the development process. And I think you are right, that this is not the loss described in the "What Uncertainties Do We Need..." paper. However in training/combined_training.py is a more understandable implementation of the loss from equation 8 in the paper. (Mean is replaced with sum there). Hope that helps, otherwise feel free to ask. |
Hi, Any help appreciated. Thanks |
In my application, I try to train the network with the above mentioned loss function, but my |
Sorry, I'm currently busy. Spontaneously I have no clues. If I find time, I may look into it. |
I think the loss function (where you use monte carlo integration) is for the classification task (and not regression). It's mentioned in the paper. Although the maths is still not entirely clear to me. |
What are your thoughts on this? do you think the results can be improved, any suggestions? https://udion.github.io/post/uncertain_deepl/ Thanks |
Hey,
great work @hutec.
I have a doubt though, in the paper "What Uncertainties Do We Need in Bayesian Deep
Learning for Computer Vision?", the loss function doesn't invoke the
eps
andT = 20 # Number of Monte Carlo Integration steps for adding noise to the uncertainty
. Your loss function is not clear to me, could you please elaborate a little? or point to some resources which build this concept thoroughly and mathematically.Thanks
The text was updated successfully, but these errors were encountered: