- Browse by Author
Browsing by Author "Happe, Michael"
Now showing 1 - 2 of 2
Results Per Page
Sort Options
Item Clinical Features Distinguishing Diabetic Retinopathy Severity Using Artificial Intelligence(2022-07-29) Happe, Michael; Gill, Hunter; Salem, Doaa Hassan; Janga, Sarath Chandra; Hajrasouliha, AmirBACKGROUND AND HYPOTHESIS: 1 in 29 American diabetics suffer from diabetic retinopathy (DR), the weakening of blood vessels in the retina. DR goes undetected in nearly 50% of diabetics, allowing DR to steal the vision of many Americans. We hypothesize that increasing the rate and ease of diagnosing DR by introducing artificial intelligence-based methods in primary medical clinics will increase the long-term preservation of ocular health in diabetic patients. PROJECT METHODS: This retrospective cohort study was conducted under approval from the Institutional Review Board of Indiana University School of Medicine. Images were deidentified and no consent was taken due to the nature of this retrospective study. We categorized 676 patient files based upon HbA1c, severity of non-proliferative diabetic retinopathy (NPDR), and proliferative diabetic retinopathy (PDR). Retinal images were annotated to identify common features of DR: microaneurysms, hemorrhages, cotton wool spots, exudates, and neovascularization. The VGG Image Annotator application used for annotations allowed us to save structure coordinates into a separate database for future training of the artificial intelligence system. RESULTS: 228 (33.7%) of patients were diagnosed with diabetes, and 143 (62.7%) of those were diagnosed with DR. Two-sample t tests found significant differences between the HbA1c values of all diabetics compared to diabetics without retinopathy (p<0.007) and between all severities of DR versus diabetics without retinopathy (p<0.002). 283 eyes were diagnosed with a form of DR in this study: 37 mild NPDR, 42 moderate NPDR, 56 severe NPDR, and 148 PDR eyes. POTENTIAL IMPACT: With the dataset of coordinates and HbA1c values from this experiment, we aim to train an artificial intelligence system to diagnose DR through retinal imaging. The goal of this system is to be conveniently used in primary medical clinics to increase the detection rate of DR to preserve the ocular health of millions of future Americans.Item Combining transfer learning with retinal lesion features for accurate detection of diabetic retinopathy(Frontiers Media, 2022-11-08) Hassan, Doaa; Gill, Hunter Mathias; Happe, Michael; Bhatwadekar, Ashay D.; Hajrasouliha, Amir R.; Janga, Sarath Chandra; BioHealth Informatics, School of Informatics and ComputingDiabetic retinopathy (DR) is a late microvascular complication of Diabetes Mellitus (DM) that could lead to permanent blindness in patients, without early detection. Although adequate management of DM via regular eye examination can preserve vision in in 98% of the DR cases, DR screening and diagnoses based on clinical lesion features devised by expert clinicians; are costly, time-consuming and not sufficiently accurate. This raises the requirements for Artificial Intelligent (AI) systems which can accurately detect DR automatically and thus preventing DR before affecting vision. Hence, such systems can help clinician experts in certain cases and aid ophthalmologists in rapid diagnoses. To address such requirements, several approaches have been proposed in the literature that use Machine Learning (ML) and Deep Learning (DL) techniques to develop such systems. However, these approaches ignore the highly valuable clinical lesion features that could contribute significantly to the accurate detection of DR. Therefore, in this study we introduce a framework called DR-detector that employs the Extreme Gradient Boosting (XGBoost) ML model trained via the combination of the features extracted by the pretrained convolutional neural networks commonly known as transfer learning (TL) models and the clinical retinal lesion features for accurate detection of DR. The retinal lesion features are extracted via image segmentation technique using the UNET DL model and captures exudates (EXs), microaneurysms (MAs), and hemorrhages (HEMs) that are relevant lesions for DR detection. The feature combination approach implemented in DR-detector has been applied to two common TL models in the literature namely VGG-16 and ResNet-50. We trained the DR-detector model using a training dataset comprising of 1,840 color fundus images collected from e-ophtha, retinal lesions and APTOS 2019 Kaggle datasets of which 920 images are healthy. To validate the DR-detector model, we test the model on external dataset that consists of 81 healthy images collected from High-Resolution Fundus (HRF) dataset and MESSIDOR-2 datasets and 81 images with DR signs collected from Indian Diabetic Retinopathy Image Dataset (IDRID) dataset annotated for DR by expert. The experimental results show that the DR-detector model achieves a testing accuracy of 100% in detecting DR after training it with the combination of ResNet-50 and lesion features and 99.38% accuracy after training it with the combination of VGG-16 and lesion features. More importantly, the results also show a higher contribution of specific lesion features toward the performance of the DR-detector model. For instance, using only the hemorrhages feature to train the model, our model achieves an accuracy of 99.38 in detecting DR, which is higher than the accuracy when training the model with the combination of all lesion features (89%) and equal to the accuracy when training the model with the combination of all lesions and VGG-16 features together. This highlights the possibility of using only the clinical features, such as lesions that are clinically interpretable, to build the next generation of robust artificial intelligence (AI) systems with great clinical interpretability for DR detection. The code of the DR-detector framework is available on GitHub at https://github.com/Janga-Lab/DR-detector and can be readily employed for detecting DR from retinal image datasets.