| Literature DB >> 31281813 |
Gabriel Jiménez1, Daniel Racoceanu2,3.
Abstract
Existing computational approaches have not yet resulted in effective and efficient computer-aided tools that are used in pathologists' daily practice. Focusing on a computer-based qualification for breast cancer diagnosis, the present study proposes two deep learning architectures to efficiently and effectively detect and classify mitosis in a histopathological tissue sample. The first method consists of two parts, entailing a preprocessing of the digital histological image and a free-handcrafted-feature Convolutional Neural Network (CNN) used for binary classification. Results show that the methodology proposed can achieve 95% accuracy in testing, with an F1-score of 94.35%. This result is higher than the results using classical image processing techniques and also higher than the approaches combining CCNs with handcrafted features. The second approach is an end-to-end methodology using semantic segmentation. Results showed that this algorithm can achieve an accuracy higher than 95% in testing and an average Dice index of 0.6, higher than the existing results using CNNs (0.9 F1-score). Additionally, due to the semantic properties of the deep learning approach, an end-to-end deep learning framework is viable to perform both tasks: detection and classification of mitosis. The results show the potential of deep learning in the analysis of Whole Slide Images (WSI) and its integration to computer-aided systems. The extension of this work to whole slide images is also addressed in the last sections; as well as, some computational key points that are useful when constructing a computer-aided-system inspired by the proposed technology.Entities:
Keywords: CNN; computational pathology; deep learning; digital pathology; mitosis detection; mitosis segmentation; semantic segmentation; whole slide imaging
Year: 2019 PMID: 31281813 PMCID: PMC6597878 DOI: 10.3389/fbioe.2019.00145
Source DB: PubMed Journal: Front Bioeng Biotechnol ISSN: 2296-4185
Summary of the literature review.
| Mitosis detection/segmentation | Region-based algorithms | Marker control watershed (Yang et al., |
| Boundary-based algorithms | Level sets (Mukherjee et al., | |
| Mitosis classification | Image processing and analysis | Pixel level likelihood (Sertel et al., |
| Machine learning | REMSS (Paul and Mukherjee, |
Summary of the datasets used in the AlexNet and U-Net.
| AlexNet | 71 × 71 | 5850 | 7563 | ICPR2012 & MITOS-ATYPIA2014 & AMIDA13 |
| U-Net | 128 × 128 | 327 | 0 | ICPR2012 |
| 946 | 3585 | MITOS-ATYPIA2014 |
Metrics used to evaluate the performance of the algorithms.
| AlexNet | Accuracy | Train/test |
| Sensitivity | Test | |
| Specificity | Test | |
| F1-score | Test | |
| U-Net | Accuracy | Train/test |
| Dice index | Train/test |
Figure 1Results of the color normalization algorithm and blue ratio image generation for one frame: (A) Original HPF; (B) Blue ratio (BR) image; (C) Mitotic 71 × 71 patch generated with the thresholded version of the BR image; (D) Color normalized HPF; (E) Detection of mitosis centroids using the BR image to validate true positive rate; (F) Non-mitotic 71 × 71 patch generated with the thresholded version of the BR image.
Figure 2Results of the AlexNet training. (A) Training and validation loss values, and accuracy for the validation dataset (20% of the total patch dataset). (B) Learning rate behavior for 100 epochs.
AlexNet: Confusion matrix for the testing patch dataset.
| Mitosis | 551 | 34 | 94.19% |
| Non-mitosis | 32 | 724 | 95.77% |
AlexNet: Evaluation metrics in the testing patch dataset.
| 95.08% | 94.19% | 95.77% | 94.35% |
U-Net: Evaluation metrics in training and testing.
| Dice index | 0.9747 | 0.6117 | 0.5842 |
| Accuracy | 99.90% | 97.98% | 97.73% |
Figure 3U-Net: Training and validation throughout 100 epochs. (A) Training and validation accuracy of each epoch. (B) Training and validation loss value of each epoch.
Figure 4Test results for the U-net. (A) HPF patch #37 with a mitosis. (B) GT mask of the mitosis. (C) Predicted mask for the mitosis class. (D) HPF patch #58 with a non-mitotic cell. (E) GT mask of the non-mitosis. (F) Predicted mask for the non-mitosis class.
Figure 5U-net: Probability maps for both predicted classes in the testing-patch dataset. (A) HPF patch #35 with a mitosis. (B) GT mask of the mitosis. (C) Predicted mask for the mitosis class. (D) Predicted mask for the non-mitosis class. (E) HPF patch #128 with a non-mitotic cell. (F) GT mask of the non-mitosis. (G) Predicted mask for the non-mitosis class. (H) Predicted mask for the mitosis class.
Figure 6Evaluation of SLIC for mitosis selection. (A) HPF patch #75 with a non-mitosis. (B) Mask of the mitosis generated using SLIC. (C) Predicted mask for the mitosis class using U-Net.