Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

UNet++: A Nested U-Net Architecture for Medical Image Segmentation

About

In this paper, we present UNet++, a new, more powerful architecture for medical image segmentation. Our architecture is essentially a deeply-supervised encoder-decoder network where the encoder and decoder sub-networks are connected through a series of nested, dense skip pathways. The re-designed skip pathways aim at reducing the semantic gap between the feature maps of the encoder and decoder sub-networks. We argue that the optimizer would deal with an easier learning task when the feature maps from the decoder and encoder networks are semantically similar. We have evaluated UNet++ in comparison with U-Net and wide U-Net architectures across multiple medical image segmentation tasks: nodule segmentation in the low-dose CT scans of chest, nuclei segmentation in the microscopy images, liver segmentation in abdominal CT scans, and polyp segmentation in colonoscopy videos. Our experiments demonstrate that UNet++ with deep supervision achieves an average IoU gain of 3.9 and 3.4 points over U-Net and wide U-Net, respectively.

Zongwei Zhou, Md Mahfuzur Rahman Siddiquee, Nima Tajbakhsh, Jianming Liang• 2018

Related benchmarks

TaskDatasetResultRank
Semantic segmentationCityscapes (val)
mIoU75.5
572
Semantic segmentationPASCAL Context (val)--
360
Semantic segmentationCityscapes (val)
mIoU75.5
297
Camouflaged Object DetectionCOD10K (test)
S-measure (S_alpha)0.623
224
Medical Image SegmentationBUSI (test)
Dice75.89
216
Polyp SegmentationCVC-ClinicDB (test)
DSC79.45
211
Semantic segmentationPascal Context (test)
mIoU47.7
191
Medical Image SegmentationACDC (test)
Avg DSC81.5
171
Camouflaged Object DetectionChameleon
S-measure (S_alpha)69.5
150
Polyp SegmentationKvasir
Dice Score86.3
143
Showing 10 of 301 rows
...

Other info

Code

Follow for update