Multitasking Deep Learning Model for Detection of Five Stages of Diabetic Retinopathy
Sharmin Majumder, Nasser Kehtarnavaz

TL;DR
This paper introduces a multitask deep learning model that simultaneously classifies and assesses the severity of diabetic retinopathy stages, leveraging a novel dependency-aware architecture and transfer learning for improved accuracy.
Contribution
The paper proposes a new multitask deep learning framework combining classification and regression models with dependency modeling for DR staging, outperforming existing methods.
Findings
Achieved weighted Kappa scores of 0.90 and 0.88 on APTOS and EyePACS datasets.
Developed a modified Squeeze Excitation DenseNet for DR detection.
Demonstrated superior performance over existing DR staging methods.
Abstract
This paper presents a multitask deep learning model to detect all the five stages of diabetic retinopathy (DR) consisting of no DR, mild DR, moderate DR, severe DR, and proliferate DR. This multitask model consists of one classification model and one regression model, each with its own loss function. Noting that a higher severity level normally occurs after a lower severity level, this dependency is taken into consideration by concatenating the classification and regression models. The regression model learns the inter-dependency between the stages and outputs a score corresponding to the severity level of DR generating a higher score for a higher severity level. After training the regression model and the classification model separately, the features extracted by these two models are concatenated and inputted to a multilayer perceptron network to classify the five stages of DR. A…
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
MethodsDepthwise Convolution · Pointwise Convolution · Depthwise Separable Convolution · *Communicated@Fast*How Do I Communicate to Expedia? · 1x1 Convolution · Convolution · Residual Connection · Max Pooling · Average Pooling · Global Average Pooling
