IVCVDec 13, 2020

Robust Segmentation of Optic Disc and Cup from Fundus Images Using Deep Neural Networks

arXiv:2012.07128v13 citations
AI Analysis

This work provides an incremental improvement in the accuracy of optic disc and cup segmentation, which is crucial for ophthalmologists in diagnosing and grading glaucoma.

This paper addresses the problem of segmenting the optic disc (OD) and optic cup (OC) in retinal fundus images, which are key indicators for glaucoma. The authors propose a residual encoder-decoder network (REDNet) based regional convolutional neural network (RCNN), called RED-RCNN, which achieves superior performance compared to Mask RCNN, with OD segmentation metrics including 95.64% Sensitivity and 91.65% Jaccard index, and OC segmentation metrics including 91.44% Sensitivity and 78.09% Jaccard index.

Optic disc (OD) and optic cup (OC) are regions of prominent clinical interest in a retinal fundus image. They are the primary indicators of a glaucomatous condition. With the advent and success of deep learning for healthcare research, several approaches have been proposed for the segmentation of important features in retinal fundus images. We propose a novel approach for the simultaneous segmentation of the OD and OC using a residual encoder-decoder network (REDNet) based regional convolutional neural network (RCNN). The RED-RCNN is motivated by the Mask RCNN (MRCNN). Performance comparisons with the state-of-the-art techniques and extensive validations on standard publicly available fundus image datasets show that RED-RCNN has superior performance compared with MRCNN. RED-RCNN results in Sensitivity, Specificity, Accuracy, Precision, Dice and Jaccard indices of 95.64%, 99.9%, 99.82%, 95.68%, 95.64%, 91.65%, respectively, for OD segmentation, and 91.44%, 99.87%, 99.83%, 85.67%, 87.48%, 78.09%, respectively, for OC segmentation. Further, we perform two-stage glaucoma severity grading using the cup-to-disc ratio (CDR) computed based on the obtained OD/OC segmentation. The superior segmentation performance of RED-RCNN over MRCNN translates to higher accuracy in glaucoma severity grading.

Foundations

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

Your Notes