Cell Image Segmentation by Integrating Multiple CNNs

Abstract

Convolutional Neural Network is valid for segmentation of objects in an image. In recent years, it is beginning to be applied to the field of medicine and cell biology. In semantic segmentation, the accuracy has been improved by using single deeper neural network. However, the accuracy is saturated for difficult segmentation tasks. In this paper, we propose a semantic segmentation method by integrating multiple CNNs adaptively. This method consists of a gating network and multiple expert networks. Expert network outputs the segmentation result for an input image. Gating network automatically divides the input image into several sub-problems and assigns them to expert networks. Thus, each expert network solves only the specific problem, and our proposed method is possible to learn more efficiently than single deep neural network. We evaluate the proposed method on the segmentation problem of cell membrane and nucleus. The proposed method improved the segmentation accuracy in comparison with single deep neural network.

Cite

Text

Hiramatsu et al. "Cell Image Segmentation by Integrating Multiple CNNs." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2018. doi:10.1109/CVPRW.2018.00296

Markdown

[Hiramatsu et al. "Cell Image Segmentation by Integrating Multiple CNNs." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2018.](https://mlanthology.org/cvprw/2018/hiramatsu2018cvprw-cell/) doi:10.1109/CVPRW.2018.00296

BibTeX

@inproceedings{hiramatsu2018cvprw-cell,
  title     = {{Cell Image Segmentation by Integrating Multiple CNNs}},
  author    = {Hiramatsu, Yuki and Hotta, Kazuhiro and Imanishi, Ayako and Matsuda, Michiyuki and Terai, Kenta},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2018},
  pages     = {2205-2211},
  doi       = {10.1109/CVPRW.2018.00296},
  url       = {https://mlanthology.org/cvprw/2018/hiramatsu2018cvprw-cell/}
}