| Literature DB >> 35328287 |
Sejong Oh1, Kyong Jin Cho2, Seong-Jae Kim3.
Abstract
Various machine-learning schemes have been proposed to diagnose glaucoma. They can classify subjects into 'normal' or 'glaucoma'-positive but cannot determine the severity of the latter. To complement this, researchers have proposed statistical indices for glaucoma risk. However, they are based on a single examination indicator and do not reflect the total severity of glaucoma progression. In this study, we propose an integrated glaucoma risk index (I-GRI) based on the visual field (VF) test, optical coherence tomography (OCT), and intraocular pressure (IOP) test. We extracted important features from the examination data using a machine learning scheme and integrated them into a single measure using a mathematical equation. The proposed index produces a value between 0 and 1; the higher the risk index value, the greater the risk/severity of glaucoma. In the sanity test using test cases, the I-GRI showed a balanced distribution in both glaucoma and normal cases. When we classified glaucoma and normal cases using the I-GRI, we obtained a misclassification rate of 0.07 (7%). The proposed index is useful for diagnosing glaucoma and for detecting its progression.Entities:
Keywords: glaucoma; machine learning; prediction; risk index
Year: 2022 PMID: 35328287 PMCID: PMC8947311 DOI: 10.3390/diagnostics12030734
Source DB: PubMed Journal: Diagnostics (Basel) ISSN: 2075-4418
Figure 1Overview of the I-GRI development process.
Characteristics of the participants.
| Normal Group | Glaucoma Group | Total | |
|---|---|---|---|
| Number of participants | 629 | 741 | 1370 |
| Gender (male/female) | 518/437 | 852/497 | 1370/934 |
| Age (mean ± SD 1) | 51.1 ± 15.1 | 59.1 ± 14.1 | 55.8 ± 15.3 |
| Number of eyes | 868 | 1060 | 1928 |
| Number of cases | 955 | 1349 | 2304 |
1 Standard deviation.
Feature list for the prepared dataset.
| Feature List |
|---|
| Sex, age, GHT 1, VFI 2, MD 3, PSD 4, RNFL 5 superior, RNFL nasal, RNFL inferior, RNFL temporal, mean of the RNFL thickness, IOP 6, CCT 7, BCVA 8, SE 9, axial length, neuroretinal rim, cup, disc, mean of the cup/disc ratio, vertical_cup/disc ratio, and CNN2 10 degree |
1 Glaucoma hemifield test; 2 visual field index; 3 mean deviation; 4 pattern standard deviation, 5 retinal nerve fiber layer; 6 intraocular pressure; 7 central corneal thickness; 8 best-corrected visual acuity; 9 spherical equivalent; 10 convolutional neural network.
List of selected features.
| No. | Feature | Abbreviation | Source |
|---|---|---|---|
| 1 | Pattern standard deviation | PSD | VF 1 |
| 2 | Mean deviation (defect) | MD | VF |
| 3 | RNFL superior | RNFL_S | OCT 2 |
| 4 | RNFL inferior | RNFL_I | OCT |
| 5 | RNFL temporal | RNFL_T | OCT |
| 6 | IOP | IOP | IOP 3 |
1 Visual field test; 2 optical coherence tomography; 3 intraocular pressure.
Parameter values for the XGBoost model.
| Parameter Name | Value |
|---|---|
| booster | “gbtree” |
| Eta | 0.4 |
| max_depth | 4 |
| gamma | 1 |
| subsample | 0.7 |
| objective | “multi:softprob” |
| eval_metric | “merror” |
| num_class | 2 |
Feature importance of the selected features.
| No. | Feature | Importance |
|---|---|---|
| 1 | PSD | 0.27 |
| 2 | MD | 0.14 |
| 3 | RNFL_S | 0.11 |
| 4 | RNFL_I | 0.31 |
| 5 | RNFL_T | 0.10 |
| 6 | IOP | 0.07 |
Figure 2Graph of the feature importance of the selected features.
Min and max values for the proposed normalization.
| No. | Feature | Min | Max |
|---|---|---|---|
| 1 | PSD | 0.95 | 16.9 |
| 2 | MD | −24.1 | 6.39 |
| 3 | RNFL_S | 6 | 172 |
| 4 | RNFL_I | 0 | 195 |
| 5 | RNFL_T | 20 | 110 |
| 6 | IOP | 5 | 29 |
Figure 3Distribution of the NNI values.
Results of the min–max normalization for the target examination data.
| PSD | MD | RNFL_S | RNFL_I | RNFL_T | IOP |
|---|---|---|---|---|---|
| 0.5386 | 0.5333 | 0.3012 | 0.2769 | 0.3111 | 0.25 |
Results of reversing four normalized feature values.
| PSD | MD | RNFL_S | RNFL_I | RNFL_T | IOP |
|---|---|---|---|---|---|
| 0.5386 | 0.4667 | 0.6889 | 0.7231 | 0.6889 | 0.25 |
Figure 4Distribution of the I-GRI values for the reference dataset.
Figure 5Boxplot of the I-GRI values for the reference dataset.
Target examination data for the calculation of the I-GRI.
| Group | PSD | MD | RNFL_S | RNFL_I | RNFL_T | IOP | I-GRI |
|---|---|---|---|---|---|---|---|
| Glaucoma | 9.54 | −7.84 | 56 | 54 | 48 | 11 | 0.679 |
| Border section | 2.29 | −6.99 | 94 | 89 | 77 | 12 | 0.369 |
| Normal | 1.43 | −1.49 | 125 | 140 | 63 | 13 | 0.191 |
Figure 6Boxplot of the I-GRI values for the reference dataset. (a) Glaucoma; (b) border section; (c) normal.
Figure 7Scatterplots for the six features and I-GRI values.
Comparison of state-of-the-art work and the proposed method.
| Comparison Point | Bock [ | Loewen [ | Mookiah [ | Acharya [ | Proposed |
|---|---|---|---|---|---|
| 0–1 normalization | X | X | X | X | O |
| Continuity of risk index | O | X | O | O | O |
| Number of used features | 3 | 3 | 13 | 23 | 6 |
| Resource 1 | fundus image | IOP, VF, NPM 2 | fundus image | fundus image | IOP, VF, OCT |
| Accuracy 3 | 0.80 | NA | 0.95 | 0.93 | 0.93 |
1 Resource to extract features for building risk index; 2 number of preoperative medications; 3 classification accuracy when the glaucoma risk index is used.
Figure 8Effect of the NNI on the I-GRI measure. (a) Before applying the NNI; (b) after applying the NNI.
Figure 9Scatterplot of the MD of the glaucoma group and the I-GRI.
Three stages of glaucoma progression and their range of MD.
| Group | MD | Mean (I-GRI) |
|---|---|---|
| Normal | – | 0.249 |
| Early glaucoma | >−0.5 dB | 0.374 |
| Intermediate glaucoma | −5.0 to −12.0 dB | 0.539 |
| Advanced glaucoma | <−12 dB | 0.737 |
Figure 10Distribution of the I-GRI values according to the MD groups.
Three means of the I-GRI for the glaucoma and glaucoma-like groups.
| Group | Mean (I-GRI) | |
|---|---|---|
| Glaucoma | 0.607 | – |
| GOD 1 | 0.263 | <10−3 |
| LHON 2 | 0.403 | <10−3 |
| SSOH 3 | 0.417 | 0.001 |
* t-test between the glaucoma and other groups; 1 glaucoma-like optic disc; 2 optic disc atrophy; 3 super segmental optic hypoplasia.
Figure 11Distribution of the I-GRI values in the glaucoma and glaucoma-like groups.
Target examination data for the calculation of the I-GRI.
| PSD | MD | RNFL_S | RNFL_I | RNFL_T | IOP |
|---|---|---|---|---|---|
| 9.54 | −0.84 | 56 | 54 | 48 | 11 |