Training a universal instance segmentation network for live cell images of various cell types and imaging modalities
Tianqi Guo, Yin Wang, Luis Solorio, Jan P. Allebach

TL;DR
This paper presents a universal instance segmentation network for diverse live cell images, leveraging a generalized U-Net architecture, with training strategies that enable application across various cell types and imaging modalities.
Contribution
The study introduces a novel training scheme with unbiased dataset sampling and demonstrates the effectiveness of specific network modules and training tricks for universal cell segmentation.
Findings
A universal network can generalize across cell types and imaging modalities.
Unbiased dataset sampling and training tricks improve segmentation performance.
The method achieved top rankings in the Cell Tracking Challenge.
Abstract
We share our recent findings in an attempt to train a universal segmentation network for various cell types and imaging modalities. Our method was built on the generalized U-Net architecture, which allows the evaluation of each component individually. We modified the traditional binary training targets to include three classes for direct instance segmentation. Detailed experiments were performed regarding training schemes, training settings, network backbones, and individual modules on the segmentation performance. Our proposed training scheme draws minibatches in turn from each dataset, and the gradients are accumulated before an optimization step. We found that the key to training a universal network is all-time supervision on all datasets, and it is necessary to sample each dataset in an unbiased way. Our experiments also suggest that there might exist common features to define cell…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCell Image Analysis Techniques · Image Processing Techniques and Applications · AI in cancer detection
MethodsConcatenated Skip Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Convolution · Max Pooling · Spatial Pyramid Pooling · Group Normalization · U-Net
