Summary: | Diabetic retinopathy (DR) is a leading cause of visual blindness. However if DR can be diagnosed and treated early, 90% of DR causing blindness can be prevented significantly. Microaneurysms (MAs) and exudates (EXs), as signs of DR, can be used for early DR diagnosis. However, MAs and EXs segmentation is a challenging task due to the low contrast of the lesions, the interference of noises, and the imbalance between the lesion areas and the background. In this paper, an enhanced residual U-Net (ERU-Net) for MAs and EXs segmentation is proposed. ERU-Net obtains three U-paths, which are composed by three upsampling paths together with one downsampling path. With such three U-paths structure, ERU-Net can enhance the corresponding features fusion and capture more details of fundus images. Also, a residual block is constructed in ERU-Net to extract more representative features. In the experiments, we evaluate the performance of ERU-Net for MAs and EXs segmentation on three public datasets, E-Ophtha, IDRiD, and DDR. The ERU-Net obtains the AUC values of 0.9956, 0.9962, 0.9801, 0.9866, 0.9679, 0.9609 for MAs and EXs segmentation on these three datasets, respectively, which are greater than that of the original U-Net. Compared with some traditional methods, convolutional neural networks and other recent U-Nets, ERU-Net also performs competitively. Besides, we have applied ERU-Net to segment optic disc (OD) on the DRISHTI-GS1 dataset, achieving the highest Jaccard index of 0.994 compared with the existing methods. The numerical results indicate that ERU-Net is a promising network for medical image segmentation.
|