Skip to main content
Have a personal or library account? Click to login
Machine Learning and Deep Learning Approaches for Exudate Segmentation and Classification in Diabetic Retinopathy Cover

Machine Learning and Deep Learning Approaches for Exudate Segmentation and Classification in Diabetic Retinopathy

Open Access
|Jun 2026

Figures & Tables

Table 1:

Meta-analysis summary of methodology and outcomes from recent literature

Method [Ref]AlgorithmMethodologyOutcomes
[11]Traditional SegmentationPreprocessing, segmentation, feature extraction, and dataset explorationIdentifies challenges and provides insights into DR lesion detection
[12]DRLIdentifies DR lesions through reinforcement learning and minimizing false positivesAchieves >95% performance in sensitivity, accuracy, F1, precision, and specificity
[13]MobileNet V2Feature extraction from retinal images and classification using DL modelAchieves 92.42% classification accuracy
[14]ColonSegNetModified segmentation model for retinal vessel segmentation with data augmentationHigh sensitivity (0.839), specificity (0.979), and accuracy (0.966)
[15]DLAutomated framework for diagnosing eye diseases using deep neural networksDemonstrates effectiveness in disease detection
[16]SE-ResCA-GTNetTransformer-based architecture with attention mechanisms for DR classificationAccuracy (99.8%), recall (99.4%), and F1-score (99.3%)
[18]U-Net with GSCAGSCA enabled lesion segmentation with a deep CNNEnhanced segmentation accuracy with optimized hyperparameters, as described in Appendix B.

[i] CNN, convolutional neural network; DL, deep learning; DR, diabetes retinopathy; DRL, deep reinforcement learning; GSCA, Gannet Sine Cosine Algorithm.

Figure 1:

Workflow of the proposed U-Net–DenseNet-based DR exudate analysis system. DR, diabetes retinopathy.

Table 2:

Experimental setup and parameters

ParameterValueDescription
DatasetDRIVE, STARE, DIARETDB1, and IDRiDRetinal fundus image datasets for training and evaluation
Image resolution512 × 512Resized the resolution of the input images
Segmentation modelU-NetCNN-based architecture for pixel-wise segmentation
Classification modelDenseNet (transfer learning)Pretrained DenseNet for exudate classification
Batch size16Number of images per training iteration
OptimizerAdamAdaptive moment estimation optimizer
Learning rate0.0001Initial learning rate for optimization
Epochs50Number of training iterations
Data augmentationRotation, zoom, and flippingTechniques to increase training data diversity
Confidence threshold0.7Probability threshold for classification
Morphological kernelsk1 = 3, k2 = 5Kernel sizes for erosion and dilation
Minimum region size50 pixelsMinimum area for valid exudate regions

[i] CNN, convolutional neural network; DIARETDB1, diabetic retinopathy database; DRIVE, digital retinal images for vessel extraction; STARE, structured analysis of the retina.

Table 3:

U-Net segmentation architecture configuration

Layer nameFiltersKernel sizeOutput size
Input Layer512 × 512 × 3
Conv1_1643 × 3512 × 512 × 64
Conv1_2643 × 3512 × 512 × 64
MaxPool12 × 2256 × 256 × 64
Conv2_11283 × 3256 × 256 × 128
Conv2_21283 × 3256 × 256 × 128
MaxPool22 × 2128 × 128 × 128
Conv3_12563 × 3128 × 128 × 256
Conv3_22563 × 3128 × 128 × 256
MaxPool32 × 264 × 64 × 256
Conv4_15123 × 364 × 64 × 512
Conv4_25123 × 364 × 64 × 512
Bottleneck10243 × 332 × 32 × 1024
UpConv45122 × 264 × 64 × 512
UpConv32562 × 2128 × 128 × 256
Output Conv11 × 1512 × 512 × 1
Table 4:

DC comparison over 50 epochs

EpochsProposedDRL [12]MobileNet V2 [13]U-Net GSCA [18]SE-ResCA-GTNet [16]
100.720.650.680.700.71
200.780.690.720.740.75
300.830.730.760.790.80
400.860.760.800.820.84
500.880.800.820.850.86

[i] DC, dice coefficient; DRL, deep reinforcement learning.

Table 5:

Accuracy comparison over 50 epochs

EpochsProposedDRL [12]MobileNet V2 [13]U-Net GSCA [18]SE-ResCA-GTNet [16]
100.810.730.750.780.79
200.850.770.780.810.82
300.880.800.820.840.86
400.900.820.850.870.88
500.920.840.870.890.90

[i] DRL, deep reinforcement learning.

[ii] The proposed method consistently outperforms all comparative models across epochs, achieving the highest accuracy of 92% at 50 epochs, indicating superior learning capability and robustness. The steady improvement after epoch 30 highlights its effectiveness in leveraging enhanced data augmentation, transfer learning, and integrated segmentation–feature extraction for reliable clinical predictions.

Table 6:

Comprehensive performance comparison across train sets

MetricDRL [12]MobileNet V2 [13]U-Net GSCA [18]SE-ResCA-GTNet [16]Proposed
DC0.83/0.81/0.790.84/0.82/0.800.86/0.84/0.820.87/0.85/0.830.91/0.89/0.88
Precision0.81/0.79/0.770.83/0.81/0.790.84/0.82/0.800.86/0.84/0.820.89/0.87/0.85
Recall0.77/0.75/0.730.79/0.77/0.750.81/0.79/0.770.83/0.81/0.790.90/0.88/0.86
Accuracy0.84/0.82/0.800.86/0.84/0.820.88/0.86/0.840.89/0.87/0.850.92/0.90/0.88
Specificity0.85/0.83/0.810.87/0.85/0.830.89/0.87/0.850.90/0.88/0.860.94/0.92/0.90
F1-score0.78/0.76/0.740.80/0.78/0.760.82/0.80/0.780.84/0.82/0.800.90/0.88/0.86

[i] DC, dice coefficient; DRL, deep reinforcement learning.

Table 7:

Computational cost comparison

MetricProposed methodSE-ResCA-GTNet [16]
Training time (per epoch)3.5 min4.2 min
Total GPU memory used6.8 GB7.5 GB
Inference speed2217
Figure 2:

DC comparison over training epochs. DC, dice coefficient; DRL, deep reinforcement learning; GSCA, Gannet Sine Cosine Algorithm.

Figure 3:

Classification accuracy comparison over training epochs. DRL, deep reinforcement learning; GSCA, Gannet Sine Cosine Algorithm.

Figure 4:

Comprehensive performance metrics comparison (test set). DRL, deep reinforcement learning; GSCA, Gannet Sine Cosine Algorithm.

Figure 5:

ROC curves for multiclass exudate severity classification. AUC, area under the curve.

Figure 6:

Computational efficiency comparison.

Figure 7:

Performance metrics by severity level (test set).

Figure 8:

Model performance across different datasets.

Table A1:

Performance metrics by exudate severity level (test set)

Severity levelPrecisionRecallF1-scoreSupport (n)Accuracy
Mild0.880.860.872450.91
Moderate0.900.890.8953120.93
Severe0.920.930.9251680.95
Language: English
Submitted on: Sep 19, 2025
Published on: Jun 9, 2026
Published by: International Journal on Smart Sensing and Intelligent Systems
In partnership with: Paradigm Publishing Services
Publication frequency: 1 issue per year

© 2026 C. Berin Jones, Mong-Fong Horng, S. Siva Shankar, Chun-Chih Lo, published by International Journal on Smart Sensing and Intelligent Systems
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.