Transfer Learning based Detection of Diabetic Retinopathy from Small Dataset
Misgina Tsighe Hagos, Shri Kant

TL;DR
This paper explores using transfer learning with Inception-V3 to effectively detect diabetic retinopathy from small datasets, addressing the challenge of limited labeled medical data for deep learning.
Contribution
The study demonstrates that transfer learning with Inception-V3 can improve diabetic retinopathy detection accuracy on small datasets, offering a solution for data scarcity in medical imaging.
Findings
Effective detection of diabetic retinopathy with small datasets
Transfer learning reduces training data requirements
Model generalizes well to unseen data
Abstract
Annotated training data insufficiency remains to be one of the challenges of applying deep learning in medical data classification problems. Transfer learning from an already trained deep convolutional network can be used to reduce the cost of training from scratch and to train with small training data for deep learning. This raises the question of whether we can use transfer learning to overcome the training data insufficiency problem in deep learning based medical data classifications. Deep convolutional networks have been achieving high performance results on the ImageNet Large Scale Visual Recognition Competition (ILSVRC) image classification challenge. One example is the Inception-V3 model that was the first runner up on the ILSVRC 2015 challenge. Inception modules that help to extract different sized features of input images in one level of convolution are the unique features of…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRetinal Imaging and Analysis · COVID-19 diagnosis using AI · Digital Imaging for Blood Diseases
MethodsAverage Pooling · Auxiliary Classifier · 1x1 Convolution · RMSProp · Inception-v3 Module · Max Pooling · Softmax · Dropout · Dense Connections · Label Smoothing
