| Literature DB >> 35204379 |
Jaehoon Jeong1, Seung Taek Hong2, Ihsan Ullah1, Eun Sun Kim2,3, Sang Hyun Park1.
Abstract
Confocal microscopy image analysis is a useful method for neoplasm diagnosis. Many ambiguous cases are difficult to distinguish with the naked eye, thus leading to high inter-observer variability and significant time investments for learning this method. We aimed to develop a deep learning-based neoplasm classification model that classifies confocal microscopy images of 10× magnified colon tissues into three classes: neoplasm, inflammation, and normal tissue. ResNet50 with data augmentation and transfer learning approaches was used to efficiently train the model with limited training data. A class activation map was generated by using global average pooling to confirm which areas had a major effect on the classification. The proposed method achieved an accuracy of 81%, which was 14.05% more accurate than three machine learning-based methods and 22.6% better than the predictions made by four endoscopists. ResNet50 with data augmentation and transfer learning can be utilized to effectively identify neoplasm, inflammation, and normal tissue in confocal microscopy images. The proposed method outperformed three machine learning-based methods and identified the area that had a major influence on the results. Inter-observer variability and the time required for learning can be reduced if the proposed model is used with confocal microscopy image analysis for diagnosis.Entities:
Keywords: colorectal inflammation; colorectal neoplasm; confocal microscopy; deep learning; machine learning
Year: 2022 PMID: 35204379 PMCID: PMC8870781 DOI: 10.3390/diagnostics12020288
Source DB: PubMed Journal: Diagnostics (Basel) ISSN: 2075-4418
Figure 1The proposed residual network architecture. Conv, pad, Batch Norm, and ReLU indicates convolution, padding, batch normalization [40], and rectified linear unit [38], respectively.
Confusion matrices of four endoscopists. T, I, and N denote tumor, inflammation, and normal, respectively.
|
|
|
|
|
|
|
|
|
| Pred_T | 41 | 16 | 18 | Pred_T | 128 | 43 | 15 |
| Pred_I | 119 | 38 | 28 | Pred_I | 39 | 8 | 43 |
| Pred_N | 13 | 6 | 132 | Pred_N | 6 | 9 | 120 |
|
|
|
|
|
|
|
|
|
| Pred_T | 83 | 26 | 22 | Pred_T | 131 | 43 | 37 |
| Pred_I | 76 | 29 | 25 | Pred_I | 29 | 7 | 16 |
| Pred_N | 14 | 5 | 131 | Pred_N | 13 | 10 | 125 |
Classification results of the four endoscopists.
| Endoscopist | Accuracy | FPR | FNR | Precision | Recall | F1-Score |
|---|---|---|---|---|---|---|
| A | 0.5133 | 0.2144 | 0.4627 | 0.5420 | 0.5373 | 0.4810 |
| B | 0.6228 | 0.1805 | 0.4842 | 0.5553 | 0.5257 | 0.5288 |
| C | 0.5912 | 0.1903 | 0.4336 | 0.5766 | 0.5663 | 0.5500 |
| D | 0.6399 | 0.1876 | 0.4746 | 0.5333 | 0.5253 | 0.5247 |
| Endo-AVG | 0.5913 | 0.1932 | 0.4637 | 0.5614 | 0.5362 | 0.5369 |
Confusion matrices of machine learning.
|
|
|
|
|
|
|
|
|
| Pred_T | 130 | 11 | 38 | Pred_T | 125 | 18 | 43 |
| Pred_I | 7 | 43 | 5 | Pred_I | 7 | 37 | 10 |
| Pred_N | 36 | 6 | 135 | Pred_N | 41 | 5 | 125 |
|
|
|
|
|
|
|
|
|
| Pred_T | 126 | 15 | 41 | Pred_T | 148 | 22 | 15 |
| Pred_I | 6 | 33 | 6 | Pred_I | 6 | 31 | 2 |
| Pred_N | 41 | 12 | 131 | Pred_N | 19 | 7 | 161 |
Machine learning and deep learning performances.
| Methods | Accuracy | FPR | FNR | Precision | Recall | F1-Score |
|---|---|---|---|---|---|---|
| XGB | 0.7495 | 0.1401 | 0.2578 | 0.7591 | 0.7423 | 0.7488 |
| SVM | 0.6981 | 0.1673 | 0.3195 | 0.7191 | 0.6806 | 0.6786 |
| RF | 0.7058 | 0.1656 | 0.3285 | 0.7196 | 0.6717 | 0.6886 |
| Proposed |
|
|
|
|
|
|
Figure 2Test data samples (a) and the results of class activation map (b). Neoplasm examples are shown in the top row, inflammation in the middle row, and normal in the bottom row, respectively. Red arrows on neoplasm images indicate the area where the glands are hard to see, and yellow arrows on normal images indicate where the glands are uniformly represented. The arrangement of gland is an important feature on neoplasm classification task, and it can be seen that CAM focuses well on this area. The white bars on the lower right of the image indicates the scale 50 μm.