Chrome Extension
WeChat Mini Program
Use on ChatGLM

Multi-scale Fully Convolutional Neural Networks for Histopathology Image Segmentation: from Nuclear Aberrations to the Global Tissue Architecture

Medical Image Analysis(2021)

Dept Interdisciplinary Endoscopy | Ctr Biomed Artificial Intelligence bAIome | Dept Internal Med | Univ Med Ctr Hamburg Eppendorf

Cited 64|Views25
Abstract
Histopathologic diagnosis relies on simultaneous integration of information from a broad range of scales, ranging from nuclear aberrations (approximate to O(0.1 mu m)) through cellular structures (approximate to O(10 mu m)) to the global tissue architecture ((sic) O(1mm)). To explicitly mimic how human pathologists combine multi-scale information, we introduce a family of multi-encoder fully-convolutional neural networks with deep fusion. We present a simple block for merging model paths with differing spatial scales in a spatial relationship-preserving fashion, which can readily be included in standard encoder-decoder networks. Additionally, a context classification gate block is proposed as an alternative for the incorporation of global context. Our experiments were performed on three publicly available whole-slide images of recent challenges (PAIP 2019: hepatocellular carcinoma segmentation; BACH 2020: breast cancer segmentation; CAMELYON 2016: metastasis detection in lymph nodes). The multi-scale architectures consistently outperformed the baseline single-scale U-Nets by a large margin. They benefit from local as well as global context and particularly a combination of both. If feature maps from different scales are fused, doing so in a manner preserving spatial relationships was found to be beneficial. Deep guidance by a context classification loss appeared to improve model training at low computational costs. All multi-scale models had a reduced GPU memory footprint compared to ensembles of individual U-Nets trained on different image scales. Additional path fusions were shown to be possible at low computational cost, opening up possibilities for further, systematic and task-specific architecture optimisation. The findings demonstrate the potential of the presented family of human-inspired, end-to-end trainable, multi-scale multi-encoder fully-convolutional neural networks to improve deep histopathologic diagnosis by extensive integration of largely different spatial scales. (C) 2021 The Authors. Published by Elsevier B.V.
More
Translated text
Key words
Multi-scale,Computational pathology,Histopathology,Fully-convolutional neural nets,FCN,Human-inspired computer vision
PDF
Bibtex
AI Read Science
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Related Papers
Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:本文提出了一种多尺度全卷积神经网络,通过深度融合不同尺度的信息,显著提升了病理图像分割的准确性,模仿了人类病理学家综合多尺度信息的方式。

方法】:作者设计了一种具有深度融合功能的多编码器全卷积神经网络,通过创新的块结构合并不同空间尺度的模型路径,并引入了上下文分类门块以融合全局上下文信息。

实验】:实验在三个公开的完整切片图像数据集上完成,包括PAIP 2019(肝细胞癌分割)、BACH 2020(乳腺癌分割)和CAMELYON 2016(淋巴结转移检测)。结果表明,所提出的多尺度架构在性能上显著优于单尺度U-Net基线模型,且在保持空间关系的同时进行特征图融合能够带来益处。通过上下文分类损失进行深度指导,可以在较低的计算成本下提高模型训练效果。所有多尺度模型的GPU内存占用都低于不同图像尺度上单独训练的U-Net组合。