Next Article in Journal
Aux-MVNet: Auxiliary Classifier-Based Multi-View Convolutional Neural Network for Maxillary Sinusitis Diagnosis on Paranasal Sinuses View
Previous Article in Journal
Clinicopathological Assessment of Cancer/Testis Antigens NY-ESO-1 and MAGE-A4 in Highly Aggressive Soft Tissue Sarcomas
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Development of the Integrated Glaucoma Risk Index

1
College of Software Convergence, Jukjeon Campus, Dankook University, Yongin 16890, Korea
2
Department of Ophthalmology, College of Medicine, Dankook University, 119, Dandae-ro, Dongnam-gu, Cheonan-si 31116, Korea
3
Department of Ophthalmology, Institute of Health Sciences, Gyeongsang National University College of Medicine and Gyeongsang National University Hospital, Jinju 52828, Korea
*
Authors to whom correspondence should be addressed.
Diagnostics 2022, 12(3), 734; https://doi.org/10.3390/diagnostics12030734
Submission received: 1 February 2022 / Revised: 4 March 2022 / Accepted: 16 March 2022 / Published: 17 March 2022
(This article belongs to the Section Machine Learning and Artificial Intelligence in Diagnostics)

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.

1. Introduction

Glaucoma is the leading cause of irreversible blindness around the world and progressively affects the optic nerve [1]. In Korea, the number of glaucoma patients increased from 4.01 million in 2009 to 9.79 million in 2019, with an average annual increase rate of 9.3%. The rapid increase in the number of glaucoma patients is a global trend. Therefore, accurate diagnosis of glaucoma is important. Recently, machine-learning schemes have been widely used for glaucoma diagnosis [2,3,4,5,6,7]. Classification is a major technology used in medical applications because it can be used for prediction (diagnosis). Monitoring a subject’s glaucoma potential or progression is as important as diagnosing it. Although a classification model can indicate whether the target subject is glaucoma-positive or normal, it cannot indicate how normal or severe their condition is. A few researchers have proposed the glaucoma risk index (GRI) to express the progression of glaucoma.
Bock et al. [8] presented early research results for the GRI. They performed preprocessing to eliminate disease-independent variations from the input fundus image, applied feature extraction to transform the preprocessed input data into a characteristic and compact representation, and finally built the GRI using a two-stage probabilistic support vector machine classifier. The proposed two-stage GRI was used to classify glaucoma and achieved an area under the receiver operating characteristic curve of 88% and a sensitivity of 73% at a specificity of 85%.
Loewen et al. [9] suggested a simple glaucoma index (GI) that combined preoperative intraocular pressure (IOP), number of preoperative medications, and visual field damage to capture relative glaucoma severity and resistance to treatment. The authors developed a four-level GI based on the severity level of the collected features. This GI expresses four groups rather than a range of continuous values. There was no mathematical equation for integrating the feature values. This GI was mainly used to compare the outcomes of ab interno trabeculectomy stratified by the GI.
Mookiah et al. [10] extracted various features from fundus images and built a glaucoma classification model. They also suggested a GRI using higher-order spectra and discrete wavelet transform features. The GRI values ranged between 0 and 35. In their research, the GRI was proposed as another glaucoma classifier that used a single feature.
Acharya et al. [11] extracted various features from 510 fundus images and performed principal component analysis. They constructed a GRI using five principal components (PC1–PC5). Equation (1) represents the GRI, which was obtained using a trial-and-error method. However, they did not provide a detailed analysis of their GRI, except for a simple comparison of the mean GRI values between the glaucoma and normal groups.
GRI = 6.8375 − 1.1325 × PC1 + 1.6500 × PC2 + 2.7225 × PC3
+ 0.6750 × PC4 + 0.6650 × PC5
Acharya et al. [12] presented a new methodology and computerized diagnostic method. They extracted pattern features from fundus images and built a k-nearest neighbor model to classify glaucoma and normal cases. They also suggested a GRI based on the pattern features. The range of their GRI was between 2 and 8, and the glaucoma cases were clearly separated from the normal cases. However, the distribution of the GRI reported by Acharya et al. was not continuous. The glaucoma and normal groups were concentrated in specific sections within the entire GRI range. Therefore, it is not sufficient to detect the progression of glaucoma. In particular, the border range between normal and glaucoma cases is difficult to express using the GRI.
As previously stated, several GRIs have been proposed. They have the following disadvantages: (i) Most of them use only fundus images as a resource for GRI. However, ophthalmologists do not diagnose glaucoma based solely on single examination data. The proposed GRIs do not reflect various diagnostic tools for glaucoma. (ii) They are a by-product of glaucoma classification, and their purpose is to predict glaucoma or to obtain auxiliary information for glaucoma prediction. (iii) The risk index should have a range of fully continuous values; however, some GRIs do not. Therefore, they are not suitable as expression/observation tools in monitoring the progression of glaucoma.
In this paper, we propose a new GRI measure named “integrated GRI (I-GRI)”. The goal of the I-GRI is to capture the risk or progression of glaucoma. We used general examination data, including visual field (VF), optical coherence tomography (OCT), and IOP, as sources of I-GRI measurements. Machine-learning schemes, such as feature selection and feature importance, were applied to produce features for I-GRI. The details are described in Section 2 and Section 3. The relevance and usefulness of I-GRI are discussed in Section 4.

2. Materials and Methods

To develop the I-GRI, we built a dataset based on the results of the VF, Retinal Nerve Fiber Layer (RNFL) OCT, and IOP tests. After the feature selection process, a machine-learning predictive model using the XGBoost [13,14,15] algorithm with six features (variables) was built to obtain the feature importance values for the selected six features. We also synthesized a new feature using these six features. Finally, we built an I-GRI measure using the seven features. Figure 1 presents an overview of the I-GRI development process. The process is described in detail in the following sections.

2.1. Preparation of the Dataset

To build the I-GRI, we collected medical records of patients who underwent RNFL OCT, VF, and IOP examinations at Gyeongsang National University Hospital and Dankook University Hospital in Korea between January 2012 and November 2020. To conduct the study, we required all patients to undergo comprehensive ophthalmological examinations, including slit-lamp biomicroscopy, best-corrected visual acuity (BCVA), autorefraction (KR8800, Topcon, Tokyo, Japan), central corneal thickness (CCT) measurement (Pentacam, Oculus GmbH, Wetzlar, Germany), Goldmann applanation tonometry, dilated fundus examination, and fundus and red-free fundus photography (Canon, Tokyo, Japan) [2]. An automated VF test was conducted using the 30–2 program Swedish interactive threshold algorithm standard on a Humphrey 740 visual field analyzer (Carl Zeiss Meditec, Inc., Dublin, CA, USA). Spectral-domain OCT (SD-OCT) images, obtained using the Spectralis® platform (Heidelberg Engineering GmbH, Heidelberg, Germany), were used to measure the thickness of the peripapillary retinal nerve fiber layer [2].
In total, 868 eyes (of patients) with glaucoma (primary open-angle glaucoma or normal-tension glaucoma) and 1060 eyes (of patients) without glaucoma were included. The inclusion criteria for normal eyes were BCVA ≥ 20/40, no abnormal findings except for insignificant age-related cataract, and normal VF test results according to the Anderson-Patella criteria. Moreover, glaucomatous eyes were defined as follows: (1) BCVA ≥ 20/40; (2) presence of typical glaucomatous changes, such as disc rim narrowing or a notch, and RNFL defects identified by fundus photography and OCT; and (4) glaucomatous VF defect results according to the Anderson–Patella criteria. Table 1 summarizes the characteristics of the participants.
The prepared dataset contained 22 features and a class label (0: normal; 1: glaucoma). Table 2 summarizes the feature list of this dataset.
To build the I-GRI, we needed to collect features that were strongly related to the progression of glaucoma. We applied feature subset selection [16,17,18] to the dataset. We removed 12 less important features using filter methods and obtained six features using the wrapper method. The six final features are listed in Table 3. The final dataset, including the six features, was normalized for use as a reference dataset for calculating the synthesized features.

2.2. Building of the Machine-Learning Predictive Model

To obtain the importance of the selected features, we built a machine-learning predictive model, particularly the XGBoost model, and obtained the feature importance from the model. XGBoost is a strong boosting algorithm that has shown a high classification accuracy in many applications. This also supports our calculation method for feature importance. For parameter tuning, we used 10-fold cross validation and obtained the parameter values in Table 4. After parameter tuning, all data were used for the training process because our goal was not to develop the best predictive model but to select the best features for the model.

2.3. Calculation of the Feature Importance of the Selected Features

To combine the six feature values into one, the consolidation ratio for each feature is required. The correlation coefficient between the feature and class label is a strong candidate; however, it assumes that the features are independent of each other. However, features interact with each other during the prediction/diagnosis tasks [19,20]. Feature importance captures both the discriminative and interaction powers of a feature. Therefore, feature importance is a proper standard for the consolidation ratio. XGBoost supports feature importance calculations for the features in a model. Table 5 and Figure 2 show the importance of the selected features. RNFL_I is the most important feature for the glaucoma predictive model, and the sum of the importance of the six features is 1.0.
In the proposed I-GRI, the higher the risk index value, the greater the risk/severity of glaucoma. The index ranges from 0 to 1. To achieve these characteristics, each feature value must be normalized in the collected dataset to be between 0 and 1. We applied min-max normalization and excluded outliers. Table 6 lists the minimum and maximum values of the selected features. Among the four features (RNFL_S, RNFL_I, RNFL_T, and IOP), the lower the feature value, the greater the risk/severity of glaucoma. This is contrary to the characteristics of I-GRI. Therefore, we take the reverse values (1—normalized feature values) for these four features.
The performance of the GRI is affected by the quality of the features used to build the index. The addition of higher-quality features should improve the index. In this study, we created a new feature, namely, the “nearest neighbor index (NNI),” from the normalized and partially reversed dataset of six features. The NNI value for a given instance X is obtained using the following steps:
  • Take the five nearest instances of X from the reference dataset.
  • Investigate the class labels of the five nearest instances.
3 .   NNI = N u m b e r   o f   i n s t a n c e s   l a b e l e d   as   g l a u c o m a 5
The higher the NNI value, the greater the risk/severity of glaucoma. The range of NNI values is from 0 to 1. Figure 3 shows the distribution of NNI in the normal and glaucoma cases. The boxplot shows that the NNI values in the glaucoma group are significantly different from those in the normal group. This indicates that NNI is a good feature for classifying normal and glaucoma cases.

2.4. Building of the I-GRI Measure

The I-GRI is composed of six original features and a synthesized feature. First, the base index value (I-GRI) is calculated using Equation (3) by multiplying the normalized feature value and its importance ratio. Second, the final I-GRI is calculated by combining the I-GRI.base and NNI at a ratio of 8:2. We tested various ratios, such as 9:1, 8:2, and 7:3. The test results showed that 8:2 was the best ratio for I-GRI performance.
I-GRI.base = PSD.normal × 0.27 +
MD.normal × 0.14 +
RNFL_S.normal × 0.11 +
RNFL_I.normal × 0.31 +
RNFL_T.normal × 0.1 +
IOP.normal × 0.07
I-GRI = I-GRI.base × 0.8 + NNI × 0.2
Example 1.
The I-GRI was calculated using the examination data shown in Table 7 as an example.
Step 1. The examination data were normalized using the minimum and maximum values in Table 6. Table 8 presents the results.
Step 2. The normalized data of MD, RNFL_S, RNFL_I, and RNFL_T were reversed. Table 9 presents the results.
Step 3. The NNI of the data in Table 9 was calculated, using the normalized and partially reversed datasets. The calculation result was 1.0.
Step 4. The I-GRI.base was calculated according to Equation (3). The result was 0.5971.
I-GRI.base = 0.5386 × 0.27 + 0.4667 × 0.14 + 0.6889 × 0.11 +
0.7231 × 0.31 + 0.6889 × 0.1 + 0.25 × 0.07
= 0.5971
Step 5. The final I-GRI was calculated according to Equation (4). The result was 0.678.
I-GRI = 0.5971 × 0.8 + 1.0 × 0.2
= 0.678

3. Results

To confirm the validity of the proposed I-GRI, we calculated the I-GRI values for our dataset and analyzed the results. Figure 4 shows the distribution of I-GRI values for the glaucoma and normal groups. As previously described, the higher the I-GRI value, the greater the risk/severity of glaucoma. The overlapped area in Figure 4 is the border section between the glaucoma and normal groups. The shapes of the glaucoma and normal groups show a normal distribution curve with narrow overlapping intervals. This is consistent with the expectations for the risk index. From the results, we calculated the threshold value of the I-GRI to classify glaucoma and normal cases. The threshold was calculated as 0.36. This means that an examination case can be classified as glaucoma if its I-GRI value is greater than 0.36. When we applied this threshold to our dataset, we obtained a misclassification rate of 0.07 (7%). Figure 5 shows a boxplot of I-GRI values for the reference dataset. As can be seen in the figure, there was a clear difference between the mean values of the glaucoma and normal groups. The mean values of the glaucoma and normal groups were 0.607 and 0.249, respectively. The p-value from the t-test was <2.2 × 10−16.
Table 10 and Figure 6 show typical examination data and I-GRI values for the glaucoma, border section, and normal groups. In the radar chart in Figure 6, the gray polygon line indicates the threshold of each feature for classifying glaucoma and normal cases. If an I-GRI polygon covers a gray polygon, the I-GRI value indicates glaucoma.
Figure 7 shows the relationship between the six features and I-GRI. The Y-axis expresses the I-GRI value, whereas the X-axis expresses the feature value that is normalized and reversed. The value on the right-hand side of the feature name is the correlation coefficient between the feature and I-GRI. RNFL_I, PSD, and MD showed a strong linear relationship with I-GRI, whereas IOP showed a weak linear relationship.
Table 11 summarizes the comparison between the state-of-the-art methods and the proposed method. As we can see, the proposed method supports 0–1 normalization and continuity of the risk index. It uses various resources to capture the characteristics of glaucoma. This demonstrates the advantages of the proposed method.

4. Discussion

4.1. Effect of the NNI

The NNI is a synthesized feature used to build the proposed I-GRI measure. To demonstrate its effect, we temporarily built the I-GRI, excluding the NNI, and compared the results. As shown in Figure 8, the NNI pulls the I-GRI values for the normal group to the left side and those for the glaucoma group to the right side. As a result, the overlapping area between the glaucoma and normal groups is reduced. Thus, the NNI clearly contributes to the increased performance of the I-GRI.

4.2. Comparison between the I-GRI and the MD

Generally, the MD value of the VF indicates the overall severity of visual field loss in patients with glaucoma. Therefore, we can observe the progression of glaucoma using the MD. We used the normal and glaucoma cases from the reference dataset and compared the I-GRI and MD values. Figure 9 shows a scatterplot of the MD and I-GRI values. A linear correlation can be observed between the MD of the glaucoma group and the I-GRI. The correlation coefficient between these variables was 0.803, indicating a strong correlation.
Mills et al. [21] suggested three stages of glaucoma progression based on the MD values. Table 12 summarizes the normal and three stages of glaucoma, and the mean I-GRI values for the stages. We can observe that the mean of the I-GRI values is clearly different for the normal and the three stages of glaucoma and that the p-value of the analysis of variance test is <10−3. Figure 10 shows the distribution of I-GRI for the normal and three stages of glaucoma. These results imply that the I-GRI reflects the characteristics of MD. Furthermore, the I-GRI can specify the normal and early glaucoma groups. The p-value of the t-test between the two groups was <10−3.

4.3. Comparison between Glaucoma and Glaucoma-like Diseases Based on the I-GRI

Several optic nerve diseases must be clinically differentiated from glaucoma. The first is a glaucoma-like optic disc with an increased cup/disc ratio but no RNFL or visual field defects. The second is optic disc atrophy due to diseases other than glaucoma, such as compression optic neuropathy or Leber’s hereditary optic neuropathy. Finally, superior segmental optic hypoplasia is also observed. In this study, glaucoma-like disc was defined similarly to the previous study as an increased cup-to-disc ratio (≥0.6) and pallor, asymmetry of cupping between eyes in a patient with normal IOP, no RNFL defect, and normal VF [22]. The diagnosis of Leber’s hereditary optic neuropathy (LHON) was based on clinical features such as a young patient with progressive central visual loss, color vision defect, optic disc pallor, and central/centro cecal scotoma. Finally, LHON diagnosis was molecularly confirmed at the Laboratory of Dankook University Hospital. Superior segmental optic hypoplasia diagnosis was based on the presence of more than two of the following four symptoms—superior rim thinning, the superior entrance of the central retinal artery, scleral halo, and pale optic disc—combined with nonprogressive VF loss, peripheral VF defects, and IOP less than 21 mmHg. Clinically, ophthalmologists often have difficulty in distinguishing between these diseases, and imaging tests such as magnetic resonance imaging, genetic testing, or serial observation are sometimes required. To help differentiate these diseases from glaucoma, we analyzed the distributions of I-GRI values in the glaucoma and glaucoma-like groups. Table 13 and Figure 11 summarize the results. The I-GRI values of the glaucoma-like group were lower than those of the glaucoma group. This means that the I-GRI can capture the characteristics of glaucoma and glaucoma-like diseases. This demonstrates the effectiveness of the I-GRI. However, the I-GRI cannot be directly used for specifying glaucoma-like diseases because the range of I-GRI values of the glaucoma-like group overlaps with that of the normal group.

5. Conclusions

From this discussion, we can confirm that the proposed I-GRI is a reasonable and effective measure for observing the progression of glaucoma. We implemented the proposed I-GRI calculator on the web (http://220.149.235.96:3838/IGRI/, accessed on 10 December 2021). The screen capture of the I-GRI calculator is presented in Appendix A. If an ophthalmologist inputs the patient’s examination data on the site, it presents the I-GRI values and explanation graphs. This can help in identifying the risk of glaucoma and in determining whether a patient has glaucoma.

Author Contributions

Conceptualization, S.O., K.J.C. and S.-J.K.; methodology, S.O. and S.-J.K.; software, S.O.; validation, K.J.C. and S.-J.K.; formal analysis, S.O.; investigation, K.J.C., S.-J.K. and S.O.; resources, K.J.C. and S.-J.K.; data curation, S.O.; writing—original draft preparation, S.O. and S.-J.K.; writing—review and editing, S.-J.K. and K.J.C.; visualization, S.O.; supervision, S.O.; project administration, S.O.; funding acquisition, S.O. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Institute of Information & Communications Technology Planning & Evaluation (IITP) grant funded by the Korean government (MSIT) (No. 2018-0-00242, Development of AI ophthalmologic diagnosis and smart treatment platform based on big data).

Institutional Review Board Statement

This study was conducted in accordance with the guidelines of the Declaration of Helsinki and approved by the Gyeongsang National University Hospital Institutional Review Board, Korea (GNUH-2019-11-026-004).

Informed Consent Statement

The requirement for informed consent was waived by the Institutional Review Board of Gyeongsang National University Hospital and Dankook University Hospital (ID# DKUH 2016-11-011).

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

The I-GRI calculator produces the I-GRI value and graphs when we input six values of required examination data. The horizontal bar chart shows the position of the I-GRI value. The example below shows that I-GRI 0.739 is located in the glaucomatous region. The green vertical line designates a threshold value of 0.36 to separate the glaucoma and normal groups.
Figure A1. Screenshot of the I-GRI calculator.
Figure A1. Screenshot of the I-GRI calculator.
Diagnostics 12 00734 g0a1

References

  1. Shaikh, Y.; Yu, F.; Coleman, A.L. Burden of undetected and untreated glaucoma in the United States. Am. J. Ophthalmol. 2014, 158, 1121–1129. [Google Scholar] [CrossRef] [PubMed]
  2. Kim, S.J.; Cho, K.J.; Oh, S. Development of machine learning models for diagnosis of glaucoma. PLoS ONE 2017, 12, e0177726. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. An, G.; Omodaka, K.; Tsuda, S.; Shiga, Y.; Takada, N.; Kikawa, T.; Akiba, M. Comparison of machine-learning classification models for glaucoma management. J. Healthc. Eng. 2018, 2018, 6874765. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Christopher, M.; Belghith, A.; Weinreb, R.N.; Bowd, C.; Goldbaum, M.H.; Saunders, L.J.; Zangwill, L.M. Retinal nerve fiber layer features identified by unsupervised machine learning on optical coherence tomography scans predict glaucoma progression. Investig. Ophth. Vis. Sci. 2018, 59, 2748–2756. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  5. Civit-Masot, J.; Domínguez-Morales, M.J.; Vicente-Díaz, S.; Civit, A. Dual machine-learning system to aid glaucoma diagnosis using disc and cup feature extraction. IEEE Access 2020, 8, 127519–127529. [Google Scholar] [CrossRef]
  6. Mehta, P.; Petersen, C.A.; Wen, J.C.; Banitt, M.R.; Chen, P.P.; Bojikian, K.D.; Vision Consortium. Automated detection of glaucoma with interpretable machine learning using clinical data and multimodal retinal images. Am. J. Ophthalmol. 2021, 231, 154–169. [Google Scholar] [CrossRef] [PubMed]
  7. Baxter, S.L.; Marks, C.; Kuo, T.T.; Ohno-Machado, L.; Weinreb, R.N. Machine learning-based predictive modeling of surgical intervention in glaucoma using systemic data from electronic health records. Am. J. Ophthalmol. 2019, 208, 30–40. [Google Scholar] [CrossRef] [PubMed]
  8. Bock, R.; Meier, J.; Nyúl, L.G.; Hornegger, J.; Michelson, G. Glaucoma risk index: Automated glaucoma detection from color fundus images. Med. Image Anal. 2010, 14, 471–481. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  9. Loewen, R.T.; Roy, P.; Parikh, H.A.; Dang, Y.; Schuman, J.S.; Loewen, N.A. Impact of a glaucoma severity index on results of trabectome surgery: Larger pressure reduction in more severe glaucoma. PLoS ONE 2016, 11, e0151926. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  10. Mookiah, M.R.K.; Acharya, U.R.; Lim, C.M.; Petznick, A.; Suri, J.S. Data mining technique for automated diagnosis of glaucoma using higher order spectra and wavelet energy features. Knowl-Based Syst. 2012, 33, 73–82. [Google Scholar] [CrossRef]
  11. Acharya, U.R.; Ng, E.Y.K.; Eugene, L.W.J.; Noronha, K.P.; Min, L.C.; Nayak, K.P.; Bhandary, S.V. Decision support system for the glaucoma using Gabor transformation. Biomed. Signal Process. Control 2015, 15, 18–26. [Google Scholar] [CrossRef] [Green Version]
  12. Acharya, U.R.; Bhat, S.; Koh, J.E.; Bhandary, S.V.; Adeli, H. A novel algorithm to detect glaucoma risk using texton and local configuration pattern features extracted from fundus images. Comput. Biol. Med. 2017, 88, 72–83. [Google Scholar] [CrossRef] [PubMed]
  13. Xgboost: Extreme Gradient Boosting. Available online: https://cran.r-project.org/web/packages/xgboost/xgboost.pdf (accessed on 10 December 2021).
  14. Chen, T.; Guestrin, C. Xgboost: A scalable tree boosting system. In Proceedings of the 22nd ACM Sigkdd International Conference on Knowledge Discovery and Data Mining, San Francisco, CA, USA, 13–17 August 2016; pp. 785–794. [Google Scholar]
  15. Chen, T.; He, T.; Benesty, M.; Khotilovich, V. Package ‘xgboost’, R Version 90. 2019. Available online: https://link.springer.com/article/10.1057/jos.2013.2 (accessed on 10 December 2021).
  16. Jović, A.; Brkić, K.; Bogunović, N. A review of feature selection methods with applications. In Proceedings of the 2015 38th International Convention on Information and Communication Technology, Electronics and Microelectronics (MIPRO), Opatija, Croatia, 25–29 May 2015; pp. 1200–1205. [Google Scholar]
  17. Tang, J.; Alelyani, S.; Liu, H. Feature selection for classification: A review. Intell. Data Anal. 2014, 37, 131–156. [Google Scholar]
  18. Romanski, P.; Kotthoff, L.; Kotthoff, M.L. Package ‘FSelector’. Available online: http://cran/r-project.org/web/packages/FSelector/index.html (accessed on 10 December 2021).
  19. Tsang, M.; Rambhatla, S.; Liu, Y. How does this interaction affect me? interpretable attribution for feature interactions. arXiv 2020, arXiv:2006.10965. [Google Scholar]
  20. Tang, X.; Dai, Y.; Xiang, Y. Feature selection based on feature interactions with application to text categorization. Expert Syst. Appl. 2019, 120, 207–216. [Google Scholar] [CrossRef]
  21. Mills, R.P.; Budenz, D.L.; Lee, P.P.; Noecker, R.J.; Walt, J.G.; Siegartel, L.R.; Doyle, J.J. Categorizing the stage of glaucoma from pre-diagnosis to end-stage disease. Am. J. Ophthalmol. 2006, 141, 24–30. [Google Scholar] [CrossRef] [PubMed]
  22. Tomita, G.; Takamoto, T.; Schwartz, B. Glaucoma-like disks without increased IOP or VF loss. Am. J. Ophthalmol. 1989, 108, 496–504. [Google Scholar] [CrossRef]
Figure 1. Overview of the I-GRI development process.
Figure 1. Overview of the I-GRI development process.
Diagnostics 12 00734 g001
Figure 2. Graph of the feature importance of the selected features.
Figure 2. Graph of the feature importance of the selected features.
Diagnostics 12 00734 g002
Figure 3. Distribution of the NNI values.
Figure 3. Distribution of the NNI values.
Diagnostics 12 00734 g003
Figure 4. Distribution of the I-GRI values for the reference dataset.
Figure 4. Distribution of the I-GRI values for the reference dataset.
Diagnostics 12 00734 g004
Figure 5. Boxplot of the I-GRI values for the reference dataset.
Figure 5. Boxplot of the I-GRI values for the reference dataset.
Diagnostics 12 00734 g005
Figure 6. Boxplot of the I-GRI values for the reference dataset. (a) Glaucoma; (b) border section; (c) normal.
Figure 6. Boxplot of the I-GRI values for the reference dataset. (a) Glaucoma; (b) border section; (c) normal.
Diagnostics 12 00734 g006
Figure 7. Scatterplots for the six features and I-GRI values.
Figure 7. Scatterplots for the six features and I-GRI values.
Diagnostics 12 00734 g007
Figure 8. Effect of the NNI on the I-GRI measure. (a) Before applying the NNI; (b) after applying the NNI.
Figure 8. Effect of the NNI on the I-GRI measure. (a) Before applying the NNI; (b) after applying the NNI.
Diagnostics 12 00734 g008
Figure 9. Scatterplot of the MD of the glaucoma group and the I-GRI.
Figure 9. Scatterplot of the MD of the glaucoma group and the I-GRI.
Diagnostics 12 00734 g009
Figure 10. Distribution of the I-GRI values according to the MD groups.
Figure 10. Distribution of the I-GRI values according to the MD groups.
Diagnostics 12 00734 g010
Figure 11. Distribution of the I-GRI values in the glaucoma and glaucoma-like groups.
Figure 11. Distribution of the I-GRI values in the glaucoma and glaucoma-like groups.
Diagnostics 12 00734 g011
Table 1. Characteristics of the participants.
Table 1. Characteristics of the participants.
Normal GroupGlaucoma GroupTotal
Number of participants6297411370
Gender (male/female)518/437852/4971370/934
Age (mean ± SD 1)51.1 ± 15.159.1 ± 14.155.8 ± 15.3
Number of eyes86810601928
Number of cases95513492304
1 Standard deviation.
Table 2. Feature list for the prepared dataset.
Table 2. 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.
Table 3. List of selected features.
Table 3. List of selected features.
No.FeatureAbbreviationSource
1Pattern standard deviationPSDVF 1
2Mean deviation (defect)MDVF
3RNFL superiorRNFL_SOCT 2
4RNFL inferiorRNFL_IOCT
5RNFL temporalRNFL_TOCT
6IOPIOPIOP 3
1 Visual field test; 2 optical coherence tomography; 3 intraocular pressure.
Table 4. Parameter values for the XGBoost model.
Table 4. Parameter values for the XGBoost model.
Parameter NameValue
booster“gbtree”
Eta0.4
max_depth4
gamma1
subsample0.7
objective“multi:softprob”
eval_metric“merror”
num_class2
Table 5. Feature importance of the selected features.
Table 5. Feature importance of the selected features.
No.FeatureImportance
1PSD0.27
2MD0.14
3RNFL_S0.11
4RNFL_I0.31
5RNFL_T0.10
6IOP0.07
Table 6. Min and max values for the proposed normalization.
Table 6. Min and max values for the proposed normalization.
No.FeatureMinMax
1PSD0.9516.9
2MD−24.16.39
3RNFL_S6172
4RNFL_I0195
5RNFL_T20110
6IOP529
Table 7. Target examination data for the calculation of the I-GRI.
Table 7. Target examination data for the calculation of the I-GRI.
PSDMDRNFL_SRNFL_IRNFL_TIOP
9.54−0.8456544811
Table 8. Results of the min–max normalization for the target examination data.
Table 8. Results of the min–max normalization for the target examination data.
PSDMDRNFL_SRNFL_IRNFL_TIOP
0.53860.53330.30120.27690.31110.25
Table 9. Results of reversing four normalized feature values.
Table 9. Results of reversing four normalized feature values.
PSDMDRNFL_SRNFL_IRNFL_TIOP
0.53860.46670.68890.72310.68890.25
Table 10. Target examination data for the calculation of the I-GRI.
Table 10. Target examination data for the calculation of the I-GRI.
GroupPSDMDRNFL_SRNFL_IRNFL_TIOPI-GRI
Glaucoma9.54−7.84565448110.679
Border section2.29−6.99948977120.369
Normal1.43−1.4912514063130.191
Table 11. Comparison of state-of-the-art work and the proposed method.
Table 11. Comparison of state-of-the-art work and the proposed method.
Comparison PointBock [8]Loewen [9]Mookiah [10]Acharya [11]Proposed
0–1 normalizationXXX XO
Continuity of risk indexOXOOO
Number of used features3313236
Resource 1fundus imageIOP, VF, NPM 2fundus imagefundus imageIOP, VF, OCT
Accuracy 3 0.80NA0.950.930.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.
Table 12. Three stages of glaucoma progression and their range of MD.
Table 12. Three stages of glaucoma progression and their range of MD.
GroupMDMean (I-GRI)
Normal0.249
Early glaucoma>−0.5 dB0.374
Intermediate glaucoma−5.0 to −12.0 dB0.539
Advanced glaucoma<−12 dB 0.737
Table 13. Three means of the I-GRI for the glaucoma and glaucoma-like groups.
Table 13. Three means of the I-GRI for the glaucoma and glaucoma-like groups.
GroupMean (I-GRI)p-Value *
Glaucoma0.607
GOD 10.263<10−3
LHON 20.403<10−3
SSOH 30.4170.001
* t-test between the glaucoma and other groups; 1 glaucoma-like optic disc; 2 optic disc atrophy; 3 super segmental optic hypoplasia.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Oh, S.; Cho, K.J.; Kim, S.-J. Development of the Integrated Glaucoma Risk Index. Diagnostics 2022, 12, 734. https://doi.org/10.3390/diagnostics12030734

AMA Style

Oh S, Cho KJ, Kim S-J. Development of the Integrated Glaucoma Risk Index. Diagnostics. 2022; 12(3):734. https://doi.org/10.3390/diagnostics12030734

Chicago/Turabian Style

Oh, Sejong, Kyong Jin Cho, and Seong-Jae Kim. 2022. "Development of the Integrated Glaucoma Risk Index" Diagnostics 12, no. 3: 734. https://doi.org/10.3390/diagnostics12030734

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop