| Literature DB >> 30696894 |
Zichao Guo1, Hong Liu2, Haomiao Ni1, Xiangdong Wang1, Mingming Su3,4,5, Wei Guo6,7, Kuansong Wang8,9, Taijiao Jiang10,11, Yueliang Qian1.
Abstract
Supervised learning methods are commonly applied in medical image analysis. However, the success of these approaches is highly dependent on the availability of large manually detailed annotated dataset. Thus an automatic refined segmentation of whole-slide image (WSI) is significant to alleviate the annotation workload of pathologists. But most of the current ways can only output a rough prediction of lesion areas and consume much time in each slide. In this paper, we propose a fast and refined cancer regions segmentation framework v3_DCNN, which first preselects tumor regions using a classification model Inception-v3 and then employs a semantic segmentation model DCNN for refined segmentation. Our framework can generate a dense likelihood heatmap with the 1/8 side of original WSI in 11.5 minutes on the Camelyon16 dataset, which saves more than one hour for each WSI compared with the initial DCNN model. Experimental results show that our approach achieves a higher FROC score 83.5% with the champion's method of Camelyon16 challenge 80.7%. Based on v3 DCNN model, we further automatically produce heatmap of WSI and extract polygons of lesion regions for doctors, which is very helpful for their pathological diagnosis, detailed annotation and thus contributes to developing a more powerful deep learning model.Entities:
Mesh:
Year: 2019 PMID: 30696894 PMCID: PMC6351543 DOI: 10.1038/s41598-018-37492-9
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.379
Number of slides in Camelyon16 dataset.
| Institution | Train (Normal) | Train (Tumor) | Test |
|---|---|---|---|
| Radbound UMC | 90 | 70 | 80 |
| UMC Utrecht | 70 | 40 | 50 |
Figure 1Heatmap from the three models trained on different patches. Redder pixels have the higher probability of being tumor while bluer pixels are more likely to be normal. In Groundtruth, the black regions are tumor and the white areas are normal. From left to right: (a) DCNN-321 result (b) DCNN-768 result (c) DCNN-1280 result (d) Groundtruth.
AUC and FROC of the three models trained with different contextual information (95% confidence intervals).
| Model | AUC (%) | FROC (%) | Heatmap size |
|---|---|---|---|
| DCNN-321 | 93.6 (89.4, 97.2) | 62.8 (51.9, 75.5) | 1/8 side of original WSI |
| DCNN-768 | 93.4 (88.4, 97.4) | 66.5 (55.1, 79.4) | 1/8 side of original WSI |
| DCNN-1280 | 1/8 side of original WSI |
Figure 2Comparison results of the classification model and our v3_DCNN-1280. From left to right: (a) Original image (b) Heatmap with 1/128 size (c) Groundtruth (d) Heatmap with 1/8 side.
Comparison of v3_DCNN framework, DCNN-1280 and Inception-v3.
| Model | AUC (%) | FROC (%) | mIoU (%) | Tumor-mIoU (%) | Time/slide (min) |
|---|---|---|---|---|---|
| DCNN-1280 | 95.0 (90.7, 98.3) | 74.4 (63.0, 85.1) | 62.6 | 79.43 | 79 |
| Inception-v3 | 95.8 (90.9, 99.1) | 72.9 (63.4, 83.0) | 59.05 | 74.14 | 6.5* |
| v3_DCNN-321 | 95.9 (91.5, 99.3) | 80.0 (70.8, 88.6) | 66.14 | 79.51 | 11.5 |
| v3_DCNN-768 | 95.9 (90.9, 99.2) | 82.1 (73.8, 89.4) | 64.72 | 79.88 | 11.5 |
| v3_DCNN-1280 | 68.54 | 80.69 | 11.5 |
*Inception-v3 takes 6.5 minutes per WSI to generate the heatmap with the 1/128 side of WSI, but the other listed models create the heatmap with the 1/8 side of WSI.
Comparison results of ensemble models.
| Model | AUC (%) | FROC (%) | mIoU (%) | Tumor-mIoU (%) |
|---|---|---|---|---|
| v3_DCNN-321 + v3_DCNN-768 | 95.8 (90.8, 99.5) | 81.9 (74.0, 89.5) | 66.76 | 80.11 |
| v3_DCNN-321 + v3_DCNN-1280 | 96.7 (92.2, 99.6) | 82.4 (74.2, 89.6) | 67.96 | 80.18 |
| v3_DCNN-768 + v3_DCNN-1280 | 96.3 (91.8, 99.5) | 67.76 | 80.68 | |
| v3_DCNN-321 + v3_DCNN-768 + v3_DCNN-1280 | 96.2 (91.6, 99.5) | 83.3 (74.9, 90.5) | 64.72 | 80.39 |
Comparison results of our methods and the Camelyon16 methods.
| Team | Architecture | AUC (%) | FROC (%) |
|---|---|---|---|
| Pathologist[ | N/A | 96.6 (92.7, 99.8) | 72.4 (64.3, 80.4) |
| HMS and MIT[ | GoogLeNet | ||
| HMS and MGH | ResNet | 97.6 (94.1, 99.9) | 76.0 (69.2, 85.7) |
| CULab | VGG-16 | 94.0 (88.8, 98.0) | 70.3 (60.5, 79.9) |
| Our method | v3_DCNN-1280 | 96.6 (92.2, 99.6) | |
| Our method | v3_DCNN-768 + v3_DCNN-1280 | 96.3 (91.8, 99.5) |
Figure 3External polygons of tumor regions produced by v3_DCNN-1280 and Inception-v3. From top to bottom are external polygons of tumor regions produced by (a) our inception-v3 model shown at 40x (b) v3_DCNN-1280 model shown at 5x (c) v3_DCNN-1280 model shown at 40x.
Figure 4Our fast and refined cancer regions segmentation framework v3_DCNN.
Figure 5Image preprocessing results using OTSU segmentation. The yellow pixels are the foreground and the purple pixels are the background. From left to right: (a) Original image (b) OTSU on H channel (c) OTSU on S channel (d) OTSU on V channel.
Figure 6The patch images with the same size at different magnification. From left to right: (a) 10× (b) 20× (c) 30×.
Figure 7The patch images with different sizes at 40× magnification. From left to right: (a) 321 × 321 (b) 768 × 768 (c) 1280 × 1280.
Figure 8Training DCNN models by using different patch images.