Model Background#

The empanada-napari plugin is built to democratize deep learning image segmentation for researchers in electron microscopy (EM). It ships with MitoNet, a generalist model for the instance segmentation of mitochondria.

MitoNet#

../_images/mito_net.png

MitoNet is an generalist deep learning model specifically developed for instance segmentation of mitochondria within EM images. It is pre-trained on a diverse dataset of approximately 1.5 million unlabeled cellular EM images, and subsequently trained on ~135k labeled mitochondrial instances.

Leveraging elements from Panoptic DeepLab and Panoptic BiFPN models, MitoNet’s architecture is optimized to handle the complex shapes of mitochondria in EM images. The model’s performance was evaluated on challenging volume EM benchmarks to test its ability for accurate and precise segmentations. (Check out the full paper linked below)

These models accept a grayscale EM image and output a semantic segmentation, up-down and right-left offsets, and a heatmap with peaks at object centers. After postprocessing, a panoptic (or in the case below, instance) segmentation is created.

../_images/model_output.png

EM image (left) passes through the model and outputs, in order, a semantic segmentation, up-down and left-right offsets, centers heatmap. The panoptic (or instance) segmentation is created via postprocessing.#

Check out the full paper in Cell Press here:

../_images/mitonet_pipeline.png

Instance segmentation of mitochondria in electron microscopy images with a generalist deep learning model

Conrad, R., & Narayan, K.

(2023). Cell Systems, 14(1), 58-71. e5. //doi.org/10.1016/J.CELS.2022.12.006