Data uncertainty or model uncertainty?
ZhouCX117 opened this issue · 2 comments
Thanks for your excellent code!
Could you please tell me what kind of uncertainty the phiseg network considers? Data uncertainty or model uncertainty?
Thank you!
PhiSeg was trained on datasets where multiple annotations for the same image were available. The images obtained by sampling from PhiSeg can then be considered as "likely" annotations of the image. The GED and NCC scores calculated in RevPhiSeg , PhiSeg and ProbabilisticUnet thus are a way of quantifying data uncertainty.
To answer your question: you can say that it only considers data uncertainty of the images fed to the network.
I hope that helps.
@gigantenbein Thanks for your reply! You are so nice~
Could I ask one more question?
Are there any other methods to measure model uncertainty besides Bayesian neural network, ensembles, and MC dropout?