MISS-tool

MISS-tool: medical image segmentation synthesis tool

Description

The Medical Image Segmentation Synthesis (MISS) Tool is software written in MATLAB that allows a user to produce synthetic segmentations and assess segmentation performance using a wide range of performance metrics implemented within the code. It contains two basic components:

The MISS tool can be used through a graphical user interface (GUI) or as command-line functions inserted into a user’s own code. The GUI allows for visualization of the synthesis segmentation, interactive tuning of the synthesis parameters, and display of the segmentation evaluation results. The command-line mode allows for processing images in batches as well as providing flexible ways for users to integrate the MISS tool with their applications.

The tool can be used in two ways:

Intended Purpose

The MISS tool supports multiple activities by end users and AI developers including:

The intended users of this MISS tool include AI segmentation algorithm developers and assessors. The clinical use cases include AI-based segmentation applied to Digital Pathology and Radiology image datasets.

Installation

This section will help you to install the packages needed for MISS-tool.

Pre-requirements

Installed the MATLAB R2023b or later versions.

Preparation

User’s Manual

User’s Manual: Link

Testing Examples

Cite this repository

If you find that MISS-tool is useful or if you use it in your project, please cite this code and the paper:

https://github.com/didsr/MISS-tool
@inproceedings{10.1117/12.2653650,
author = {Shuyue Guan and Ravi K. Samala and Arian Arab and Weijie Chen},
title = ,
volume = {12465},
booktitle = {Medical Imaging 2023: Computer-Aided Diagnosis},
editor = {Khan M. Iftekharuddin and Weijie Chen},
organization = {International Society for Optics and Photonics},
publisher = {SPIE},
pages = {1246518},
keywords = {Medical Image Segmentation Synthesis, Manual Segmentation Emulation, Segmentation Evaluation, Segmentation Errors},
year = {2023},
doi = {10.1117/12.2653650},
URL = {https://doi.org/10.1117/12.2653650}
}

Auxiliary Files

The sample data are from the LIDC-IDRI dataset, grouped by slices and including fused labels using STAPLE and MV, can be found here.

Contact

For any questions/suggestions/collaborations regarding this tool, please contact Shuyue Guan (shuyue.guan@fda.hhs.gov) or Weijie Chen (weijie.chen@fda.hhs.gov).

Acknowledgment