Abstract
Deep learning has recently yielded impressive gains in retinal vessel segmentation. However, state-of-the-art methods tend to be conservative, favoring precision over recall. Thus, they tend to under-segment faint vessels, underestimate the width of thicker vessels, or even miss entire vessels. To address this limitation, we propose a stochastic training scheme for deep neural networks that robustly balances precision and recall. First, we train our deep networks with dynamic class weights in the loss function that fluctuate during each training iteration. This stochastic approach--which we believe is applicable to many other machine learning problems--forces the network to learn a balanced classification. Second, we decouple the segmentation process into two steps. In the first half of our pipeline, we estimate the likelihood of every pixel and then use these likelihoods to segment pixels that are clearly vessel or background. In the latter part of our pipeline, we use a second network to classify the ambiguous regions in the image. Our proposed method obtained state-of-the-art results on five retinal datasets---DRIVE, STARE, CHASE-DB, AV-WIDE, and VEVIO---by learning a robust balance between false positive and false negative rates. Our novel training paradigm makes a neural network more robust to inter-sample differences in class ratios, which we believe will prove particularly effective for settings with sparse training data, such as medical image analysis. In addition, we are the first to report segmentation results on the AV-WIDE dataset, and we have made the ground-truth annotations for this dataset publicly available. An implementation of this work can be found at https://github.com/sraashis/deepdyn.
Highlights
Retinal vessels provide the only non-invasive view of the cardiovascular system
For comparison to the state of the art, we calculated the accuracy of our model, even though this value can be misleading for unbalanced datasets (Estrada et al, 2012)
Our method achieved state-of-the-art results in the highly challenging VEVIO dataset, which has two sets of images: composite mosaics and individual frames taken from a low-resolution video (Estrada et al, 2011)
Summary
Retinal vessels provide the only non-invasive view of the cardiovascular system. They are a key diagnostic feature for a number of diseases, including diabetic retinopathy (Kondermann et al, 2007), coronary heart disease (Rochtchina et al, 2007), and atherosclerosis (Ikram et al, 2004). The current standard of care requires manual inspection by an ophthalmologist, which makes it more challenging for people in developing nations and low-income communities to receive care. Only 30% of African Americans in southern Los Angeles reported being screened for diabetic retinopathy, despite being the most at-risk ethnicity (Lu et al, 2016). It is vital to develop automatic retinal analysis methods to improve screening rates and public health outcomes
Published Version (Free)
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have