Papers
Topics
Authors
Recent
Search
2000 character limit reached

Optic Disc and Cup Segmentation Methods for Glaucoma Detection with Modification of U-Net Convolutional Neural Network

Published 4 Apr 2017 in cs.CV and stat.ML | (1704.00979v1)

Abstract: Glaucoma is the second leading cause of blindness all over the world, with approximately 60 million cases reported worldwide in 2010. If undiagnosed in time, glaucoma causes irreversible damage to the optic nerve leading to blindness. The optic nerve head examination, which involves measurement of cup-to-disc ratio, is considered one of the most valuable methods of structural diagnosis of the disease. Estimation of cup-to-disc ratio requires segmentation of optic disc and optic cup on eye fundus images and can be performed by modern computer vision algorithms. This work presents universal approach for automatic optic disc and cup segmentation, which is based on deep learning, namely, modification of U-Net convolutional neural network. Our experiments include comparison with the best known methods on publicly available databases DRIONS-DB, RIM-ONE v.3, DRISHTI-GS. For both optic disc and cup segmentation, our method achieves quality comparable to current state-of-the-art methods, outperforming them in terms of the prediction time.

Citations (367)

Summary

  • The paper introduces a modified U-Net that efficiently segments the optic disc and cup for early glaucoma detection, achieving Dice scores up to 0.95.
  • The paper optimizes the architecture with reduced filters and CLAHE pre-processing, significantly enhancing prediction speed.
  • The paper validates its method on multiple public datasets, underscoring its potential for automated glaucoma screening.

Optic Disc and Cup Segmentation with U-Net Modifications for Glaucoma Detection

The paper addresses a critical task in automated medical diagnostics: segmenting the optic disc and cup from eye fundus images to aid in the early detection of glaucoma. Glaucoma is a leading cause of blindness, and accurate measurement of the cup-to-disc ratio (CDR) is essential for its diagnosis. The authors propose a novel approach utilizing a modified version of the U-Net convolutional neural network (CNN) architecture, which demonstrates comparable performance to state-of-the-art algorithms while improving prediction time. This optimization could have significant applications for mass glaucoma screening and diagnostics, particularly in regions with limited access to medical specialists.

Approach and Methodology

The primary innovation lies in the adaptation of the U-Net architecture for the task of optic disc and cup segmentation. This method's flexibility allows it to be applicable to various image recognition challenges without extensive pre-processing or manual image cropping. Unlike more complex architectures, the modified U-Net retains a relatively low number of parameters and fast prediction time, which are advantageous for deploying automated diagnostic systems on mobile platforms.

The modifications to the U-Net architecture include reducing the number of filters across each convolutional layer and optimizing them for smaller datasets. The network employs standard techniques such as Contrast Limited Adaptive Histogram Equalization (CLAHE) for pre-processing and stochastic gradient descent with momentum for optimization.

Experimental Validation

The modified U-Net was evaluated on publicly available datasets: DRIONS-DB, RIM-ONE v.3, and DRISHTI-GS. The authors report segmentation quality in terms of Intersection-over-Union (IOU) and Dice scores, metrics that are unbiased by class imbalance or scale variance. The results showcase that this approach achieves performance on par with or better than existing methods, particularly in prediction time.

  • Optic Disc Segmentation: The method attained Dice scores of 0.94 and 0.95 on DRIONS-DB and RIM-ONE v.3, respectively. While comparable to the latest methods like DRIU, its prediction time is lower, making it suitable for rapid screening scenarios.
  • Optic Cup Segmentation: Though more challenging, the method achieved Dice scores of 0.85 on DRISHTI-GS. The optic cup's subtle boundary presents challenges that leave room for refinement, but the method still manages competitive accuracy.

Implications and Future Work

The results corroborate the potential of using deep learning for robust medical image analysis, particularly in tasks that align with ophthalmology diagnostics. The paper highlights how deploying high-performance, lightweight CNNs in clinical settings can potentially automate and expedite glaucoma screening processes, thereby reducing the burden on medical professionals.

Looking forward, further improvements could focus on enhancing the optic cup segmentation accuracy, which might involve exploring advanced architectures or hybrid approaches incorporating multi-scale feature extraction. Expansion to other datasets for robust cross-validation could also strengthen generalization claims.

In summary, this paper exemplifies a balanced and practical approach to employing deep learning techniques for medical imaging, particularly in resource-constrained environments that benefit from automated diagnostic interventions.

Paper to Video (Beta)

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.

Authors (1)

Collections

Sign up for free to add this paper to one or more collections.