[go: nahoru, domu]

Skip to content

Annotation Paradigms

masadcv edited this page Sep 16, 2021 · 12 revisions

MONAI Label currently employs the following annotation algorithms.

  • DeepGrow is a click-based interactive segmentation model, where the user can guide the segmentation with positive and negative clicks. The positive clicks are intended to guide the segmentation towards the region of interest while the negative clicks are used for neglecting the background.
  • DeepEdit is an algorithm that combines the power of two models in one single architecture. It allows the user to perform inference, as a standard segmentation method, and also to interactively segment part of an image using clicks.
  • Scribbles provide free-hand drawing based interactive segmentation approach, where an annotator provides scribbles to label each regions within an input volume. It can be used to interactively annotate as a stand-alone approach as well as by using inference from a standard segmentation method.
  • Automated Segmentation is the non-interactive paradigm available in MONAI Label. It allows the researcher to create a segmentation pipeline using a standard UNet or any network available in MONAI (i.e. UNet, Highresnet, ResNet, DynUnet, etc ) to automatically segment images.
Clone this wiki locally