Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DoubleU-Net: A Deep Convolutional Neural Network for Medical Image Segmentation

About

Semantic image segmentation is the process of labeling each pixel of an image with its corresponding class. An encoder-decoder based approach, like U-Net and its variants, is a popular strategy for solving medical image segmentation tasks. To improve the performance of U-Net on various segmentation tasks, we propose a novel architecture called DoubleU-Net, which is a combination of two U-Net architectures stacked on top of each other. The first U-Net uses a pre-trained VGG-19 as the encoder, which has already learned features from ImageNet and can be transferred to another task easily. To capture more semantic information efficiently, we added another U-Net at the bottom. We also adopt Atrous Spatial Pyramid Pooling (ASPP) to capture contextual information within the network. We have evaluated DoubleU-Net using four medical segmentation datasets, covering various imaging modalities such as colonoscopy, dermoscopy, and microscopy. Experiments on the MICCAI 2015 segmentation challenge, the CVC-ClinicDB, the 2018 Data Science Bowl challenge, and the Lesion boundary segmentation datasets demonstrate that the DoubleU-Net outperforms U-Net and the baseline models. Moreover, DoubleU-Net produces more accurate segmentation masks, especially in the case of the CVC-ClinicDB and MICCAI 2015 segmentation challenge datasets, which have challenging images such as smaller and flat polyps. These results show the improvement over the existing U-Net model. The encouraging results, produced on various medical image segmentation datasets, show that DoubleU-Net can be used as a strong baseline for both medical image segmentation and cross-dataset evaluation testing to measure the generalizability of Deep Learning (DL) models.

Debesh Jha, Michael A. Riegler, Dag Johansen, P{\aa}l Halvorsen, H{\aa}vard D. Johansen• 2020

Related benchmarks

TaskDatasetResultRank
Polyp SegmentationCVC-ClinicDB (test)
DSC92.72
196
Medical Image SegmentationISIC 2018
Dice Score89.62
92
Polyp SegmentationKvasir-SEG (test)
mIoU70
87
Polyp SegmentationETIS (test)
Mean Dice58.8
86
Medical Image SegmentationKvasir-Seg
Dice Score86.99
75
Skin Lesion SegmentationPH2
DIC0.907
58
Medical Image SegmentationISIC 2017
Dice Score91.3
52
Polyp segmentation and neoplasm detectionNeoPolyp-Clean (test)
Dice (Segmentation)0.84
36
Medical Image SegmentationHAM10000
mDSC0.843
27
Colon Polyp SegmentationCVC-ClinicDB (5-fold cross-val)
mIoU86.6
19
Showing 10 of 26 rows

Other info

Code

Follow for update