Tencent AI Lab, Shenzhen, Guangdong 518057, China.
Perception and Robotics Group, University of Maryland, College Park, MD 20742, USA.
Med Image Anal. 2021 Oct;73:102183. doi: 10.1016/j.media.2021.102183. Epub 2021 Jul 24.
Tissue/region segmentation of pathology images is essential for quantitative analysis in digital pathology. Previous studies usually require full supervision (e.g., pixel-level annotation) which is challenging to acquire. In this paper, we propose a weakly-supervised model using joint Fully convolutional and Graph convolutional Networks (FGNet) for automated segmentation of pathology images. Instead of using pixel-wise annotations as supervision, we employ an image-level label (i.e., foreground proportion) as weakly-supervised information for training a unified convolutional model. Our FGNet consists of a feature extraction module (with a fully convolutional network) and a classification module (with a graph convolutional network). These two modules are connected via a dynamic superpixel operation, making the joint training possible. To achieve robust segmentation performance, we propose to use mutable numbers of superpixels for both training and inference. Besides, to achieve strict supervision, we employ an uncertainty range constraint in FGNet to reduce the negative effect of inaccurate image-level annotations. Compared with fully-supervised methods, the proposed FGNet achieves competitive segmentation results on three pathology image datasets (i.e., HER2, KI67, and H&E) for cancer region segmentation, suggesting the effectiveness of our method. The code is made publicly available at https://github.com/zhangjun001/FGNet.
组织/区域分割是数字病理学中定量分析的关键步骤。既往研究通常需要完全监督(例如像素级标注),这是难以实现的。在本文中,我们提出了一种使用联合全卷积和图卷积网络(FGNet)的弱监督模型,用于自动化分割病理图像。我们使用图像级标签(即前景比例)作为弱监督信息,代替像素级标注来训练统一的卷积模型。我们的 FGNet 由特征提取模块(全卷积网络)和分类模块(图卷积网络)组成。这两个模块通过动态超像素操作连接,实现联合训练。为了实现稳健的分割性能,我们提出在训练和推断过程中使用可变数量的超像素。此外,为了实现严格监督,我们在 FGNet 中使用不确定性范围约束来减少图像级标注不准确的负面影响。与全监督方法相比,我们的 FGNet 在三个病理图像数据集(即 HER2、KI67 和 H&E)上的癌症区域分割中取得了有竞争力的分割结果,表明了我们方法的有效性。代码可在 https://github.com/zhangjun001/FGNet 上获取。