-
Notifications
You must be signed in to change notification settings - Fork 251
Use Cases
Vishwesh edited this page Jul 1, 2021
·
9 revisions
MONAI-label has mainly three use cases:
-
Cold-start annotation: The user can annotate a dataset from scratch using basic viewer capabilities (i.e. brushes, DeepGrow)
-
Interactive label editing or modification: The user can modify or edit annotations created by an automatic model.
- Model quality improvement: This is designed to take advantage of an expert budget (i.e. 5 hours per week of a radiologist) to improve the quality of a segmentation model. For this, there are several active learning techniques and base learner models that allow this to happen.
-
DeepGrow App Based Use Case to Speed up Annotation Time: The below table shows how the annotation time at the user's end can be reduced as more and more volumes are annotated. As the user trains on the data that they have annotated, the total time taken at user's end to annotate a 3D volume reduces. The Spleen dataset from medical segmentation decathlon was used for this experiment. A similar MONAI Label DeepGrow app can be found here.