Skip to main content
Have a personal or library account? Click to login
Early Detection of Retinal Microaneurysms Through Neurovascular Remodeling-Aware Transformer-LSTM Network Cover

Early Detection of Retinal Microaneurysms Through Neurovascular Remodeling-Aware Transformer-LSTM Network

By:  and    
Open Access
|Jun 2026

Figures & Tables

Figure 1:

Block diagram of proposed NFOVSTN-LSTM. NFOVSTN-LSTM, Neurovascular Fourier-Otsu Vision Support Transformer Network with Long Short-Term Memory.

Figure 2:

Preprocessing of the retinal fundus image. CLAHE, contrast-limited adaptive histogram equalization; GLCM, Gray-Level Co-occurrence Matrix.

Figure 3:

FOHGTN feature extraction. FOHGTN, Fourier-Otsu Hough Graph Transformer Network; LVSMT, Local Vision Support Machine Transformer.

Figure 4:

ViT in MA detection. MA, microaneurysm; ViT, vision transformer.

Algorithm 1: Training Procedure of NFOVSTN-LSTM
Input: Retinal fundus image dataset D
Output: Trained NFOVSTN-LSTM model
1. Initialize the parameters of the NRDN, FOHGTN, LVSMT, and LSTM modules.
2. For each retinal fundus image, I ∈ D, performing the following steps:
3. Apply the NRDN to enhance vascular structures and generate vascular feature representation VI
4. Pass VI to the FOHGTN to extract potential microaneurysm candidates.
5. Construct spatial-anatomical relationships using the HGT to obtain refined lesion candidate features.
6. Feed the refined features to the LVSMT to learn contextual and texture representations.
7. Fuse the contextual embeddings from ViT with texture descriptors derived from LBP.
8. Normalize the fused feature representation using Z-score normalization
9. Classify the features using an SVM classifier with RBF kernel to predict microaneurysm or ischemic regions.
10. Compute the loss between predicted outputs and ground-truth labels
11. Perform backpropagation to propagate gradients through LVSTM, FOHGTN, and NRDN modules.
12. Initialize the parameters of the NRDN, FOHGTN, LVSMT, and LSTM modules.
13. For each retinal fundus image, I ∈ D, performing the following steps:
14. Apply the NRDN to enhance vascular structures and generate vascular feature representation VI
15. Pass VI to the FOHGTN to extract potential microaneurysm candidates.
16. Construct spatial-anatomical relationships using the HGT to obtain refined lesion candidate features.
17. Feed the refined features to the LVSMT to learn contextual and texture representations.
18. Fuse the contextual embeddings from ViT with texture descriptors derived from LBP.
19. Normalize the fused feature representation using Z-score normalization
20. Classify the features using an SVM classifier with RBF kernel to predict microaneurysm or ischemic regions.
21. Compute the loss between predicted outputs and ground-truth labels
22. Perform backpropagation to propagate gradients through LVSTM, FOHGTN, and NRDN modules.
23. Update model parameters using gradient-based optimization
24. Repeat the process for all training samples until convergence criteria are satisfied.
Operating system: Windows 11 (Version 22H2, 64-bit)
Processor: Intel® Core™ i7-10750H @ 2.60 GHz
RAM: 16 GB DDR4
GPU: NVIDIA GeForce RTX 3060
CUDA version: 11.6
CuDNN version: 8.4
Deep learning framework: PyTorch 2.0

[i] Here, GPU acceleration was enabled using CUDA 11.6 and cuDNN 8.4 to optimize training efficiency and memory utilization.

Backbone architecture: Vision transformer (ViT-Base-Patch16-224)
Feature extraction: LBP combined with ViT deep embeddings
Sequence modeling: LSTM with 3 stacked layers and 256 hidden units per layer
Optimize: Adam
Initial learning rate: 0.001
Batch size: Full-batch gradient descent
Number of epochs: 150
Loss function: BCE loss
Final classifier: SVM (RBF kernel)

[i] BCE, binary cross-entropy; LBP, local binary patterns; LSTM, long short-term memory; SVM, support vector machine; ViT, vision transformer.

Figure 5:

Retinal image preprocessing and vascular enhancement pipeline. CLAHE, contrast-limited adaptive histogram equalization.

Figure 6:

Feature extraction for retinal MA detection. MA, microaneurysm.

Figure 7:

The original image and the MA-detected image. MA, microaneurysm.

Figure 8:

Confusion matrix of the proposed model.

Figure 9:

ROC curve of the proposed model. AUC, area under the curve; FPR, false positive rate; ROC, receiver operating characteristic; TPR, true positive rate.

Figure 10:

Accuracy of the proposed framework.

Figure 11:

Loss analysis of the proposed framework.

Figure 12:

Sensitivity of the proposed framework.

Figure 13:

Specificity of the proposed framework.

Figure 14:

Precision of the proposed framework.

Figure 15:

Average time of the proposed NFOVSTN-LSTM. NFOVSTN-LSTM, Neurovascular Fourier-Otsu Vision Support Transformer Network with Long Short-Term Memory.

Figure 16:

F1-score of the proposed NFOVSTN-LSTM framework. NFOVSTN-LSTM, Neurovascular Fourier-Otsu Vision Support Transformer Network with Long Short-Term Memory.

Figure 17:

MAE of the proposed NFOVSTN-LSTM framework. MAE, mean absolute error; NFOVSTN-LSTM, Neurovascular Fourier-Otsu Vision Support Transformer Network with Long Short-Term Memory.

Figure 18:

RMSE of the proposed NFOVSTN-LSTM. NFOVSTN-LSTM, Neurovascular Fourier-Otsu Vision Support Transformer Network with Long Short-Term Memory.

Figure 19:

AUPR of the proposed NFOVSTN-LSTM framework. AUPR, area under the precision-recall curve; NFOVSTN-LSTM, Neurovascular Fourier-Otsu Vision Support Transformer Network with Long Short-Term Memory.

Figure 20:

Dice coefficient of the proposed NFOVSTN-LSTM Framework. NFOVSTN-LSTM, Neurovascular Fourier-Otsu Vision Support Transformer Network with Long Short-Term Memory.

Figure 21:

Accuracy comparison with existing models. MA, microaneurysm.

Figure 22:

Sensitivity comparison of the NFOVSTN-LSTM framework. MA, microaneurysm.

Figure 23:

Specificity comparison of the proposed framework. MA, microaneurysm.

Figure 24:

Precision comparison of the proposed framework.

Figure 25:

F1-score comparison of the proposed framework.

Figure 26:

AUC comparison of the proposed framework. AUC, area under the curve.

Figure 27:

MAE comparison of the proposed framework. MAE, mean absolute error.

Figure 28:

RMSE comparison of the proposed framework.

Figure 29:

Average time comparison of the proposed framework.

Figure 30:

AUPR comparison of the proposed framework. AUPR, area under the precision-recall curve.

Figure 31:

Dice coefficient comparison of the proposed framework.

Figure 32:

Cross-dataset performance analysis of the proposed retinal lesion detection framework. DR, diabetic retinopathy; FFA, fluorescein fundus angiography.

Table 1:

Ablation study.

ConfigurationsAccuracy (%)Precision (%)F1-Score (%)
Without NRDN in the LSTM first layer93.6292.8092.95
Without CGLEN94.4893.7093.90
Without FCEM95.3194.6094.80
Without FOHGTN in the second LSTM layer95.9695.2095.40
Without FOVEAN96.4295.7095.90
Without HGTN96.8896.2096.35
Without LVSMT in the third LSTM layer97.3496.7096.90
Without LBT-Net97.6296.9097.10
Without ViT97.9597.2097.40
Without an SVM classifier98.1297.4097.60
Full NFOVSTN-LSTM98.7097.8098.40

[i] CGLEN, Co-occurrence Gray-Level Edge Network; FCEM, Frangi Contrast Enhancement Module; FOHGTN, Fourier-Otsu Hough Graph Transformer Network; FOVEAN, Fourier-Otsu Vascular Enhanced Attention Network; HGTN, Hough-Graph Transformer Network; LBT-Net, Local Binary Transformer Network; LSTM, long short-term memory; LVSMT, Local Vision Support Machine Transformer; NFOVSTN-LSTM, Neurovascular Fourier-Otsu Vision Support Transformer Network with Long Short-Term Memory; NRDN, Neurovascular Remodeling Detection Network; SVM, support vector machine; ViT, vision transformer.

Table 2:

Statistical analysis

MetricsModelMean ± SD (%)95% Confidence interval (%)
AccuracyProposed Model98.7 ± 0.6[97.52, 99.88]
VCG-19% Inception-V394.0 ± 1.2[91.65, 96.35]
SBF-based MA83.0 ± 1.8[79.47, 86.53]
DCNN69.0 ± 2.3[64.49, 73.51]
PrecisionProposed Model97.8 ± 0.7[96.43, 99.17]
VCG-19% Inception-V363.3 ± 2.0[59.38, 67.22]
SBF-based MA40.2 ± 2.5[35.30, 45.10]
DCNN42.1 ± 2.1[37.98, 46.22]
F1-ScoreProposed Model98.4 ± 0.5[97.42, 99.38]
VCG-19% Inception-V362.4 ± 1.9[58.68, 66.12]
SBF-based MA52.6 ± 2.2[48.29, 56.91]
DCNN49.5 ± 2.4[44.80, 54.20]

[i] SD, standard deviation.

Language: English
Submitted on: Dec 26, 2025
Published on: Jun 27, 2026
Published by: International Journal on Smart Sensing and Intelligent Systems
In partnership with: Paradigm Publishing Services
Publication frequency: 1 issue per year

© 2026 R. Deepa, N. K. Narayanan, published by International Journal on Smart Sensing and Intelligent Systems
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.