article · IEEE Access
Diabetic retinopathy is a severe complication of diabetes that damages the retina and can cause blindness. Manual diagnosis by ophthalmologists is time-consuming and difficult in overloaded healthcare settings. While convolutional neural networks have been widely studied for automated diagnosis, vision transformers can capture long-range dependencies in images more effectively. However, vision transformers typically require very large datasets. Using the fine-grained annotated diabetic retinopathy dataset, this research developed a vision transformer deep learning pipeline to detect diabetic retinopathy severity stages from retinal fundus photographs. The model was trained with the AdamW optimizer and combined data augmentation, class weights, label smoothing, and focal loss to address class imbalance. Compared to standard convolutional neural networks, including ResNet50, InceptionV3, and VGG19, the model demonstrated superior performance, achieving an accuracy of 0.825, an area under the curve of 0.964, and a specificity of 0.956.
Diabetic retinopathy is an increasingly prevalent condition that threatens vision if not caught early. Manual screening places heavy demands on ophthalmologists and clinical services. Developing automated, accurate artificial intelligence tools can help clinicians assess retinal images more rapidly, supporting timely clinical decisions and reducing diagnostic burdens in overloaded medical environments.
The research presents an applied software model intended as a clinical decision-support tool for ophthalmologists and healthcare practitioners evaluating retinal fundus photographs. Evaluated on an existing benchmark dataset, the pipeline remains at an applied research stage. Further testing in operational healthcare settings would be necessary to translate these algorithmic results into integrated diagnostic software for clinical practice.
AI-generated from the published abstract. Always read the original work before citing.
Diabetic Retinopathy (DR) is a result of prolonged diabetes with poor blood sugar management. It causes vision problems and blindness due to the deformation of the human retina. Recently, DR has become a crucial medical problem that affects the health and life of people. Diagnosis of DR can be done manually by ophthalmologists, but this is cumbersome and time consuming especially in the current overloaded physician’s environment. The early detection and prevention of DR, a severe complication of diabetes that can lead to blindness, require an automatic, accurate, and personalized machine learning-based method. Various deep learning algorithms, particularly convolutional neural networks (CNNs), have been investigated for detecting different stages of DR. Recently, transformers have proved their capabilities in natural language processing. Vision transformers (ViTs) are extensions of these models to capture long-range dependencies in images, which achieved better results than CNN models. However, ViT always needs huge datasets to learn properly, and this condition reduced its applicability in DR domain. Recently, a new real-world and large fundus image dataset called fine-grained annotated diabetic retinopathy (FGADR) has been released which supported the application of ViT in DR diagnosis domain. The literature has not explored FGADR to optimize ViT models. In this paper, we propose a novel ViT based deep learning pipeline for detecting the severity stages of DR based on fundus photography-based retina images. The model has been built using FGADR dataset. The model has been optimized using a new optimizer called AdamW to detect the global context of images. Because FGADR is an imbalanced dataset, we combine several techniques for handling this issue including the usage of F1-score as the optimization metric, data augmentation, class weights, label smoothing, and focal loss. Extensive experiments have been conducted to explore the role of ViT with different data balancing techniques to detect DR. In addition, the proposed model has been compared with the state-of-the-art CNN algorithms such as ResNet50, Incep-tionV3, and VGG19. The adopted model was able to capture the crucial features of retinal images to understand DR severity better. It achieved superior results compared to other CNN and baseline ViT models (i.e., 0.825, 0.825, 0.826, 0.964, 0.825, 0.825, and 0.956 for F1-score, accuracy, balanced accuracy, AUC, precision, recall, specificity, respectively). The results of the proposed ViT model were quite encouraging to be applied in real medical environment for assisting physicians to make accurate, personalized, and timely decisions.
This page summarises published work. The authoritative version sits with the publisher.
DOI: 10.1109/access.2023.3326528
Is something wrong with this record? Report it or request removal.
Discussion
Have you built on this work, tried to replicate it, or seen it applied in practice? Share what you know. Verified researchers and MARATTO™ domain experts can open a discussion, and any member can reply. Contributions are reviewed before they appear.
No discussion yet. Open the first thread.
New to MARATTO™? Create a free account.