Blended Multi-Modal Deep ConvNet Features for Diabetic Retinopathy Severity Prediction
J.D. Bodapati, N. Veeranjaneyulu, S.N. Shareef, S. Hakak, M. Bilal,, P.K.R. Maddikunta, O. Jo

TL;DR
This paper proposes a multi-modal feature fusion approach using pre-trained ConvNet models to improve diabetic retinopathy severity prediction, achieving high accuracy on a benchmark dataset.
Contribution
It introduces a novel multi-modal fusion module combining features from multiple ConvNets, enhancing retinal image representation for better DR classification.
Findings
Fusion of features from Xception and VGG16 yields best results.
The proposed model achieves 97.41% accuracy in DR identification.
Blended features enable faster convergence of DNN with dropout.
Abstract
Diabetic Retinopathy (DR) is one of the major causes of visual impairment and blindness across the world. It is usually found in patients who suffer from diabetes for a long period. The major focus of this work is to derive optimal representation of retinal images that further helps to improve the performance of DR recognition models. To extract optimal representation, features extracted from multiple pre-trained ConvNet models are blended using proposed multi-modal fusion module. These final representations are used to train a Deep Neural Network (DNN) used for DR identification and severity level prediction. As each ConvNet extracts different features, fusing them using 1D pooling and cross pooling leads to better representation than using features extracted from a single ConvNet. Experimental studies on benchmark Kaggle APTOS 2019 contest dataset reveals that the model trained on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSoftmax · Depthwise Convolution · Pointwise Convolution · Dense Connections · Max Pooling · Global Average Pooling · Residual Connection · Convolution · Average Pooling · Depthwise Separable Convolution
