Project-MONAI / MONAI

AI Toolkit for Healthcare Imaging
https://monai.io/
Apache License 2.0
5.51k stars 1.01k forks source link

Evidencial Fully Convolutional Network #2127

Open paul-bd opened 3 years ago

paul-bd commented 3 years ago

Hi!

Is your feature request related to a problem? Please describe. Dealing with uncertainty of ground truth seems crucial for medical imaging.

Describe the solution you'd like An implementation of the Evidencial Fully Convolutional Network ( https://arxiv.org/pdf/2103.13544.pdf) would be great ! Which seems to require two layers :

It has been successfully applied in medical imaging here (using MONAI as a backend): https://arxiv.org/abs/2104.13293

Best,

Nic-Ma commented 3 years ago

Hi @paul-bd ,

Thanks for the feature request, could you please help contribute a PR if you are interested? @wyli @ericspod , do you think this network would be helpful for other tasks?

Thanks.

ericspod commented 3 years ago

If this is a few new layers we can definitely consider adding it in as that seems like a simple addition. A demo notebook in the tutorials repo would be helpful too. Has the linked papers been accepted for publication? If not we should hold off for the authors to respond to feedback if there is anything to address.

vikashg commented 6 months ago

any updates on this @paul-bd