paper-with-me

Papers

Encoding feature supervised UNet++: Redesigning Supervision for liver and tumor segmentation

2022-11-15 · Jiahao Cui, Ruoxin Xiao, Shiyuan Fang, Minnan Pei, Yixuan Yu

Liver tumor segmentation in CT images is a critical step in the diagnosis, surgical planning and postoperative evaluation of liver disease. An automatic liver and tumor segmentation method can greatly relieve physicians of the heavy workload of examining CT images and better improve the accuracy of diagnosis. In the last few decades, many modifications based on U-Net model have been proposed in the literature. However, there are relatively few improvements for the advanced UNet++ model. In our paper, we propose an encoding feature supervised UNet++(ES-UNet++) and apply it to the liver and tumor segmentation. ES-UNet++ consists of an encoding UNet++ and a segmentation UNet++. The well-trained encoding UNet++ can extract the encoding features of label map which are used to additionally supervise the segmentation UNet++. By adding supervision to the each encoder of segmentation UNet++, U-Nets of different depths that constitute UNet++ outperform the original version by average 5.7% in dice score and the overall dice score is thus improved by 2.1%. ES-UNet++ is evaluated with dataset LiTS, achieving 95.6% for liver segmentation and 67.4% for tumor segmentation in dice score. In this paper, we also concluded some valuable properties of ES-UNet++ by conducting comparative anaylsis between ES-UNet++ and UNet++:(1) encoding feature supervision can accelerate the convergence of the model.(2) encoding feature supervision enhances the effect of model pruning by achieving huge speedup while providing pruned models with fairly good performance.

📄 PDF Abstract BibTeX arXiv:2211.08146

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Liver And Tumor SegmentationLiver SegmentationSegmentationTumor Segmentation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
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…
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…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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++: 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 unknow…

Computed Tomography (CT)DecoderImage SegmentationInstance Segmentation+3

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

SelfReg-UNet: Self-Regularized UNet for Medical Image Segmentation

2024-06-21 · Wenhui Zhu, Xiwen Chen, Peijie Qiu, Mohammad Farazi 외

Since its introduction, UNet has been leading a variety of medical image segmentation tasks. Although numerous follow-up studies have also been dedicated to improving the performance of standard UNet, few have conducted …

DecoderImage SegmentationMedical Image SegmentationSegmentation+1

Unsupervised CP-UNet Framework for Denoising DAS Data with Decay Noise

2025-02-19 · Tianye Huang, Aopeng Li, Xiang Li, Jing Zhang 외

Distributed acoustic sensor (DAS) technology leverages optical fiber cables to detect acoustic signals, providing cost-effective and dense monitoring capabilities. It offers several advantages including resistance to ext…

Denoising

ADS_UNet: A Nested UNet for Histopathology Image Segmentation

2023-04-10 · Yilong Yang, Srinandan Dasmahapatra, Sasan Mahmoodi

The UNet model consists of fully convolutional network (FCN) layers arranged as contracting encoder and upsampling decoder maps. Nested arrangements of these encoder and decoder maps give rise to extensions of the UNet m…

DecoderGPUImage SegmentationSemantic Segmentation