论文标题
精确的肿瘤组织区域检测加速深卷积神经网络
Accurate Tumor Tissue Region Detection with Accelerated Deep Convolutional Neural Networks
论文作者
论文摘要
用于癌症诊断的病理幻灯片的手动注释是费力且重复的。因此,已经努力开发计算机视觉解决方案。我们的方法(Flash)基于深度卷积神经网络(DCNN)体系结构。它降低了计算成本,比典型的深度学习方法更快地减少了两个数量级,从而使高吞吐量处理成为可能性。在使用深度学习方法的计算机视觉方法中,将输入图像细分为单独通过神经网络的贴片。从这些斑块中提取的特征由分类器使用来注释相应的区域。我们的方法将所有提取的特征汇总到单个矩阵中,然后再将其传递给分类器。以前,这些功能是从重叠的补丁中提取的。汇总功能消除了处理重叠补丁的需求,从而减少了所需的计算。 DCCN和Flash表现出高灵敏度(〜0.96),良好的精度(〜0.78)和高F1分数(〜0.84)。处理闪光灯和DCNN的每个样本所需的平均时间分别为96.6秒和9489.20秒。我们的方法比原始DCNN方法快100倍,同时保持高精度和精度。
Manual annotation of pathology slides for cancer diagnosis is laborious and repetitive. Therefore, much effort has been devoted to develop computer vision solutions. Our approach, (FLASH), is based on a Deep Convolutional Neural Network (DCNN) architecture. It reduces computational costs and is faster than typical deep learning approaches by two orders of magnitude, making high throughput processing a possibility. In computer vision approaches using deep learning methods, the input image is subdivided into patches which are separately passed through the neural network. Features extracted from these patches are used by the classifier to annotate the corresponding region. Our approach aggregates all the extracted features into a single matrix before passing them to the classifier. Previously, the features are extracted from overlapping patches. Aggregating the features eliminates the need for processing overlapping patches, which reduces the computations required. DCCN and FLASH demonstrate high sensitivity (~ 0.96), good precision (~0.78) and high F1 scores (~0.84). The average time taken to process each sample for FLASH and DCNN is 96.6 seconds and 9489.20 seconds, respectively. Our approach was approximately 100 times faster than the original DCNN approach while simultaneously preserving high accuracy and precision.