IVCVLGMay 30, 2020

Blended Multi-Modal Deep ConvNet Features for Diabetic Retinopathy Severity Prediction

arXiv:2006.00197v1155 citations
Originality Synthesis-oriented
AI Analysis

This work addresses diabetic retinopathy diagnosis, a critical medical issue, but is incremental as it builds on existing ConvNet methods with a new fusion technique.

The paper tackled the problem of improving diabetic retinopathy (DR) recognition and severity prediction by blending features from multiple pre-trained ConvNet models, achieving an accuracy of 97.41% for DR identification and 81.7% for severity level prediction.

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 proposed blended feature representations is superior to the existing methods. In addition, we notice that cross average pooling based fusion of features from Xception and VGG16 is the most appropriate for DR recognition. With the proposed model, we achieve an accuracy of 97.41%, and a kappa statistic of 94.82 for DR identification and an accuracy of 81.7% and a kappa statistic of 71.1% for severity level prediction. Another interesting observation is that DNN with dropout at input layer converges more quickly when trained using blended features, compared to the same model trained using uni-modal deep features.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes