论文标题
分类比回归:基于无注释训练样本的灰度显微镜图像的细胞计数
Classification Beats Regression: Counting of Cells from Greyscale Microscopic Images based on Annotation-free Training Samples
论文作者
论文摘要
现代方法通常将细胞从微观图像计数作为回归问题,或多或少依赖于昂贵的,手动注释的训练图像(例如,点注释指示细胞的质心或分割掩盖识别细胞轮廓的质心)。这项工作提出了一个基于面向分类的卷积神经网络(CNN)的监督学习框架,以计算灰度显微镜图像的细胞,而无需使用带注释的训练图像。在此框架中,我们将细胞计数任务制定为图像分类问题,其中细胞计数被视为类标签。当测试阶段中的某些细胞计数未出现在训练数据中时,该公式就有其限制。此外,不利用细胞计数之间的顺序关系。为了应对这些局限性,我们提出了一种简单但有效的数据增强(DA)方法,以合成看不见的细胞计数图像。我们还引入了一种合奏方法,该方法不仅可以缓解看不见的细胞计数的影响,而且还可以利用序数信息来提高预测准确性。该框架的表现优于许多现代细胞计数方法,并赢得了数据分析竞赛(案例研究1:从微观图像计数https://ssc.ca/en/case-study/case-study/case-study-1-counting-counting-cells-cells-cells-cells-microscopic-imimimimimages)(加拿大加拿大统计学会(SSC)第47届年度会议)。我们的代码可从https://github.com/anno2020/cellcount_tinybbbc005获得。
Modern methods often formulate the counting of cells from microscopic images as a regression problem and more or less rely on expensive, manually annotated training images (e.g., dot annotations indicating the centroids of cells or segmentation masks identifying the contours of cells). This work proposes a supervised learning framework based on classification-oriented convolutional neural networks (CNNs) to count cells from greyscale microscopic images without using annotated training images. In this framework, we formulate the cell counting task as an image classification problem, where the cell counts are taken as class labels. This formulation has its limitation when some cell counts in the test stage do not appear in the training data. Moreover, the ordinal relation among cell counts is not utilized. To deal with these limitations, we propose a simple but effective data augmentation (DA) method to synthesize images for the unseen cell counts. We also introduce an ensemble method, which can not only moderate the influence of unseen cell counts but also utilize the ordinal information to improve the prediction accuracy. This framework outperforms many modern cell counting methods and won the data analysis competition (Case Study 1: Counting Cells From Microscopic Images https://ssc.ca/en/case-study/case-study-1-counting-cells-microscopic-images) of the 47th Annual Meeting of the Statistical Society of Canada (SSC). Our code is available at https://github.com/anno2020/CellCount_TinyBBBC005.