IVCVLGDec 16, 2020

Transfer Learning Through Weighted Loss Function and Group Normalization for Vessel Segmentation from Retinal Images

arXiv:2012.09250v121 citations
AI Analysis

This work provides a robust method for accurate retinal vessel segmentation, which is crucial for ophthalmologists in diagnosing and monitoring retinal diseases, offering improved accuracy over existing methods.

This paper addresses the problem of retinal vessel segmentation for diagnosing conditions like glaucoma and diabetic retinopathy. The proposed deep learning approach, using a customized U-Net with InceptionV3 and a weighted loss function, achieved an average accuracy of 95.60% and a Dice coefficient of 80.98% across seven datasets.

The vascular structure of blood vessels is important in diagnosing retinal conditions such as glaucoma and diabetic retinopathy. Accurate segmentation of these vessels can help in detecting retinal objects such as the optic disc and optic cup and hence determine if there are damages to these areas. Moreover, the structure of the vessels can help in diagnosing glaucoma. The rapid development of digital imaging and computer-vision techniques has increased the potential for developing approaches for segmenting retinal vessels. In this paper, we propose an approach for segmenting retinal vessels that uses deep learning along with transfer learning. We adapted the U-Net structure to use a customized InceptionV3 as the encoder and used multiple skip connections to form the decoder. Moreover, we used a weighted loss function to handle the issue of class imbalance in retinal images. Furthermore, we contributed a new dataset to this field. We tested our approach on six publicly available datasets and a newly created dataset. We achieved an average accuracy of 95.60% and a Dice coefficient of 80.98%. The results obtained from comprehensive experiments demonstrate the robustness of our approach to the segmentation of blood vessels in retinal images obtained from different sources. Our approach results in greater segmentation accuracy than other approaches.

Foundations

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

Your Notes