paper-with-me

Papers

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

2024-06-21 · Wenhui Zhu, Xiwen Chen, Peijie Qiu, Mohammad Farazi, Aristeidis Sotiras, Abolfazl Razi, Yalin Wang

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 in-depth analyses of the underlying interest pattern of UNet in medical image segmentation. In this paper, we explore the patterns learned in a UNet and observe two important factors that potentially affect its performance: (i) irrelative feature learned caused by asymmetric supervision; (ii) feature redundancy in the feature map. To this end, we propose to balance the supervision between encoder and decoder and reduce the redundant information in the UNet. Specifically, we use the feature map that contains the most semantic information (i.e., the last layer of the decoder) to provide additional supervision to other blocks to provide additional supervision and reduce feature redundancy by leveraging feature distillation. The proposed method can be easily integrated into existing UNet architecture in a plug-and-play fashion with negligible computational cost. The experimental results suggest that the proposed method consistently improves the performance of standard UNets on four medical image segmentation datasets. The code is available at \url{https://github.com/ChongQingNoSubway/SelfReg-UNet}

📄 PDF Abstract BibTeX arXiv:2406.14896

Code (1)

chongqingnosubway/selfreg-unet 공식 구현 pytorch

Tasks

DecoderImage SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

DSVM-UNet : Enhancing VM-UNet with Dual Self-distillation for Medical Image Segmentation

2026-01-27 · Renrong Shao, Dongyang Li, Dong Xia, Lin Shao 외 arxiv

Vision Mamba models have been extensively researched in various fields, which address the limitations of previous models by effectively managing long-range dependencies with a linear-time overhead. Several prospective st…

Medical Image SegmentationComputational Efficiency

GCtx-UNet: Efficient Network for Medical Image Segmentation

2024-06-09 · Khaled Alrfou, Tian Zhao

Medical image segmentation is crucial for disease diagnosis and monitoring. Though effective, the current segmentation networks such as UNet struggle with capturing long-range features. More accurate models such as Trans…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

UNet-2022: Exploring Dynamics in Non-isomorphic Architecture

2022-10-27 · Jiansen Guo, Hong-Yu Zhou, Liansheng Wang, Yizhou Yu

Recent medical image segmentation models are mostly hybrid, which integrate self-attention and convolution layers into the non-isomorphic architecture. However, one potential drawback of these approaches is that they fai…

Image SegmentationLesion SegmentationMedical Image SegmentationOrgan Segmentation+3

Self-Prior Guided Mamba-UNet Networks for Medical Image Super-Resolution

2024-07-08 · Zexin Ji, Beiji Zou, Xiaoyan Kui, Pierre Vera 외

In this paper, we propose a self-prior guided Mamba-UNet network (SMamba-UNet) for medical image super-resolution. Existing methods are primarily based on convolutional neural networks (CNNs) or Transformers. CNNs-based …

Image Super-ResolutionMambaState Space ModelsSuper-Resolution

CSWin-UNet: Transformer UNet with Cross-Shaped Windows for Medical Image Segmentation

2024-07-25 · Xiao Liu, Peng Gao, Tao Yu, Fei Wang 외

Deep learning, especially convolutional neural networks (CNNs) and Transformer architectures, have become the focus of extensive research in medical image segmentation, achieving impressive results. However, CNNs come wi…

Computational EfficiencyDecoderImage SegmentationMedical Image Segmentation+2