Share your thoughts, 1 month free Claude Pro on usSee more
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
123
Multi-organ SegmentationSynapse multi-organ CT (test)
DSC80.54
95
Medical Image SegmentationACDC
DSC (Avg)91.49
65
Medical Image SegmentationGlaS (test)
Dice Score91.62
44
Multi-organ Nucleus SegmentationMoNuSeg (test)
Mean IoU67.07
27
Colorectal histopathology segmentationDigestPath Patch
Accuracy96.28
11
Colorectal histopathology segmentationDigestPath WSI
Accuracy97.77
11
Colorectal histopathology segmentationEBHI Adenocarcinoma (test)
Accuracy91.53
10
Colorectal histopathology segmentationGlaS MICCAI 2015 (test A)
Accuracy89.36
10
Showing 10 of 12 rows

Other info

Code

Follow for update