paper-with-me

Papers

Transfer-Ensemble Learning based Deep Convolutional Neural Networks for Diabetic Retinopathy Classification

2023-08-01 · Susmita Ghosh, Abhiroop Chatterjee

This article aims to classify diabetic retinopathy (DR) disease into five different classes using an ensemble approach based on two popular pre-trained convolutional neural networks: VGG16 and Inception V3. The proposed model aims to leverage the strengths of the two individual nets to enhance the classification performance for diabetic retinopathy. The ensemble model architecture involves freezing a portion of the layers in each pre-trained model to utilize their learned representations effectively. Global average pooling layers are added to transform the output feature maps into fixed-length vectors. These vectors are then concatenated to form a consolidated representation of the input image. The ensemble model is trained using a dataset of diabetic retinopathy images (APTOS), divided into training and validation sets. During the training process, the model learns to classify the retinal images into the corresponding diabetic retinopathy classes. Experimental results on the test set demonstrate the efficacy of the proposed ensemble model for DR classification achieving an accuracy of 96.4%.

📄 PDF Abstract BibTeX arXiv:2308.00525

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble Learning

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

UATTA-ENS: Uncertainty Aware Test Time Augmented Ensemble for PIRC Diabetic Retinopathy Detection

2022-11-06 · Pratinav Seth, Adil Khan, Ananya Gupta, Saurabh Kumar Mishra 외

Deep Ensemble Convolutional Neural Networks has become a methodology of choice for analyzing medical images with a diagnostic performance comparable to a physician, including the diagnosis of Diabetic Retinopathy. Howeve…

Diabetic Retinopathy DetectionDiagnostic

Automated Smartphone based System for Diagnosis of Diabetic Retinopathy

2020-04-07 · Misgina Tsighe Hagos, Shri Kant, Surayya Ado Bala

Early diagnosis of diabetic retinopathy for treatment of the disease has been failing to reach diabetic people living in rural areas. Shortage of trained ophthalmologists, limited availability of healthcare centers, and …

Diagnostic

Ensemble of Convolutional Neural Networks for Automatic Grading of Diabetic Retinopathy and Macular Edema

2018-09-12 · Avinash Kori, Sai Saketh Chennamsetty, Mohammed Safwan K. P., Varghese Alex

In this manuscript, we automate the procedure of grading of diabetic retinopathy and macular edema from fundus images using an ensemble of convolutional neural networks. The availability of limited amount of labeled data…

Transfer Learning

An Improved Model for Diabetic Retinopathy Detection by using Transfer Learning and Ensemble Learning

2023-06-03 · Md. Simul Hasan Talukder, Ajay Kirshno Sarkar, Sharmin Akter, Md. Nuhi-Alamin

Diabetic Retinopathy (DR) is an ocular condition caused by a sustained high level of sugar in the blood, which causes the retinal capillaries to block and bleed, causing retinal tissue damage. It usually results in blind…

Data AugmentationDiabetic Retinopathy DetectionEnsemble LearningTransfer Learning

Transfer Learning based Detection of Diabetic Retinopathy from Small Dataset

2019-05-17 · Misgina Tsighe Hagos, Shri Kant

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 use…

ClassificationDeep LearningDiabetic Retinopathy DetectionGeneral Classification+5