# Accurate 3D Cell Segmentation using Deep Feature and CRF Refinement

**Authors:** Jiaxiang Jiang, Po-Yu Kao, Samuel A. Belteton, Daniel B. Szymanski,, B.S. Manjunath

arXiv: 1902.04729 · 2019-09-06

## TL;DR

This paper introduces a novel 3D cell segmentation method combining deep neural networks, watershed algorithms, and CRF refinement, achieving high accuracy and dataset generalization in confocal microscopy images.

## Contribution

The proposed approach integrates deep feature extraction with CRF refinement, improving segmentation accuracy and generalization without retraining for different datasets.

## Key findings

- Outperforms state-of-the-art segmentation methods
- Generalizes well across different datasets
- Provides detailed experimental validation

## Abstract

We consider the problem of accurately identifying cell boundaries and labeling individual cells in confocal microscopy images, specifically, 3D image stacks of cells with tagged cell membranes. Precise identification of cell boundaries, their shapes, and quantifying inter-cellular space leads to a better understanding of cell morphogenesis. Towards this, we outline a cell segmentation method that uses a deep neural network architecture to extract a confidence map of cell boundaries, followed by a 3D watershed algorithm and a final refinement using a conditional random field. In addition to improving the accuracy of segmentation compared to other state-of-the-art methods, the proposed approach also generalizes well to different datasets without the need to retrain the network for each dataset. Detailed experimental results are provided, and the source code is available on GitHub.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.04729/full.md

## Figures

28 figures with captions in the complete paper: https://tomesphere.com/paper/1902.04729/full.md

## References

19 references — full list in the complete paper: https://tomesphere.com/paper/1902.04729/full.md

---
Source: https://tomesphere.com/paper/1902.04729