questions on monai labels #1137
Replies: 2 comments 2 replies
-
Hi Joe, MONAI Label is a framework for training and using interactive segmentation networks. An interactive segmentation network is a network which can accept signals (clicks, strokes or bounding boxes) from the user and predict a segmentation mask. At the moment, the network that is trained can be any network that you wish to code or just drop in from MONAI Core. This is due to the user's signal being passed as additional channels with the imaging input. As far as I am aware MONAI Label at the moment also supports Active Learning strategies for training said network which prioritises what sample should be picked based on epistemic (dropout uncertainty) and aleatoric (test time augmentation uncertainty) uncertainties. The output of MONAI Label can be considered a segmentation network that does a good job at segmenting the target of interest, BUT it can ALSO accept the user's signal to IMPROVE said segmentation. Thus, it would speed up the generation of golden standard segmentation (human-based segmentations). As I am a new developer of MONAI Label so @diazandr3s please let me know if I missed anything. Cheers, Dan |
Beta Was this translation helpful? Give feedback.
-
Hi @joepareti54 , for simpler answer. MONAI Label is a platform for deploying AI models, and connect to annotation tool so that users can use AI model using viewer's UI. This link is recommended to get started with MONAI Label. We have some sample models and sample apps, such as spleen segmentation, multi-organ segmentation, BRATS segmentation, etc.. Thank you for the interests in MONAI Label, which is an open-source project and welcome developers and users! Cheers |
Beta Was this translation helpful? Give feedback.
-
is 'monai label' an AI model that needs to be trained to support users' annotations? What kind of model?
is the output of monai labels a dataset with labels that will be used to train ANOTHER ML model ?
Beta Was this translation helpful? Give feedback.
All reactions