| Literature DB >> 31407214 |
Naohiro Motozawa1,2,3, Guangzhou An4,5,6, Seiji Takagi7,8, Shohei Kitahata1,2, Michiko Mandai1,2, Yasuhiko Hirami1,2, Hideo Yokota5,9, Masahiro Akiba4,5, Akitaka Tsujikawa3, Masayo Takahashi1,2, Yasuo Kurimoto1,2.
Abstract
INTRODUCTION: The use of optical coherence tomography (OCT) images is increasing in the medical treatment of age-related macular degeneration (AMD), and thus, the amount of data requiring analysis is increasing. Advances in machine-learning techniques may facilitate processing of large amounts of medical image data. Among deep-learning methods, convolution neural networks (CNNs) show superior image recognition ability. This study aimed to build deep-learning models that could distinguish AMD from healthy OCT scans and to distinguish AMD with and without exudative changes without using a segmentation algorithm.Entities:
Keywords: Age-related macular degeneration; Artificial intelligence; Class activation mapping; Convolution neural network; Deep learning; Machine learning; Optical coherence tomography; Transfer learning
Year: 2019 PMID: 31407214 PMCID: PMC6858411 DOI: 10.1007/s40123-019-00207-y
Source DB: PubMed Journal: Ophthalmol Ther
Fig. 1We built two classification models. In the first CNN model, we classified images into normal and AMD images. In the second transfer-learning model, we classified AMD images into those with and those without exudative changes. We used CAM to show the location of the image that CNN models emphasized in the classification as the heat map. Additionally, in the second model, we compared the speed of learning stability with the model using transfer learning and the single CNN model. AMD age-related macular degeneration, CNN convolution neural network, CAM class activation mapping
Fig. 2a CNN classification models were constructed using a cropped image obtained by dividing the original image into three in order not to degrade the image quality. b After classifying the cropped images with CNN models, the three cropped OCT images were returned to the original image to determine the original image classification. If at least one of the three cropped OCT images showed AMD findings, the original image was judged as AMD, and it was judged as normal only if all three cropped images were without AMD findings. The second judgement of the presence of exudative fluid was similarly performed. CNN convolution neural network, OCT optical coherence tomography, AMD age-related macular degeneration
The CNN configurations used in this study
| Layer | Type | Kernel numbers | Kernel size | Stride | Activation |
|---|---|---|---|---|---|
| 0 | Input | 3 | 224 × 224 | – | – |
| 1 | Convolution | 32 | 3 × 3 | – | – |
| 2 | Convolution | 32 | 3 × 3 | – | ReLU |
| 3 | Max pooling | – | – | 2 | – |
| 4 | Convolution | 64 | 3 × 3 | – | – |
| 5 | Convolution | 64 | 3 × 3 | – | ReLU |
| 6 | Max pooling | – | – | 2 | – |
| 7 | Convolution | 64 | 3 × 3 | – | – |
| 8 | Convolution | 64 | 3 × 3 | – | ReLU |
| 9 | Max pooling | – | – | 2 | – |
| 10 | Convolution | 128 | 3 × 3 | – | ReLU |
| 11 | Max pooling | – | – | 2 | – |
| 12 | Convolution | 128 | 3 × 3 | – | ReLU |
| 13 | Max pooling | – | – | 2 | – |
| 14 | Convolution | 256 | 3 × 3 | – | ReLU |
| 15 | Global average pooling | ||||
| 16 | Fully connected | 256 | – | – | ReLU, dropout |
| 17 | Fully connected | 2 | – | – | ReLU |
| 18 | Softmax | – | – | – |
With each OCT image in the training data labeled, we trained a CNN classification model to distinguish AMD OCT images from normal images. To build a robust classification model, data augmentation and the dropout technique were applied in the training phase
CNN convolution neural network, AMD age-related macular degeneration, ReLu rectified linear unit
Fig. 3a The ROC curve for classification of AMD and healthy eyes from cropped OCT images. The ROC curve for the first model yielded an AUROC of 99.5%. b The ROC curve for classification of AMD cropped images into the presence or absence of fluid. The ROC curve for the second model yielded an AUROC of 99.1%. ROC receiver operating characteristic curve, AUROC area under the ROC curve
The sensitivity, specificity, and accuracy of the model for classification of AMD and normal OCT images
| Based on images | AMD by doctors | Normal by doctors | Specificity |
|---|---|---|---|
| AMD by the model | 333 | 4 | 98.8% |
| Normal by the model | 0 | 45 | 100.0% |
| Sensitivity | 100.0% | 91.8% | Accuracy 99.0% |
The sensitivity of the classifier was 100%, the specificity was 91.8%, and the accuracy was 99.0%
The sensitivity, specificity, and accuracy of the model for classification of the presence or absence of exudative changes
| Based on images | Fluid by doctors | No fluid by doctors | Specificity |
|---|---|---|---|
| Fluid by the model | 185 | 18 | 91.1% |
| No fluid by the model | 3 | 136 | 97.8% |
| Sensitivity | 98.4% | 88.3% | Accuracy 93.9% |
The sensitivity of the classifier was 98.4%, the specificity was 88.3%, and the accuracy was 93.9%
Fig. 4Heat maps for two CNN classification models. a Heat map for the first model for classifying normal and AMD OCT images, b heat map for the second model for classifying the presence or absence of any fluid. CAM was able to identify characteristic areas on the OCT, and it is presented as a heat map. CAM class activation mapping, AMD age-related macular degeneration, CNN convolution neural network, OCT optical coherence tomography
Fig. 5Comparison of the necessary number of epochs for convergence of the training loss, and classification performance, between the transfer-learning model and the CNN of the same architecture without transfer learning. In the second model, for classification of AMD images into with or without exudative changes, learning stabilized faster when using transfer learning. CNN convolution neural network, AMD age-related macular degeneration, AUROC area under the receiver operating characteristic curve