| Literature DB >> 30911364 |
Guangzhou An1,2, Kazuko Omodaka3, Kazuki Hashimoto3, Satoru Tsuda3, Yukihiro Shiga3, Naoko Takada3, Tsutomu Kikawa1, Hideo Yokota1,4, Masahiro Akiba1,2, Toru Nakazawa3,4.
Abstract
This study aimed to develop a machine learning-based algorithm for glaucoma diagnosis in patients with open-angle glaucoma, based on three-dimensional optical coherence tomography (OCT) data and color fundus images. In this study, 208 glaucomatous and 149 healthy eyes were enrolled, and color fundus images and volumetric OCT data from the optic disc and macular area of these eyes were captured with a spectral-domain OCT (3D OCT-2000, Topcon). Thickness and deviation maps were created with a segmentation algorithm. Transfer learning of convolutional neural network (CNN) was used with the following types of input images: (1) fundus image of optic disc in grayscale format, (2) disc retinal nerve fiber layer (RNFL) thickness map, (3) macular ganglion cell complex (GCC) thickness map, (4) disc RNFL deviation map, and (5) macular GCC deviation map. Data augmentation and dropout were performed to train the CNN. For combining the results from each CNN model, a random forest (RF) was trained to classify the disc fundus images of healthy and glaucomatous eyes using feature vector representation of each input image, removing the second fully connected layer. The area under receiver operating characteristic curve (AUC) of a 10-fold cross validation (CV) was used to evaluate the models. The 10-fold CV AUCs of the CNNs were 0.940 for color fundus images, 0.942 for RNFL thickness maps, 0.944 for macular GCC thickness maps, 0.949 for disc RNFL deviation maps, and 0.952 for macular GCC deviation maps. The RF combining the five separate CNN models improved the 10-fold CV AUC to 0.963. Therefore, the machine learning system described here can accurately differentiate between healthy and glaucomatous subjects based on their extracted images from OCT data and color fundus images. This system should help to improve the diagnostic accuracy in glaucoma.Entities:
Year: 2019 PMID: 30911364 PMCID: PMC6397963 DOI: 10.1155/2019/4061313
Source DB: PubMed Journal: J Healthc Eng ISSN: 2040-2295 Impact factor: 2.682
Demographic data.
| Healthy ( | Glaucoma ( |
| |
|---|---|---|---|
| Sex (male/female) | 80/69 | 179/108 | >0.05 |
| Age (years) | 49.8 ± 15.9 | 51.6 ± 11.9 | >0.05 |
| Mean deviation (dB) | −0.21 ± 1.15 | −3.90 ± 3.80 | <0.0001 |
| Axial length (mm) | 23.97 ± 0.93 | 25.57 ± 1.53 | <0.0001 |
Figure 1Optical coherence tomography (OCT) images. (a) A color fundus photo of the optic disc area. (b) Cross-sectional OCT image at the yellow line in (a) where green lines in (b) show the detected layer information for calculating the retinal nerve fiber layer (RNFL) thickness. (c) RNFL thickness map, where the numbers indicate the thickness in micrometers in 12 sectors around the optic disc. (d) A color fundus photo of the macular area. (e) Cross-sectional OCT image at the yellow line in (d) where green lines in (e) show the detected layer information calculating the ganglion cell complex (GCC) layer thickness. (f) GCC thickness map, where the numbers indicate the thickness in micrometers in 6 sectors around the fovea at the center of the macular area.
Figure 2Example of extracted images for machine learning. (a) Fundus image centered at the optic disc in grayscale format. (b) Disc RNFL thickness map. (c) Macular GCC thickness map. (d) Disc RNFL deviation map. (e) Macular GCC deviation map.
Figure 3Proposed approach.
The AUC of the machine learning models alone and in combination.
| Number | Cases | AUC (mean ± SD) |
|---|---|---|
| #1 | Disc fundus image (green channel) | 0.940 ± 0.039 |
| #2 | Disc RNFL thickness map | 0.942 ± 0.037 |
| #3 | Macular GCC thickness map | 0.944 ± 0.032 |
| #4 | Disc deviation map | 0.949 ± 0.030 |
| #5 | Macular deviation map | 0.952 ± 0.029 |
| #6 | Combination of #2 and #4 (images from disc OCT data) | 0.953 ± 0.032 |
| #7 | Combination of #3 and #5 (images from macular OCT data) | 0.954 ± 0.031 |
| #8 | Combination of #1, #2, and #4 (images from disc OCT data with fundus image) | 0.959 ± 0.031 |
| #9 | Combination of #1, #2, and #3 (automatically detected disc and macular center were not used in creating images) | 0.961 ± 0.029 |
| #10 | Combination of #2, #3, #4, and #5 (images from OCT data) | 0.963 ± 0.030 |
| #11 | Combination of all images | 0.963 ± 0.029 |
Ocular parameters extracted from OCTs.
| Number | Quantification type | Features |
|---|---|---|
| 1 | cpRNFLT average thickness from disc area OCT | Average cpRNFLT |
| 2–5 | cpRNFLT (quadrants) | |
| 6–11 | cpRNFLT (6 sectors) | |
| 12–23 | cpRNFLT (clockwise sectors) | |
|
| ||
| 24 | Optic disc shape parameters from disc area OCT | Disc area |
| 25 | Cup area | |
| 26 | Rim area | |
| 27 | Cup volume | |
| 28 | Rim volume | |
| 29 | Cup/disc ratio (area) | |
| 30 | Horizontal cup/disc ratio | |
| 31 | Vertical cup/disc ratio | |
| 32 | Horizontal disc diameter | |
| 33 | Vertical disc diameter | |
|
| ||
| 34 | GCC average thickness from macula area OCT | Average GCC thickness |
| 35–40 | GCC thickness (6 sectors) | |
| 41–140 | GCC thickness (10 ∗ 10 grids) | |
Figure 4Comparison of glaucoma detection models with partial AUC.
Figure 5Visualization of the important areas in our VGG19 model. One healthy eye and two representative glaucoma eyes were randomly selected to show the area of interest in the input images. Results from a healthy subject (a, b, c) and glaucoma subject 1 (d, e, f) and 2 (g, h, i), showing class-discriminative regions in grayscale disc fundus images, disc RNFL thickness maps, and macula GCC thickness maps, respectively. Dark orange regions correspond to high scores for the diagnosis.