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

CMUNeXt: An Efficient Medical Image Segmentation Network based on Large Kernel and Skip Fusion

About

The U-shaped architecture has emerged as a crucial paradigm in the design of medical image segmentation networks. However, due to the inherent local limitations of convolution, a fully convolutional segmentation network with U-shaped architecture struggles to effectively extract global context information, which is vital for the precise localization of lesions. While hybrid architectures combining CNNs and Transformers can address these issues, their application in real medical scenarios is limited due to the computational resource constraints imposed by the environment and edge devices. In addition, the convolutional inductive bias in lightweight networks adeptly fits the scarce medical data, which is lacking in the Transformer based network. In order to extract global context information while taking advantage of the inductive bias, we propose CMUNeXt, an efficient fully convolutional lightweight medical image segmentation network, which enables fast and accurate auxiliary diagnosis in real scene scenarios. CMUNeXt leverages large kernel and inverted bottleneck design to thoroughly mix distant spatial and location information, efficiently extracting global context information. We also introduce the Skip-Fusion block, designed to enable smooth skip-connections and ensure ample feature fusion. Experimental results on multiple medical image datasets demonstrate that CMUNeXt outperforms existing heavyweight and lightweight medical image segmentation networks in terms of segmentation performance, while offering a faster inference speed, lighter weights, and a reduced computational cost. The code is available at https://github.com/FengheTan9/CMUNeXt.

Fenghe Tang, Jianrui Ding, Lingtao Wang, Chunping Ning, S. Kevin Zhou• 2023

Related benchmarks

TaskDatasetResultRank
Medical Image SegmentationBUSI (test)--
121
Medical Image SegmentationSynapse (test)
Dice77.95
111
Skin Lesion SegmentationISIC 2017 (test)
Dice Score87.56
100
Medical Image SegmentationISIC 2018
Dice Score86.77
92
Medical Image SegmentationKvasir-Seg
Dice Score87.82
75
Medical Image SegmentationCVC-ClinicDB
Dice Score91.21
68
Polyp SegmentationCVC-ColonDB (test)
Mean Dice0.8648
62
Medical Image SegmentationBUSI
Dice Score81.66
61
Skin Lesion SegmentationPH2
DIC0.9064
58
Medical Image SegmentationISIC (test)
IoU0.8247
55
Showing 10 of 22 rows

Other info

Follow for update