Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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}

Wenhui Zhu, Xiwen Chen, Peijie Qiu, Mohammad Farazi, Aristeidis Sotiras, Abolfazl Razi, Yalin Wang• 2024

Related benchmarks

TaskDatasetResultRank
Cardiac SegmentationACDC (test)
Avg Dice91.49
141
Medical Image SegmentationSynapse (test)
Dice80.54
111
Multi-organ SegmentationSynapse multi-organ CT (test)
DSC80.54
81
Medical Image SegmentationACDC
DSC (Avg)91.49
48
Medical Image SegmentationGlaS (test)
Dice Score91.62
44
Multi-organ Nucleus SegmentationMoNuSeg (test)
Mean IoU67.07
27
Multi-organ SegmentationSynapse multi-organ four-fold cross-validation (official)
Aorta DSC86.07
10
Showing 7 of 7 rows

Other info

Code

Follow for update