English

Instance Segmentation of Biomedical Images with an Object-aware Embedding Learned with Local Constraints

Computer Vision and Pattern Recognition 2020-04-22 v1 Machine Learning

Abstract

Automatic instance segmentation is a problem that occurs in many biomedical applications. State-of-the-art approaches either perform semantic segmentation or refine object bounding boxes obtained from detection methods. Both suffer from crowded objects to varying degrees, merging adjacent objects or suppressing a valid object. In this work, we assign an embedding vector to each pixel through a deep neural network. The network is trained to output embedding vectors of similar directions for pixels from the same object, while adjacent objects are orthogonal in the embedding space, which effectively avoids the fusion of objects in a crowd. Our method yields state-of-the-art results even with a light-weighted backbone network on a cell segmentation (BBBC006 + DSB2018) and a leaf segmentation data set (CVPPP2017). The code and model weights are public available.

Keywords

Cite

@article{arxiv.2004.09821,
  title  = {Instance Segmentation of Biomedical Images with an Object-aware Embedding Learned with Local Constraints},
  author = {Long Chen and Martin Strauch and Dorit Merhof},
  journal= {arXiv preprint arXiv:2004.09821},
  year   = {2020}
}

Comments

MICCAI 2019

R2 v1 2026-06-23T14:59:23.134Z