Two-stage framework for optic disc localization and glaucoma
classification in retinal fundus images using deep learning
- URL: http://arxiv.org/abs/2005.14284v1
- Date: Thu, 28 May 2020 20:40:19 GMT
- Title: Two-stage framework for optic disc localization and glaucoma
classification in retinal fundus images using deep learning
- Authors: Muhammad Naseer Bajwa, Muhammad Imran Malik, Shoaib Ahmed Siddiqui,
Andreas Dengel, Faisal Shafait, Wolfgang Neumeier, Sheraz Ahmed
- Abstract summary: This paper proposes a two-stage framework that first detects and localizes optic disc and then classifies it into healthy or glaucomatous.
The first stage is based on RCNN and is responsible for localizing and extracting optic disc from a retinal fundus image.
The second stage uses Deep CNN to classify the extracted disc into healthy or glaucomatous.
- Score: 9.421895248069236
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: With the advancement of powerful image processing and machine learning
techniques, CAD has become ever more prevalent in all fields of medicine
including ophthalmology. Since optic disc is the most important part of retinal
fundus image for glaucoma detection, this paper proposes a two-stage framework
that first detects and localizes optic disc and then classifies it into healthy
or glaucomatous. The first stage is based on RCNN and is responsible for
localizing and extracting optic disc from a retinal fundus image while the
second stage uses Deep CNN to classify the extracted disc into healthy or
glaucomatous. In addition to the proposed solution, we also developed a
rule-based semi-automatic ground truth generation method that provides
necessary annotations for training RCNN based model for automated disc
localization. The proposed method is evaluated on seven publicly available
datasets for disc localization and on ORIGA dataset, which is the largest
publicly available dataset for glaucoma classification. The results of
automatic localization mark new state-of-the-art on six datasets with accuracy
reaching 100% on four of them. For glaucoma classification we achieved AUC
equal to 0.874 which is 2.7% relative improvement over the state-of-the-art
results previously obtained for classification on ORIGA. Once trained on
carefully annotated data, Deep Learning based methods for optic disc detection
and localization are not only robust, accurate and fully automated but also
eliminates the need for dataset-dependent heuristic algorithms. Our empirical
evaluation of glaucoma classification on ORIGA reveals that reporting only AUC,
for datasets with class imbalance and without pre-defined train and test
splits, does not portray true picture of the classifier's performance and calls
for additional performance metrics to substantiate the results.
Related papers
- Performance of GAN-based augmentation for deep learning COVID-19 image
classification [57.1795052451257]
The biggest challenge in the application of deep learning to the medical domain is the availability of training data.
Data augmentation is a typical methodology used in machine learning when confronted with a limited data set.
In this work, a StyleGAN2-ADA model of Generative Adversarial Networks is trained on the limited COVID-19 chest X-ray image set.
arXiv Detail & Related papers (2023-04-18T15:39:58Z) - Assessing Coarse-to-Fine Deep Learning Models for Optic Disc and Cup
Segmentation in Fundus Images [0.0]
coarse-to-fine deep learning algorithms are used to efficiently measure the vertical cup-to-disc ratio (vCDR) in fundus images.
We present a comprehensive analysis of different coarse-to-fine designs for OD/OC segmentation using 5 public databases.
Our analysis shows that these algorithms not necessarily outperfom standard multi-class single-stage models.
arXiv Detail & Related papers (2022-09-28T19:19:16Z) - SD-LayerNet: Semi-supervised retinal layer segmentation in OCT using
disentangled representation with anatomical priors [4.2663199451998475]
We introduce a semi-supervised paradigm into the retinal layer segmentation task.
In particular, a novel fully differentiable approach is used for converting surface position regression into a pixel-wise structured segmentation.
In parallel, we propose a set of anatomical priors to improve network training when a limited amount of labeled data is available.
arXiv Detail & Related papers (2022-07-01T14:30:59Z) - Assessing glaucoma in retinal fundus photographs using Deep Feature
Consistent Variational Autoencoders [63.391402501241195]
glaucoma is challenging to detect since it remains asymptomatic until the symptoms are severe.
Early identification of glaucoma is generally made based on functional, structural, and clinical assessments.
Deep learning methods have partially solved this dilemma by bypassing the marker identification stage and analyzing high-level information directly to classify the data.
arXiv Detail & Related papers (2021-10-04T16:06:49Z) - Colorectal Polyp Classification from White-light Colonoscopy Images via
Domain Alignment [57.419727894848485]
A computer-aided diagnosis system is required to assist accurate diagnosis from colonoscopy images.
Most previous studies at-tempt to develop models for polyp differentiation using Narrow-Band Imaging (NBI) or other enhanced images.
We propose a novel framework based on a teacher-student architecture for the accurate colorectal polyp classification.
arXiv Detail & Related papers (2021-08-05T09:31:46Z) - Circumpapillary OCT-Focused Hybrid Learning for Glaucoma Grading Using
Tailored Prototypical Neural Networks [1.1601676598120785]
Glaucoma is one of the leading causes of blindness worldwide.
We propose, for the first time, a novel framework for glaucoma grading using raw circumpapillary B-scans.
In particular, we set out a new OCT-based hybrid network which combines hand-driven and deep learning algorithms.
arXiv Detail & Related papers (2021-06-25T10:53:01Z) - Self-Adaptive Transfer Learning for Multicenter Glaucoma Classification
in Fundus Retina Images [9.826586293806837]
We propose a self-adaptive transfer learning (SATL) strategy to fill the domain gap between multicenter datasets.
Specifically, the encoder of a DL model that is pre-trained on the source domain is used to initialize the encoder of a reconstruction model.
Results demonstrate that the proposed SATL strategy is effective in the domain adaptation task between a private and two public glaucoma diagnosis datasets.
arXiv Detail & Related papers (2021-05-07T05:20:37Z) - An Interpretable Multiple-Instance Approach for the Detection of
referable Diabetic Retinopathy from Fundus Images [72.94446225783697]
We propose a machine learning system for the detection of referable Diabetic Retinopathy in fundus images.
By extracting local information from image patches and combining it efficiently through an attention mechanism, our system is able to achieve high classification accuracy.
We evaluate our approach on publicly available retinal image datasets, in which it exhibits near state-of-the-art performance.
arXiv Detail & Related papers (2021-03-02T13:14:15Z) - Modeling and Enhancing Low-quality Retinal Fundus Images [167.02325845822276]
Low-quality fundus images increase uncertainty in clinical observation and lead to the risk of misdiagnosis.
We propose a clinically oriented fundus enhancement network (cofe-Net) to suppress global degradation factors.
Experiments on both synthetic and real images demonstrate that our algorithm effectively corrects low-quality fundus images without losing retinal details.
arXiv Detail & Related papers (2020-05-12T08:01:16Z) - Retinopathy of Prematurity Stage Diagnosis Using Object Segmentation and
Convolutional Neural Networks [68.96150598294072]
Retinopathy of Prematurity (ROP) is an eye disorder primarily affecting premature infants with lower weights.
It causes proliferation of vessels in the retina and could result in vision loss and, eventually, retinal detachment, leading to blindness.
In recent years, there has been a significant effort to automate the diagnosis using deep learning.
This paper builds upon the success of previous models and develops a novel architecture, which combines object segmentation and convolutional neural networks (CNN)
Our proposed system first trains an object segmentation model to identify the demarcation line at a pixel level and adds the resulting mask as an additional "color" channel in
arXiv Detail & Related papers (2020-04-03T14:07:41Z) - Optimal Transfer Learning Model for Binary Classification of Funduscopic
Images through Simple Heuristics [0.8370915747360484]
We attempt to use deep learning neural networks to diagnose funduscopic images, visual representations of the interior of the eye.
We propose a unifying model for disease classification: low-cost inference of a fundus image to determine whether it is healthy or diseased.
arXiv Detail & Related papers (2020-02-11T03:49:14Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.