/feature_pyramid_fusion

Fusion of feature pyramids for nucleus segmentation and cell segmentation

Primary LanguagePythonOtherNOASSERTION

Feature Pyramid Fusion for Detection and Segmentation of Morphologically Complex Eukaryotic Cells

Fusion of feature pyramids for nucleus segmentation and cell segmentation. The model uses nucleus and cytoplasma signal to achieve better cell segmentation results.

Example segmentation result

The code is based on the Mask R-CNN implementation of https://github.com/matterport/Mask_RCNN and extends it for feature pyramid fusion.

Example segmentation result

Installation

Please see https://github.com/matterport/Mask_RCNN for requirements and installation

Run model

Dataset

Full dataset available at: https://data.uni-marburg.de/bitstream/handle/dataumr/231/synmikro_macrophages.tar.gz

Models

Reference

@article{korfhage2020detection,
  title={Detection and segmentation of morphologically complex eukaryotic cells in fluorescence microscopy images via feature pyramid fusion},
  author={Korfhage, Nikolaus and M{\"u}hling, Markus and Ringshandl, Stephan and Becker, Anke and Schmeck, Bernd and Freisleben, Bernd},
  journal={PLOS Computational Biology},
  volume={16},
  number={9},
  pages={e1008179},
  year={2020},
  publisher={Public Library of Science San Francisco, CA USA}
}