paper-with-me

Papers

UNet++: Redesigning Skip Connections to Exploit Multiscale Features in Image Segmentation

2019-12-11 · Zongwei Zhou, Md Mahfuzur Rahman Siddiquee, Nima Tajbakhsh, Jianming Liang

The state-of-the-art models for medical image segmentation are variants of U-Net and fully convolutional networks (FCN). Despite their success, these models have two limitations: (1) their optimal depth is apriori unknown, requiring extensive architecture search or inefficient ensemble of models of varying depths; and (2) their skip connections impose an unnecessarily restrictive fusion scheme, forcing aggregation only at the same-scale feature maps of the encoder and decoder sub-networks. To overcome these two limitations, we propose UNet++, a new neural architecture for semantic and instance segmentation, by (1) alleviating the unknown network depth with an efficient ensemble of U-Nets of varying depths, which partially share an encoder and co-learn simultaneously using deep supervision; (2) redesigning skip connections to aggregate features of varying semantic scales at the decoder sub-networks, leading to a highly flexible feature fusion scheme; and (3) devising a pruning scheme to accelerate the inference speed of UNet++. We have evaluated UNet++ using six different medical image segmentation datasets, covering multiple imaging modalities such as computed tomography (CT), magnetic resonance imaging (MRI), and electron microscopy (EM), and demonstrating that (1) UNet++ consistently outperforms the baseline models for the task of semantic segmentation across different datasets and backbone architectures; (2) UNet++ enhances segmentation quality of varying-size objects -- an improvement over the fixed-depth U-Net; (3) Mask RCNN++ (Mask R-CNN with UNet++ design) outperforms the original Mask R-CNN for the task of instance segmentation; and (4) pruned UNet++ models achieve significant speedup while showing only modest performance degradation. Our implementation and pre-trained models are available at https://github.com/MrGiovanni/UNetPlusPlus.

📄 PDF Abstract BibTeX arXiv:1912.05074

Code (13)

MrGiovanni/UNetPlusPlus 공식 구현 pytorch
2023-MindSpore-1/ms-code-118 mindspore
Burf/tfdetection tf
MrGiovanni/Nested-UNet pytorch
albertsokol/pneumothorax-detection-unet tf
alexssanchez/unet-app-pucp
frgfm/Holocron pytorch
manuelhz/dissertation pytorch
mrgiovanni/dissertation
reyvaz/pneumothorax_detection tf
reyvaz/steel-defect-segmentation tf
rizalmaulanaa/robustness_of_prob_u_net tf
sauravmishra1710/UNet-Plus-Plus---Brain-Tumor-Segmentation tf

Tasks

Computed Tomography (CT)DecoderImage SegmentationInstance SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
UNet++ UNet++ is an architecture for semantic segmentation based on the U-Net. Through the use of densely connected nested decoder…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

UNet#: A UNet-like Redesigning Skip Connections for Medical Image Segmentation

2022-05-24 · Ledan Qian, Xiao Zhou, Yi Li, Zhongyi Hu

As an essential prerequisite for developing a medical intelligent assistant system, medical image segmentation has received extensive research and concentration from the neural network community. A series of UNet-like ne…

DecoderImage SegmentationInstance SegmentationMedical Image Segmentation+2

LMSCNet: Lightweight Multiscale 3D Semantic Completion

2020-08-24 · Luis Roldão, Raoul de Charette, Anne Verroust-Blondet

We introduce a new approach for multiscale 3Dsemantic scene completion from voxelized sparse 3D LiDAR scans. As opposed to the literature, we use a 2D UNet backbone with comprehensive multiscale skip connections to enhan…

3D Semantic Scene Completion3D Semantic Scene Completion from a single RGB image

ConnectedUNets++: Mass Segmentation from Whole Mammographic Images

2022-10-25 · Prithul Sarker, Sushmita Sarker, George Bebis, Alireza Tavakkoli

Deep learning has made a breakthrough in medical image segmentation in recent years due to its ability to extract high-level features without the need for prior knowledge. In this context, U-Net is one of the most advanc…

DecoderImage SegmentationMedical Image SegmentationSemantic Segmentation

Hybrid Skip: A Biologically Inspired Skip Connection for the UNet Architecture

2022-07-11 · Nikolaos Zioulis, Georgios Albanis, Petros Drakoulis, Federico Alvarez 외

In this work we introduce a biologically inspired long-range skip connection for the UNet architecture that relies on the perceptual illusion of hybrid images, being images that simultaneously encode two images. The fusi…

DecoderDepth Estimation

UNet 3+: A Full-Scale Connected UNet for Medical Image Segmentation

2020-04-19 · Huimin Huang, Lanfen Lin, Ruofeng Tong, Hongjie Hu 외

Recently, a growing interest has been seen in deep learning-based semantic segmentation. UNet, which is one of deep learning networks with an encoder-decoder architecture, is widely used in medical image segmentation. Co…

DecoderImage SegmentationMedical Image SegmentationSegmentation+1