Main Content

Collaborate on Multi-Labeler Medical Image Labeling Projects

This page shows how to work with a multi-person team to label large medical image data sets using the Medical Image Labeler app. Use this workflow to label a data set that consists of all 2-D images or all 3-D images and has the same set of target labels (for example tumor, lung, and chest). The original intensity images to be labeled are data source images.

Data source and label image for a 2-D chest CT slice

A labeling team consists of a project manager, individual labelers, and one or more reviewers. The project manager creates the label definitions, assigns the images to be labeled by each labeler, and collects and compiles the labeled data. The labelers label the data source images using the label definitions provided by the project manager, request feedback from the reviewer, and send approved labels to the project manager. The reviewer, who can also be the project manager, checks labeled images and provides feedback to the labelers. This figure illustrates the overall workflow and responsibilities of each role.

Responsibilities of project manager, labelers, and reviewer in collaborative labeling projects.

The multi-person labeling process consists of these steps:

Create Label Definitions and Assign Data to Labelers (Project Manager)

Create Medical Image Labeler Session

  1. Open the Medical Image Labeler app from the Apps tab on the MATLAB® toolstrip, or by using the medicalImageLabeler command.

  2. In the app toolstrip, click New Session. If the data set is 2-D, select New Image session (2-D). If the data set is 3-D, select New Volume session (3-D).

Create Label Definitions

  1. Click Create Label Definition in the Label Definitions pane.

  2. Click on the label to change the default name. The label name must be a valid MATLAB® variable name with no spaces. For details about valid variable names, see Variable Names.

  3. To change the color associated with the label, click the colored square in the label identifier and select a color from the Color dialog box.

  4. Click Create Label Definition to create additional labels. Create all of the labels required for the labeling project. When labels are nested within one another, such as tumors within an organ within the chest cavity, create the labels in order from outermost to innermost (chest, then lung, then tumor).

    Label Definitions pane showing chest, lung, and tumor labels.

  5. Click Export and, under Label Definitions, select To File to export the label definitions to a MAT file.

Distribute Labeling Assignments

Assign each labeler a subset of images in the data set to label. For example, for a data set of 300 chest CT scans, labeler 1 might label the tumor, lung, and chest cavity in scans 1–100, and labeler 2 might label the tumor, lung, and chest cavity in scans 101–200. To ensure you can merge the ground truth data after labeling, you must assign each labeler a unique set of data source images to label, and use the same label definitions for each set. Send this information to each labeler:

  • Label definitions, saved as a MAT file.

  • List of data source files to label. Each labeler must have access to their assigned images, either in a shared network location or on their local machine.

Each labeler is assigned a subset of images and the complete set of label definitions.

Label Data and Publish Labels for Review (Labeler)

Create Medical Image Labeler session

  1. Open the Medical Image Labeler app from the Apps tab on the MATLAB toolstrip, or by using the medicalImageLabeler command.

  2. In the app toolstrip, click New Session. If the data set is 2-D, select New Image session (2-D). If the data set is 3-D, select New Volume session (3-D).

Import Label Definitions File

  1. On the app toolstrip, click Import.

  2. Under Import Label Definitions, select From File.

    Import Label Definitions file into the Medical Image Labeler app

  3. Select the label definitions MAT file provided by the project manager. The imported labels appear in the Label Definitions pane.

Import Data to Label

Load the data source images assigned to you by the project manager into the app. To load an image, click Import on the app toolstrip and select an option under Data. Select one or more files to import in the Import Image dialog box.

  • For a volume session, you can import an image from a file or from a directory of DICOM files corresponding to one volume.

  • For an image session, you can import an image or image series from a file.

You can check that the app successfully imported the files by reading the list of filenames in the Data Browser pane.

Label Images

Select an image in the Data Browser to begin labeling. The no labels symbol No labels symbol next file names in the Data Browser indicates which image files have not been labeled.

Draw pixel labels using the labels in the Label Definitions pane. For an example showing how to label 3-D medical images, see Label 3-D Medical Image Using Medical Image Labeler. For an example showing how to label a 2-D image series, see Label 2-D Ultrasound Series Using Medical Image Labeler. The labels are saved as label images, which contain a mask of the drawn labels for a data source image.

Publish Label Overlay Images for Review

To get feedback from the reviewer, you can publish and share label overlay images, which show the data source image with its corresponding label image as an overlay. You can publish label overlay images as individual PNG files or as a single PDF, which the reviewer can inspect without opening MATLAB. To publish label overlay images, follow these steps:

  1. The published images match the current settings in the app. Configure the app display settings as desired by using these steps:

    1. You can change the visibility of an individual label by clicking the Eye button icon used to control the visibility of each label. icon next to the label name in the Label Definitions pane.

    2. On the Labeler tab of the app toolstrip, use the Label Opacity slider to set the transparency of the labels.

    3. On the Labeler tab of the app toolstrip, use the Window Level tool to set the contrast of 2-D slice images.

    4. To include a 3-D snapshot in the published images, on the Labeler tab of the app toolstrip, select Show Volume. The 3-D snapshot matches the current rotation, zoom, and display markers in the 3-D Volume pane. On the Labeler tab, click Display Markers to change the visibility of the scale bar and orientation axes display markers.

  2. In the Data Browser, select the data source image file for which you want to publish label overlay images. You can publish label overlay images for only one data source at a time.

  3. On the app toolstrip, click Publish to open the Publish pane.

    Publish pane in Medical Image Labeler app.

  4. Under Publish Format, select either Images or PDF. Selecting Images publishes individual PNG files for each frame of an image series, or slice of a volume. Selecting PDF publishes one PDF file for the entire image file.

  5. Specify the Slices information. For an image session, you can specify a range of slices for a multi-frame image sequence.

    For a volume session, select the Slice Direction (coronal, sagittal, or transverse) along which to publish images and select either All Slices or Range. If you select Range, specify a range of slices. To include a 3-D snapshot, select Include 3-D volume Snapshot.

  6. Click Publish and specify the export location.

Inspect Labeled Images (Reviewer)

Collect published label overlay images from each labeler. You can open the published PDF or PNG files using a PDF or image viewer without using MATLAB. Inspect the labeled images, and send feedback to the labelers if necessary. The labelers can update the labels and publish a new set of images for additional review. When the labels are satisfactory, the labeler exports the ground truth data and sends it to the project manager.

Export Ground Truth Data and Send to Project Manager (Labeler)

Export Ground Truth Object

When you receive approval from the reviewer, export the labeled data as a groundTruthMedical object to share with the project manager. On the Labeler tab, click Export and, under Ground Truth, select To File.

Send Ground Truth Data to Project Manager

Send these files to the project manager:

  • MAT file containing the groundTruthMedical object.

  • Label images containing the label masks for the data source images specified in the ground truth object. You can access the complete path to the label images in the LabelData property of the exported groundTruthMedical object. Access the LabelData property by loading the ground truth MAT file into the MATLAB workspace by using the load function. Share a copy of the label images with the project manager by sending them directly or by saving a copy in a shared network location.

Collect, Merge, and Create Training Data (Project Manager)

Collect Labeled Ground Truth Data

Collect these files from each labeler:

  • MAT file containing a groundTruthMedical object.

  • Label images containing the label masks for the data source images specified in the groundTruthMedical object.

You can load each object into the workspace by using the load function. Because the Medical Image Labeler always saves the ground truth object as gTruthMed in the exported MAT file, you must specify unique variable names when loaded each file to avoid overwriting data. For example, this code loads ground truth objects from two exported MAT files, gTruth1.mat and gTruth2.mat, that each contain a groundTruthMedical object, gTruthMed.

matFile1 = load("gTruth1.mat");
gTruthMed1 = matFile1.gTruthMed;
matFile2 = load("gTruth2.mat");
gTruthMed2 = matFile2.gTruthMed;

The groundTruthMedical object contains file paths in the DataSource and LabelData properties that point to the location of the data source images and the label images, respectively, on the local machine of the associated labeler.

Update File Paths

To merge the ground truth objects and create training data, you must update each ground truth object to point to the data source and label image file locations on your machine. Even if the files are saved in a shared network location, if a labeler maps a different drive letter to the shared network folder, the file path can be incorrect.

To update these paths, use the changeFilePaths object function. Specify the ground truth object as an input argument to this function. If the directory paths have changed, but the filenames have not, specify a string vector containing the folder names for the old and new paths. The function updates all file paths in the groundTruthMedical object at the specified original path. The function returns any paths that it is unable to resolve. For example, this code shows how to change the drive letter for a directory.

alternativePaths = ["C:\Shared\ImgFolder","D:\Shared\ImgFolder"];
unresolvedPaths = changeFilePaths(gTruthMed1,alternativePaths);
If the filenames also changed, specify a string array of old and new file paths. For example, this code shows how to change the drive letter for individual files, and how to append a suffix to each filename.
alternativePaths = ...
{["C:\Shared\ImgFolder\Img1.png","D:\Shared\ImgFolder\Img1_new.png"], ...
["C:\Shared\ImgFolder\Img2.png","D:\Shared\ImgFolder\Img2_new.png"], ...
.
.
.
["C:\Shared\ImgFolder\ImgN.png","D:\Shared\ImgFolder\ImgN_new.png"]};
unresolvedPaths = changeFilePaths(gTruthMed1,alternativePaths);
By default, changeFilePaths updates both the data source and the label image file paths. To update the paths stored in the DataSource and LabelData properties separately, use the propertyName argument.

Merge Ground Truth Data

Merge the updated groundTruthMedical objects into one object by using the merge object function. For example, this code merges two objects, gTruthMed1 and gTruthMed2.

gTruthMerged = merge(gTruthMed1,gTruthMed2);

Create Training Data

You can use the merged labeled ground truth data to train a semantic segmentation network. To create training data, load the data source images into an imageDatastore. Load the label images into a pixelLabelDatastore (Computer Vision Toolbox). For more details about creating training data for semantic segmentation from a groundTruthMedical object, see Create Datastores for Medical Image Semantic Segmentation.

See Also

| |

Related Topics