Example: barber

arXiv:1807.10165v1 [cs.CV] 18 Jul 2018

UNet++: A Nested U-Net Architecturefor Medical Image SegmentationZongwei Zhou, Md Mahfuzur Rahman Siddiquee,Nima Tajbakhsh, and Jianming LiangArizona State this paper, we present UNet++, a new, more powerful ar-chitecture for medical image segmentation. Our architecture is essentiallya deeply-supervised encoder- decoder network where the encoder and de-coder sub-networks are connected through a series of nested, dense skippathways. The re-designed skip pathways aim at reducing the semanticgap between the feature maps of the encoder and decoder argue that the optimizer would deal with an easier learning task whenthe feature maps from the decoder and encoder networks are semanticallysimilar.

the encoder and decoder sub-networks, which, according to our experiments, can degrade segmentation performance. The other two recent related works are GridNet [3] and Mask-RCNN [4]. GridNet is an encoder-decoder architecture wherein the feature maps are wired in a grid fashion, generalizing several classical segmentation architectures. GridNet,

Tags:

  Architecture, Decoder, Decoder architecture

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of arXiv:1807.10165v1 [cs.CV] 18 Jul 2018

1 UNet++: A Nested U-Net Architecturefor Medical Image SegmentationZongwei Zhou, Md Mahfuzur Rahman Siddiquee,Nima Tajbakhsh, and Jianming LiangArizona State this paper, we present UNet++, a new, more powerful ar-chitecture for medical image segmentation. Our architecture is essentiallya deeply-supervised encoder- decoder network where the encoder and de-coder sub-networks are connected through a series of nested, dense skippathways. The re-designed skip pathways aim at reducing the semanticgap between the feature maps of the encoder and decoder argue that the optimizer would deal with an easier learning task whenthe feature maps from the decoder and encoder networks are semanticallysimilar.

2 We have evaluated UNet++ in comparison with U-Net and wideU-Net architectures across multiple medical image segmentation tasks:nodule segmentation in the low-dose CT scans of chest, nuclei segmen-tation in the microscopy images, liver segmentation in abdominal CTscans, and polyp segmentation in colonoscopy videos. Our experimentsdemonstrate that UNet++ with deep supervision achieves an averageIoU gain of and points over U-Net and wide U-Net, IntroductionThe state-of-the-art models for image segmentation are variants of the encoder- decoder architecture like U-Net [9] and fully convolutional network (FCN) [8].

3 These encoder- decoder networks used for segmentation share a key similarity:skip connections, which combine deep, semantic, coarse-grained feature mapsfrom the decoder sub-network with shallow, low-level, fine-grained feature mapsfrom the encoder sub-network. The skip connections have proved effective inrecovering fine-grained details of the target objects; generating segmentationmasks with fine details even on complex background. Skip connections is alsofundamental to the success of instance-level segmentation models such as Mask-RCNN, which enables the segmentation of occluded objects.

4 Arguably, imagesegmentation in natural images has reached a satisfactory level of performance,but do these models meet the strict segmentation requirements of medical im-ages?Segmenting lesions or abnormalities in medical images demands a higher levelof accuracy than what is desired in natural images. While a precise segmentationmask may not be critical in natural images, even marginal segmentation errors inmedical images can lead to poor user experience in clinical settings. For instance, [ ] 18 Jul 20182Z.

5 Zhou,et subtle spiculation patterns around a nodule may indicate nodule malignancy;and therefore, their exclusion from the segmentation masks would lower thecredibility of the model from the clinical perspective. Furthermore, inaccuratesegmentation may also lead to a major change in the subsequent computer-generated diagnosis. For example, an erroneous measurement of nodule growthin longitudinal studies can result in the assignment of an incorrect Lung-RADS category to a screening patient.

6 It is therefore desired to devise more effectiveimage segmentation architectures that can effectively recover the fine details ofthe target objects in medical address the need for more accurate segmentation in medical images, wepresent UNet++, a new segmentation architecture based on nested and denseskip connections. The underlying hypothesis behind our architecture is that themodel can more effectively capture fine-grained details of the foreground ob-jects when high-resolution feature maps from the encoder network are graduallyenriched prior to fusion with the corresponding semantically rich feature mapsfrom the decoder network.

7 We argue that the network would deal with an easierlearning task when the feature maps from the decoder and encoder networks aresemantically similar. This is in contrast to the plain skip connections commonlyused in U-Net, which directly fast-forward high-resolution feature maps from theencoder to the decoder network, resulting in the fusion of semantically dissim-ilar feature maps. According to our experiments, the suggested architecture iseffective, yielding significant performance gain over U-Net and wide Related WorkLonget al.

8 [8] first introduced fully convolutional networks (FCN), while U-Net was introduced by Ronnebergeret al.[9]. They both share a key idea: skipconnections. In FCN, up-sampled feature maps are summed with feature mapsskipped from the encoder, while U-Net concatenates them and add convolutionsand non-linearities between each up-sampling step. The skip connections haveshown to help recover the full spatial resolution at the network output, mak-ing fully convolutional methods suitable for semantic segmentation.

9 Inspiredby DenseNet architecture [5], Liet al.[7] proposed H-denseunet for liver andliver tumor segmentation. In the same spirit, Drozdzalet al.[2] systematicallyinvestigated the importance of skip connections, and introduced short skip con-nections within the encoder. Despite the minor differences between the abovearchitectures, they all tend to fuse semantically dissimilar feature maps fromthe encoder and decoder sub-networks, which, according to our experiments,can degrade segmentation other two recent related works are GridNet [3] and Mask-RCNN [4].

10 GridNet is an encoder- decoder architecture wherein the feature maps are wired ina grid fashion, generalizing several classical segmentation architectures. GridNet,however, lacks up-sampling layers between skip connections; and thus, it does notrepresent UNet++. Mask-RCNN is perhaps the most important meta frameworkfor object detection, classification and segmentation. We would like to note thatUNet++: A Nested U-Net Architecture3 Fig. 1: (a) UNet++ consists of an encoder and decoder that are connectedthrough a series of nested dense convolutional blocks.


Related search queries