English

Semi-supervised Cell Detection in Time-lapse Images Using Temporal Consistency

Computer Vision and Pattern Recognition 2021-07-20 v1

Abstract

Cell detection is the task of detecting the approximate positions of cell centroids from microscopy images. Recently, convolutional neural network-based approaches have achieved promising performance. However, these methods require a certain amount of annotation for each imaging condition. This annotation is a time-consuming and labor-intensive task. To overcome this problem, we propose a semi-supervised cell-detection method that effectively uses a time-lapse sequence with one labeled image and the other images unlabeled. First, we train a cell-detection network with a one-labeled image and estimate the unlabeled images with the trained network. We then select high-confidence positions from the estimations by tracking the detected cells from the labeled frame to those far from it. Next, we generate pseudo-labels from the tracking results and train the network by using pseudo-labels. We evaluated our method for seven conditions of public datasets, and we achieved the best results relative to other semi-supervised methods. Our code is available at https://github.com/naivete5656/SCDTC

Keywords

Cite

@article{arxiv.2107.08639,
  title  = {Semi-supervised Cell Detection in Time-lapse Images Using Temporal Consistency},
  author = {Kazuya Nishimura and Hyeonwoo Cho and Ryoma Bise},
  journal= {arXiv preprint arXiv:2107.08639},
  year   = {2021}
}

Comments

11 pages, 5 figures, Accepted in MICCAI2021

R2 v1 2026-06-24T04:18:34.993Z