College of Computer Science and Electronic Engineering, Hunan University, Changsha, China.
College of Information Science and Engineering, Guilin University of Technology, Guilin, China.
J Comput Biol. 2022 Oct;29(10):1095-1103. doi: 10.1089/cmb.2022.0111. Epub 2022 Aug 18.
The detection and classification of nuclei play an important role in the histopathological analysis. It aims to find out the distribution of nuclei in the histopathology images for the next step of analysis and research. However, it is very challenging to detect and localize nuclei in histopathology images because the size of nuclei accounts for only a few pixels in images, making it difficult to be detected. Most automatic detection machine learning algorithms use patches, which are small pieces of images including a single cell, as training data, and then apply a sliding window strategy to detect nuclei on histopathology images. These methods require preprocessing of data set, which is a very tedious work, and it is also difficult to localize the detected results on original images. Fully convolutional network-based deep learning methods are able to take images as raw inputs, and output results of corresponding size, which makes it well suited for nuclei detection and classification task. In this study, we propose a novel multi-scale fully convolution network, named Cell Fully Convolutional Network (CFCN), with dilated convolution for fine-grained nuclei classification and localization in histology images. We trained CFCN in a typical histology image data set, and the experimental results show that CFCN outperforms the other state-of-the-art nuclei classification models, and the F1 score reaches 0.750.
细胞核的检测和分类在组织病理学分析中起着重要的作用。它旨在找出组织病理学图像中细胞核的分布,以便进行下一步的分析和研究。然而,在组织病理学图像中检测和定位细胞核是非常具有挑战性的,因为细胞核的大小在图像中只占几个像素,很难被检测到。大多数自动检测机器学习算法使用补丁,即包括单个细胞的小块图像,作为训练数据,然后应用滑动窗口策略在组织病理学图像上检测细胞核。这些方法需要对数据集进行预处理,这是一项非常繁琐的工作,而且也很难在原始图像上定位检测结果。基于全卷积网络的深度学习方法可以将图像作为原始输入,并输出相应大小的结果,这使得它非常适合细胞核检测和分类任务。在本研究中,我们提出了一种新的多尺度全卷积网络,名为细胞全卷积网络(Cell Fully Convolutional Network,CFCN),它使用扩张卷积进行细粒度的细胞核分类和定位。我们在一个典型的组织学图像数据集上训练了 CFCN,实验结果表明 CFCN 优于其他最先进的细胞核分类模型,F1 分数达到 0.750。