Abstract
Background: This study aims to assess systemic risk factors in diabetes mellitus (DM) patients and predict diabetic retinopathy (DR) using a Random Forest (RF) classification model. Methods: We included DM patients presenting to the retina clinic for first-time DR screening. Data on age, gender, diabetes type, treatment history, DM control status, family history, pregnancy history, and systemic comorbidities were collected. DR and sight-threatening DR (STDR) were diagnosed via a dilated fundus examination. The dataset was split 80:20 into training and testing sets. The RF model was trained to detect DR and STDR separately, and its performance was evaluated using misclassification rates, sensitivity, and specificity. Results: Data from 1416 DM patients were analyzed. The RF model was trained on 1132 (80%) patients. The misclassification rates were 0% for DR and ~20% for STDR in the training set. External testing on 284 (20%) patients showed 100% accuracy, sensitivity, and specificity for DR detection. For STDR, the model achieved 76% (95% CI-70.7%–80.7%) accuracy, 53% (95% CI-39.2%–66.6%) sensitivity, and 80% (95% CI-74.6%–84.7%) specificity. Conclusions: The RF model effectively predicts DR in DM patients using systemic risk factors, potentially reducing unnecessary referrals for DR screening. However, further validation with diverse datasets is necessary to establish its reliability for clinical use.
Keywords: new cases, diabetes, screening, diabetic retinopathy, random forest classifier
1. Introduction
Diabetes mellitus (DM) is a global epidemic that causes a wide range of complications in the human body [1]. According to recently released information from the International Diabetes Federation Diabetes Atlas in 2021, India has the world’s second-highest number of people with diabetes, trailing only China [2]. Diabetic retinopathy (DR) is one of the many serious ocular complications of DM [3,4]. The primary goal of screening DM patients for DR is to identify and treat sight-threatening DR [STDR], i.e., proliferative DR and/or diabetic macular edema, while also recommend follow-up for those who do not have DR or STDR [5,6]. Worldwide, existing DR screening practices include dilated fundoscopy and evaluation by ophthalmologists or teleophthalmology tools such as mydriatic and non-mydriatic fundus cameras [7]. In developing countries such as India, the current DR screening practice generally involves a dilated fundus examination by a trained retina specialist of referred DM patients identified by other specialists or general ophthalmologists, optometrists, and diabetologists. The most recent publication from the SMART India Study group revealed a national prevalence of 12.5% for DR and 4.0% for STDR [6,8]. With a large population of DM patients to be screened for DR, a low prevalence of DR and STDR, and a limited number of retina specialists for a country with high population density such as India, alternative strategies assisted by technology and artificial intelligence (AI) must be devised to screen a large number of DM patients and detect cases which have a high probability of having DR and only refer cases with STDR to retina specialists who require immediate attention. An AI-based machine learning-driven predictive model could provide a rapid and a practical solution for screening DR.
Machine learning (ML) is a branch of AI and is highly effective in creating predictive models. It learns from data without direct programming, indicating that the expression of a particular task improves with incremental data and variables. Recently, ML has demonstrated great potential for diagnostic applications [9]. Many studies in the field of AI in DR focus on utilizing color fundus and fluorescein angiography images and advanced, complicated ML techniques to identify cases of referable and non-referable DR [10,11,12,13,14,15,16,17,18,19,20,21,22,23]. To the best of our knowledge, we did not come across literature that used the patient’s demographic and systemic risk factor data to objectively predict the risk of developing DR or STDR. We propose that utilizing a patient’s demographic profile and systemic risk factors is a simple and practical approach to identifying those at high or low risk of developing DR. This method could significantly streamline DR screening processes. In a recent publication involving multiple centers, significant systemic risk factors were identified that could be utilized to determine the optimal timing for initial DR screening for maximizing the detection of DR and STDR cases. These risk factors were identified by a joint team of trained retina experts and multiple text-based generative AI sources [24]. With this knowledge, we aimed to develop a predictive model using supervised ML, trained on patients’ demographic and systemic risk factor data, to accurately predict the likelihood of DR at initial screening. This model could be a valuable tool for healthcare professionals, including non-retina specialists, general ophthalmologists, optometrists, and diabetologists, helping them determine which DM patients need direct screening by a retina specialist and which can be screened via teleophthalmology without direct referral.
In the field of data mining for disease prediction, a range of supervised ML algorithms have been employed [25]. The Support Vector Machine model was commonly employed; however, the Random Forest (RF) model exhibited higher accuracy due to its ability to minimize bias and variance [25].
Thus, the main objective of this study was to evaluate the predictive efficacy of a supervised ML-based RF classifier model for detecting DR based on the patient’s demographic and systemic risk factor information at a hospital-based setting.
2. Methods
2.1. Dataset
This retrospective cohort study included patients aged ≥18 years diagnosed with type 1 or type 2 DM who visited our hospital’s diabetic and/or retina clinics for the first time for DR screenings between January and December 2023. Demographic and medical history data were extracted from electronic medical records and documented in Microsoft® Excel 2021. Collected information included age, gender, DM type, treatment history (oral hypoglycemic agents, insulin, or both), DM control (HbA1C levels if available), family history of DM, pregnancy status during DR screening, and associated comorbidities (hypertension, renal disease, cerebrovascular accident, cardiovascular disease, dyslipidemia, and anemia).
A trained retina specialist (RV) with over 10 years of experience conducted fundus evaluations using indirect ophthalmoscopy under mydriasis and documented findings with Ultrawide field Optos® imaging (Optos, Daytona, UK). Patients were diagnosed with DR if any signs of DR were present in either eye, irrespective of severity, stage, or macular status. The presence of STDR was noted based on signs of proliferative DR, diabetic macular edema, or both in any eye. Missing values were estimated using mean imputation for quantitative variables and mode imputation for qualitative variables in Microsoft® Excel with XLSTAT (v2023.3.1.1416) (Denver, CO, USA).
2.2. Computational Methods
The collected dataset was divided into training (80%) and testing (20%) sets. An ensemble learning approach using the RF classifier algorithm was employed. The training samples were chosen randomly with replacement, and a bagging technique was used to create a forest of 500 trees, each consisting of 300 samples. The final prediction was derived from the majority vote of the individual decision trees. The model parameters were optimized to ensure minimal mean square error and high prediction accuracy. Parameters included a minimum node size of 2, minimum child node size of 1, maximum tree depth of 20, and a complexity parameter of 0.0001. These values were determined through various permutations and combinations to balance model complexity and generalization, thereby mitigating overfitting while ensuring accurate predictions.
Two RF classifier models were developed, each with distinct dependent variables. The first model (RF1) was designed to detect any stage of DR, while the second model (RF2) focused on detecting STDR. Both models utilized the same set of independent variables. The RF models employed out-of-bag (OOB) evaluation for internal cross-validation, treating the training set as a test set for quality assessment. The trained RF1 and RF2 models were then used to predict the likelihood of DR and STDR, respectively, on an independent test dataset that had not been used in training to ensure unbiased results. The classifications generated by the models for the test set were assessed for their effectiveness using the sensitivity analysis in the XLSTAT statistical software (v2023.3.1.1416) (Figure 1).
3. Results
The dataset included systemic risk factor information from 1416 DM patients. The data were split into training (80%, 1132 patient samples) and testing (20%, 284 patient samples) sets. Table 1 summarizes the patient information in both sets, providing an overview of their distribution and representation.
Table 1.
Variables | Model Training | Model Testing | |
---|---|---|---|
Sample size (n, %) | 1132 (80) | 284 (20) | |
Age (mean ± SD) | 49.28 ± 13.90 | 46.55 14.1 | |
Gender | Female (n, %) | 390 | 91 (32) |
Male (n, %) | 742 | 193 (68) | |
Type of DM | T1DM (n, %) | 39 (3) | 13 (5) |
T2DM (n, %) | 1093 (97) | 271 (95) | |
HbA1C levels (mean ± SD) | 8.93 ± 2.12 | 9.26 1.42 | |
DM treatment with | No treatment (n, %) | 55 (5) | 14 (5) |
OHA (n, %) | 813 (72) | 212 (75) | |
Insulin (n, %) | 79 (7) | 19 (7) | |
OHA + Insulin (n, %) | 185 (16) | 39 (14) | |
Control of DM | Controlled (n, %) | 551 (49) | 141 (50) |
Not controlled (n, %) | 581 (51) | 143 (50) | |
Family history of DM | Absent (n, %) | 569 (50) | 138 (49) |
Present (n, %) | 563 (50) | 146 (51) | |
Pregnancy status | Not pregnant (n, %) | 1132 (100) | 284 (100) |
Systemic co-morbidity | Absent (n, %) | 598 (53) | 160 (56) |
Present (n, %) | 534 (47) | 124 (44) | |
Presence of DR in any eye | Absent (n, %) | 569 (50) | 138 (49) |
Present (n, %) | 563 (50) | 146 (51) | |
Presence of STDR in any eye | Absent (n, %) | 828 (73) | 212 (75) |
Present (n, %) | 304 (27) | 72 (25) |
Abbreviations: DM—diabetes mellitus; DR—diabetic retinopathy; STDR—sight threatening diabetic retinopathy; OHA—oral hypoglycemic agents; SD—standard deviation; T1DM—Type 1 diabetes mellitus; T2DM—Type 2 diabetes mellitus.
The model’s accuracy was assessed by quantifying the misclassification rate for the OOB evaluation samples. The study found correct classification rates of 100% for detecting any DR and approximately 80% for detecting STDR in validation samples. For OOB samples, the positive and negative predictive values were 100% for DR and 85% and 64% for STDR, respectively. The RF models identified family history of diabetes mellitus as the most significant predictor for detecting both DR and STDR stages (Table 2).
Table 2.
Factors | Any DR Stage | STDR Stage | ||||
---|---|---|---|---|---|---|
Absent | Present | Overall | Absent | Present | Overall | |
Age | 1.567 | 4.495 | 4.332 | 4.848 | 1.850 | 4.798 |
Gender | 0.286 | 0.645 | 0.656 | 1.190 | 0.419 | 1.027 |
HbA1c | 0.700 | 4.714 | 4.684 | 1.755 | −1.966 | −0.139 |
DM type | 2.157 | 1.587 | 3.327 | −0.711 | 0.810 | 0.103 |
DM treatment | 5.537 | 3.493 | 6.042 | −0.264 | 2.581 | 1.997 |
DM control | 0.311 | 1.998 | 2.103 | 1.963 | −1.251 | 0.959 |
Family history of DM | 99.884 | 112.021 | 121.556 | 27.086 | 45.613 | 41.069 |
Pregnancy status | 0.000 | 0.000 | 0.000 | 0.000 | 0.000 | 0.000 |
Systemic co-morbidity | 1.384 | 1.410 | 1.846 | −0.364 | −0.250 | −0.535 |
Abbreviations: DR—diabetic retinopathy; STDR—sight threatening diabetic retinopathy; HbA1c—Glycosylated hemoglobin; DM—diabetes mellitus.
Table 3 represents a contingency table comparing the RF model predictions with clinician observations for each test sample. Sensitivity analyses results are summarized in Table 4. For test samples, the RF model detected DR with 100% accuracy (95% CI: 100%–100%), 100% sensitivity (95% CI: 100%–100%), and 100% specificity (95% CI: 100%–100%). For STDR, the model achieved a 76% accuracy (95% CI: 70.7%–80.7%), 53% sensitivity (95% CI: 39.2%–66.6%), and 80% specificity (95% CI: 74.6%–84.7%).
Table 3.
Observed Data (n = 284) | Model Prediction (n = 284) | Observed Data (n = 284) | Model Prediction (n = 284) | ||
---|---|---|---|---|---|
DR Present (n, %) |
DR Absent (n, %) |
DR Present (n, %) |
DR Absent (n, %) |
||
DR Present (n, %) |
146 (51) | 0 (0) | STDR Present (n, %) | 25 (9) | 47 (16) |
DR Absent (n, %) |
0 (0) | 138 (49) | STDR Absent (n, %) | 22 (8) | 190 (67) |
Abbreviations: DR—diabetic retinopathy; STDR—sight threatening diabetic retinopathy.
Table 4.
Statistic | Analysis for Detecting DR | Analysis for Detecting STDR | ||||
---|---|---|---|---|---|---|
Value | Lower Bound (95%) | Upper Bound (95%) | Value | Lower Bound (95%) | Upper Bound (95%) | |
Correct classification | 1.000 | 1.000 | 1.000 | 0.757 | 0.707 | 0.807 |
Misclassification | 0.000 | 0.000 | 0.000 | 0.243 | 0.193 | 0.293 |
Sensitivity | 1.000 | 0.968 | 1.000 | 0.532 | 0.392 | 0.666 |
Specificity | 1.000 | 0.967 | 1.000 | 0.802 | 0.746 | 0.847 |
False positive rate | 0.000 | 0.000 | 0.000 | 0.198 | 0.148 | 0.249 |
False negative rate | 0.000 | 0.000 | 0.000 | 0.468 | 0.331 | 0.605 |
Prevalence | 0.514 | 0.456 | 0.572 | 0.165 | 0.122 | 0.209 |
Positive Predictive Value | 1.000 | 1.000 | 1.000 | 0.347 | 0.237 | 0.457 |
Negative Predictive Value | 1.000 | 1.000 | 1.000 | 0.896 | 0.855 | 0.937 |
Abbreviations: DR—diabetic retinopathy; STDR—sight threatening diabetic retinopathy.
4. Discussion
In summary, this study utilized the demographic and systemic medical history data of DM patients to develop a supervised ML-based predictive model. This model was capable of detecting and classifying patients into two groups: those with the potential to develop DR or STDR, and those without. The model demonstrated a remarkable degree of accuracy for predicting DR in the study. Furthermore, when evaluating the model using new patient samples, it exhibited a 100% accuracy rate for detecting DR and a 76% accuracy rate for detecting STDR.
Various risk factors influence DR screening in newly diagnosed DM patients, either independently or interdependently. The American Diabetes Association (ADA) guidelines, widely accepted worldwide, primarily base DR screening recommendations on two risk factors: type of DM and pregnancy status [5]. However, community-based studies have identified at least 12 risk factors that affect the development or progression of DR, making the ADA guidelines appear overly simplistic and outdated [26]. Therefore, developing a concise set of key risk factors for routine clinical use has become essential.
In a recent multicenter study involving our group, relevant risk factors of varying importance were identified to optimize the timing of initial DR screening, maximizing the yield of DR and STDR cases for retina specialists. A collaborative team of retina experts and text-based generative AI resources identified these risk factors [24]. Consequently, this study developed a prediction model for detecting DR and STDR using the identified risk factors and patient demographic data.
One notable exclusion from our study’s pool of risk factors for identifying DR was the duration of DR. We are aware that DR is a retinal complication of long-term DM that affects the retinal microvascular system [27]. As a result, the risk of developing DR or STDR increases with longer duration of DM. However, in real-world clinical practice, particularly in low- or middle-income countries where annual screening for DM is not routinely performed, knowing the exact duration of DM is unlikely. Even the ADA guidelines advise patients with type 2 DM to be screened promptly after diagnosis because many patients with type 2 DM have the disease for a long time before being diagnosed. Patients with type 1 DM, on the other hand, are advised to undergo screening within 5 years from diagnosis [5]. Thus, the duration of DM does not appear to be an important risk factor when screening for DR.
As per the ADA, AI has the potential to serve as a substitute for conventional screening techniques in identifying DR [28]. Nonetheless, the use of AI is not recommended for patients with a history of DR, previous DR treatment, or any signs of vision impairment. Recent studies have explored various deep learning techniques for DR classification, showcasing significant advancements in this field [10,11,12,13,14,15,16,17,18,19,20,21,22,23,29]. One approach utilized convolutional neural networks (CNNs) such as VGG16 and VGG19, achieving an accuracy of 90.60% and a 94% F1 score by classifying DR into five severity levels across multiple datasets, including APTOS-2019 and Messidor-2 [15]. Another study by Gunasekaran et al. employed a deep recurrent neural network (RNN) for DR prediction from fundus images, attaining a precision of 95.5%. Khan et al. compared several deep neural network architectures, with InceptionV3 showing the highest testing accuracy of 79.4% [16]. Fang et al. introduced a Directed Acyclic Graph (DAG) network model for multi-feature fusion, evaluated on hospital and DIARETDB1 datasets [17]. Elloumi et al. addressed the challenge of smartphone-captured fundus images using NasnetMobile, achieving a 95.91% accuracy [30]. Kanakaprabha et al. [18] assessed various architectures, including VGG16 and ResNet50, for DR prediction. Sridhar used a CNN to classify DR severity with notable accuracy improvements on a Kaggle dataset, while Das et al. applied morphology and adaptive histogram equalization with a CNN, achieving 97.2% precision [19]. Vives-Boix et al. [31] implemented meta-plasticity in CNNs, achieving a 95.56% accuracy, and Adriman evaluated ResNet and DenseNet, with ResNet reaching 96.25% accuracy [32]. Fatima’s hybrid neural network model demonstrated a strong performance on the MESSIDOR-2 and APTOS datasets, and Qureshi’s ADL-CNN model achieved a 98.0% accuracy [22,33]. Kalyani et al. applied capsule networks, achieving a high accuracy across DR stages [34]. Gayathri’s multipath CNN combined with ML classifiers showed strong results on IDRiD and MESSIDOR datasets [20]. Bodapati’s composite DNN with a gated-attention mechanism performed well on the APTOS-2019 dataset, and Math’s system based on a pre-trained CNN achieved 96.37% sensitivity and specificity [21,22]. Gao’s grading system using fundus fluorescein angiography images and deep learning algorithms achieved 94.17% accuracy, while Kobat’s DenseNET model, using horizontal and vertical image patches, achieved 84.90% accuracy with 10-fold cross-validation [23,35]. These studies collectively highlight the effectiveness of various deep learning methods for DR classification, reflecting high accuracy and promising results across diverse datasets. However, there are valid concerns regarding image acquisition and quality, potential biases in the data and the determination of ground truth, the selection of appropriate algorithms, challenges associated with deep ML, the applicability of AI in diverse populations, and the obstacles faced in the adoption of AI in healthcare [36]. To address this issue, a powerful predictive AI model using ML which would utilize patient information, like demographic details and medical history, rather than relying on fundus images alone is required. The RF model is a powerful ML method that utilizes ensemble learning techniques to address classification and regression problems. It creates multiple decision trees during training and outputs the most frequent class (classification) or the mean prediction (regression) from these trees. The RF classifier model offers a high accuracy by reducing biases and variances commonly observed in single decision tree models. Therefore, we used the RF classifier model to train and test individual patient samples for identifying DR in this study.
The study achieved correct classification rates of 100% for DR and ~80% for STDR in the training samples. For the test samples, the RF model detected DR with 100% accuracy and STDR with 76% accuracy, indicating very high training accuracy and low variance between the training and testing sets. Although a 100% accuracy rate for DR detection might suggest overfitting, overfitting is characterized by a low number of training errors and a high number of testing errors. In this study, the numbers of both training and testing errors were low, indicating low bias and low variance. This demonstrates that the model was not overfitted but rather balanced, achieving high accuracy and repeatability in detecting DR and STDR.
This study has several positive implications for clinical practice in DR screening for newly diagnosed DM cases. First, integrating this model into hospital electronic medical records will enable general ophthalmologists, non-retina specialists, optometrists, diabetologists, and general physicians to identify which DM cases require direct referral to retina specialists for DR screening via dilated fundus examination. Second, by classifying DR and STDR, patients without STDR can be screened using alternative tools such as teleophthalmology with mydriatic and non-mydriatic fundus cameras. Third, this approach can reduce the burden on retina specialists by involving more healthcare providers in DR screening. Fourth, by referring only high-risk DM cases for treatment-requiring DR, retina specialists can focus on cases needing immediate attention, enhancing their efficiency. Finally, from a patient perspective, it can reduce hospital or clinic wait times.
This study has some limitations. The size of the dataset was relatively small given the high prevalence of DM in the population. The study samples were not compared with other supervised ML algorithms. The use of convenience sampling, relying on DM cases referred to an eye hospital for DR screening, may have introduced sample bias. To enhance the real-world applicability of the model, additional validation in varied settings, such as community health programs or screening camps, is necessary. Moreover, the research did not study which systemic factors pose the greatest risk for developing DR, which could aid clinicians in identifying high-risk patients before screening. However, the primary aim was to develop a straightforward and accurate model for identifying and categorizing DR without relying on fundus images, thereby minimizing unnecessary referrals to retina specialists. To enhance the model’s reliability and acceptability in clinical practice, further research is needed with training and testing samples from diverse cohorts. This future research should objectively assess the model’s clinical impact. Once validated, the model can be integrated into hospital electronic medical records as a viable alternative screening tool for DR.
In conclusion, the ML-based RF classifier model shows promise in detecting and classifying DR and STDR in diagnosed DM patients screened for the first-time, potentially transforming DR screening practices. However, further validation studies are necessary to confirm its reliability and suitability as an alternative method for predicting DR.
Author Contributions
R.V.—conceptualizing the study, analyzing the data, statistics and results, interpreting the findings, writing and reviewing the manuscript. V.P., S.B., N.K.Y. and P.H.—writing and reviewing the manuscript. P.G., P.K.R. and A.C.—data acquisition. R.S., J.C., P.K.R. and N.G.R.—critically reviewing the manuscript. Data curation: R.K. All authors have read and agreed to the published version of the manuscript.
Institutional Review Board Statement
The study was informed to the Institutional research board and Ethics committee (Narayana Nethralaya Ethics Committee) and was exempted from seeking further approvals by the Institutional research board and Ethics committee (Narayana Nethralaya Ethics Committee). The form at the time of registration which was duly signed by the patient included a statement that the patient has given the consent for his/her clinical information to be included in the study with the understanding that their names and initials will not be published and due efforts will be made to conceal their identity. Hence, the need for consent to participate in the study was waived by the Narayana Nethralaya Ethics Committee.
Informed Consent Statement
Informed consent was obtained from all subjects involved in the study at the time patient registration which was duly signed by the patient.
Data Availability Statement
The datasets generated during and/or analyzed during the current study are available from the corresponding author on reasonable request.
Conflicts of Interest
The authors declare no conflicts of interest.
Funding Statement
This research received no external funding.
Footnotes
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
References
- 1.International Diabetes Federation IDF Diabetes Atlas [Internet] 2021. [(accessed on 15 November 2023)]. Available online: https://diabetesatlas.org/#:~:text=diabetes%20around%20the%20world%20in%202021%3A,%2D%20and%20middle%2Dincome%20countries.
- 2.Magliano D., Boyko IDF Diabetes Atlas 10th Edition Scientific Committee IDF DIABETES ATLAS [Internet]. 10th Edition. Brussels: International Diabetes Federation; 2021. Table 3.4, Top 10 Countries or Territories for Number of Adults (20–79 Years) with Diabetes in 2021 and 2045. [(accessed on 15 May 2024)]. Available online: https://diabetesatlas.org/resources/?gad_source=1&gclid=Cj0KCQjw5ea1BhC6ARIsAEOG5pwv-AdIEEjaGvfZMSsofVibqIgrqdYkn6fYIW39tONnvGDW2ap6yv0aAhgpEALw_wcB.
- 3.Sayin N. Ocular Complications of Diabetes Mellitus. WJD. 2015;6:92. doi: 10.4239/wjd.v6.i1.92. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Vieira-Potter V.J., Karamichos D., Lee D.J. Ocular Complications of Diabetes and Therapeutic Approaches. BioMed Res. Int. 2016;2016:3801570. doi: 10.1155/2016/3801570. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Solomon S.D., Chew E., Duh E.J., Sobrin L., Sun J.K., VanderBeek B.L., Wykoff C.C., Gardner T.W. Diabetic Retinopathy: A Position Statement by the American Diabetes Association. Diabetes Care. 2017;40:412–418. doi: 10.2337/dc16-2641. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Raman R., Ramasamy K., Rajalakshmi R., Sivaprasad S., Natarajan S. Diabetic Retinopathy Screening Guidelines in India: All India Ophthalmological Society Diabetic Retinopathy Task Force and Vitreoretinal Society of India Consensus Statement. Indian J. Ophthalmol. 2021;69:678–688. doi: 10.4103/ijo.IJO_667_20. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Das T., Takkar B., Sivaprasad S., Thanksphon T., Taylor H., Wiedemann P., Nemeth J., Nayar P.D., Rani P.K., Khandekar R. Recently Updated Global Diabetic Retinopathy Screening Guidelines: Commonalities, Differences, and Future Possibilities. Eye. 2021;35:2685–2698. doi: 10.1038/s41433-021-01572-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Raman R., Vasconcelos J.C., Rajalakshmi R., Prevost A.T., Ramasamy K., Mohan V., Mohan D., Rani P.K., Conroy D., Das T., et al. Prevalence of Diabetic Retinopathy in India Stratified by Known and Undiagnosed Diabetes, Urban–Rural Locations, and Socioeconomic Indices: Results from the SMART India Population-Based Cross-Sectional Screening Study. Lancet Glob. Health. 2022;10:e1764–e1773. doi: 10.1016/S2214-109X(22)00411-9. [DOI] [PubMed] [Google Scholar]
- 9.Rowe M. An Introduction to Machine Learning for Clinicians. Acad. Med. 2019;94:1433–1436. doi: 10.1097/ACM.0000000000002792. [DOI] [PubMed] [Google Scholar]
- 10.Lim J.I., Regillo C.D., Sadda S.R., Ipp E., Bhaskaranand M., Ramachandra C., Solanki K. Artificial Intelligence Detection of Diabetic Retinopathy: Subgroup Comparison of the EyeArt System with Ophthalmologists’ Dilated Examinations. Ophthalmol. Sci. 2023;3:100228. doi: 10.1016/j.xops.2022.100228. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Shamsan A., Senan E.M., Ahmad Shatnawi H.S. Predicting of Diabetic Retinopathy Development Stages of Fundus Images Using Deep Learning Based on Combined Features. PLoS ONE. 2023;18:e0289555. doi: 10.1371/journal.pone.0289555. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Wang Y.-L., Yang J.-Y., Yang J.-Y., Zhao X.-Y., Chen Y.-X., Yu W.-H. Progress of Artificial Intelligence in Diabetic Retinopathy Screening. Diabetes Metab. Res. Rev. 2021;37:e3414. doi: 10.1002/dmrr.3414. [DOI] [PubMed] [Google Scholar]
- 13.Wu H., Jin K., Yip C.C., Koh V., Ye J. A Systematic Review of Economic Evaluation of Artificial Intelligence-Based Screening for Eye Diseases: From Possibility to Reality. Surv. Ophthalmol. 2024;69:499–507. doi: 10.1016/j.survophthal.2024.03.008. [DOI] [PubMed] [Google Scholar]
- 14.Joseph S., Selvaraj J., Mani I., Kumaragurupari T., Shang X., Mudgil P., Ravilla T., He M. Diagnostic Accuracy of Artificial Intelligence Based Automated Diabetic Retinopathy Screening in Real-World Settings: A Systematic Review and Meta-Analysis. Am. J. Ophthalmol. 2024;263:214–230. doi: 10.1016/j.ajo.2024.02.012. [DOI] [PubMed] [Google Scholar]
- 15.Menaouer B., Dermane Z., El Houda Kebir N., Matta N. Diabetic Retinopathy Classification Using Hybrid Deep Learning Approach. SN Comput. Sci. 2022;3:357. doi: 10.1007/s42979-022-01240-8. [DOI] [Google Scholar]
- 16.Khan A., Kulkarni N., Kumar A., Kamat A. D-CNN and Image Processing Based Approach for Diabetic Retinopathy Classification. In: Iyer B., Ghosh D., Balas V.E., editors. Applied Information Processing Systems. Volume 1354. Springer; Singapore: 2022. pp. 283–291. Advances in Intelligent Systems and Computing. [Google Scholar]
- 17.Fang L., Qiao H. Diabetic Retinopathy Classification Using a Novel DAG Network Based on Multi-Feature of Fundus Images. Biomed. Signal Process. Control. 2022;77:103810. doi: 10.1016/j.bspc.2022.103810. [DOI] [Google Scholar]
- 18.Kanakaprabha S., Radha D., Santhanalakshmi S. Diabetic Retinopathy Detection Using Deep Learning Models. In: Karuppusamy P., García Márquez F.P., Nguyen T.N., editors. Ubiquitous Intelligent Systems. Volume 302. Springer Nature; Singapore: 2022. pp. 75–90. Smart Innovation, Systems and Technologies. [Google Scholar]
- 19.Das S., Kharbanda K., Suchetha M., Raman R., Edwin D.D. Deep Learning Architecture Based on Segmented Fundus Image Features for Classification of Diabetic Retinopathy. Biomed. Signal Process. Control. 2021;68:102600. doi: 10.1016/j.bspc.2021.102600. [DOI] [Google Scholar]
- 20.Gayathri S., Gopi V.P., Palanisamy P. Diabetic Retinopathy Classification Based on Multipath CNN and Machine Learning Classifiers. Phys. Eng. Sci. Med. 2021;44:639–653. doi: 10.1007/s13246-021-01012-3. [DOI] [PubMed] [Google Scholar]
- 21.Bodapati J.D., Shaik N.S., Naralasetti V. Composite Deep Neural Network with Gated-Attention Mechanism for Diabetic Retinopathy Severity Classification. J. Ambient. Intell. Human. Comput. 2021;12:9825–9839. doi: 10.1007/s12652-020-02727-z. [DOI] [Google Scholar]
- 22.Math L., Fatima R. Adaptive Machine Learning Classification for Diabetic Retinopathy. Multimed. Tools Appl. 2021;80:5173–5186. doi: 10.1007/s11042-020-09793-7. [DOI] [Google Scholar]
- 23.Gao Z., Jin K., Yan Y., Liu X., Shi Y., Ge Y., Pan X., Lu Y., Wu J., Wang Y., et al. End-to-End Diabetic Retinopathy Grading Based on Fundus Fluorescein Angiography Images Using Deep Learning. Graefes Arch. Clin. Exp. Ophthalmol. 2022;260:1663–1673. doi: 10.1007/s00417-021-05503-7. [DOI] [PubMed] [Google Scholar]
- 24.Gopalakrishnan N., Joshi A., Chhablani J., Yadav N.K., Reddy N.G., Rani P.K., Pulipaka R.S., Shetty R., Sinha S., Prabhu V., et al. Recommendations for Initial Diabetic Retinopathy Screening of Diabetic Patients Using Large Language Model-Based Artificial Intelligence in Real-Life Case Scenarios. Int. J. Retina Vitreous. 2024;10:11. doi: 10.1186/s40942-024-00533-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.Uddin S., Khan A., Hossain M.E., Moni M.A. Comparing Different Supervised Machine Learning Algorithms for Disease Prediction. BMC Med. Inform. Decis. Mak. 2019;19:281. doi: 10.1186/s12911-019-1004-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Yin L., Zhang D., Ren Q., Su X., Sun Z. Prevalence and Risk Factors of Diabetic Retinopathy in Diabetic Patients: A Community Based Cross-Sectional Study. Medicine. 2020;99:e19236. doi: 10.1097/MD.0000000000019236. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Alali N.M., Albazei A., Alotaibi H.M., Almohammadi A.M., Alsirhani E.K., Alanazi T.S., Alshammri B.J., Alqahtani M.Q., Magliyah M., Alreshidi S., et al. Diabetic Retinopathy and Eye Screening: Diabetic Patients Standpoint, Their Practice, and Barriers; A Cross-Sectional Study. JCM. 2022;11:6351. doi: 10.3390/jcm11216351. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Lanzetta P., Sarao V., Scanlon P.H., Barratt J., Porta M., Bandello F., Loewenstein A. Vision Academy Fundamental Principles of an Effective Diabetic Retinopathy Screening Program. Acta Diabetol. 2020;57:785–798. doi: 10.1007/s00592-020-01506-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Grzybowski A., Singhanetr P., Nanegrungsunk O., Ruamviboonsuk P. Artificial Intelligence for Diabetic Retinopathy Screening Using Color Retinal Photographs: From Development to Deployment. Ophthalmol. Ther. 2023;12:1419–1437. doi: 10.1007/s40123-023-00691-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Elloumi Y., Abroug N., Bedoui M.H. End-to-End Mobile System for Diabetic Retinopathy Screening Based on Lightweight Deep Neural Network. In: Bouadi T., Fromont E., Hüllermeier E., editors. Advances in Intelligent Data Analysis XX. Volume 13205. Springer International Publishing; Cham, Switzerland: 2022. pp. 66–77. Lecture Notes in Computer Science. [Google Scholar]
- 31.Vives-Boix V., Ruiz-Fernández D. Diabetic Retinopathy Detection through Convolutional Neural Networks with Synaptic Metaplasticity. Comput. Methods Programs Biomed. 2021;206:106094. doi: 10.1016/j.cmpb.2021.106094. [DOI] [PubMed] [Google Scholar]
- 32.Adriman R., Muchtar K., Maulina N. Performance Evaluation of Binary Classification of Diabetic Retinopathy through Deep Learning Techniques Using Texture Feature. Procedia Comput. Sci. 2021;179:88–94. doi: 10.1016/j.procs.2020.12.012. [DOI] [Google Scholar]
- 33.Bajwa A., Nosheen N., Talpur K.I., Akram S. A Prospective Study on Diabetic Retinopathy Detection Based on Modify Convolutional Neural Network Using Fundus Images at Sindh Institute of Ophthalmology & Visual Sciences. Diagnostics. 2023;13:393. doi: 10.3390/diagnostics13030393. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34.Kalyani G., Janakiramaiah B., Karuna A., Prasad L.V.N. Diabetic Retinopathy Detection and Classification Using Capsule Networks. Complex. Intell. Syst. 2023;9:2651–2664. doi: 10.1007/s40747-021-00318-9. [DOI] [Google Scholar]
- 35.Kobat S.G., Baygin N., Yusufoglu E., Baygin M., Barua P.D., Dogan S., Yaman O., Celiker U., Yildirim H., Tan R.-S., et al. Automated Diabetic Retinopathy Detection Using Horizontal and Vertical Patch Division-Based Pre-Trained DenseNET with Digital Fundus Images. Diagnostics. 2022;12:1975. doi: 10.3390/diagnostics12081975. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 36.Raman R., Dasgupta D., Ramasamy K., George R., Mohan V., Ting D. Using Artificial Intelligence for Diabetic Retinopathy Screening: Policy Implications. Indian J. Ophthalmol. 2021;69:2993–2998. doi: 10.4103/ijo.IJO_1420_21. [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
The datasets generated during and/or analyzed during the current study are available from the corresponding author on reasonable request.