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

EGE-UNet: an Efficient Group Enhanced UNet for skin lesion segmentation

About

Transformer and its variants have been widely used for medical image segmentation. However, the large number of parameter and computational load of these models make them unsuitable for mobile health applications. To address this issue, we propose a more efficient approach, the Efficient Group Enhanced UNet (EGE-UNet). We incorporate a Group multi-axis Hadamard Product Attention module (GHPA) and a Group Aggregation Bridge module (GAB) in a lightweight manner. The GHPA groups input features and performs Hadamard Product Attention mechanism (HPA) on different axes to extract pathological information from diverse perspectives. The GAB effectively fuses multi-scale information by grouping low-level features, high-level features, and a mask generated by the decoder at each stage. Comprehensive experiments on the ISIC2017 and ISIC2018 datasets demonstrate that EGE-UNet outperforms existing state-of-the-art methods. In short, compared to the TransFuse, our model achieves superior segmentation performance while reducing parameter and computation costs by 494x and 160x, respectively. Moreover, to our best knowledge, this is the first model with a parameter count limited to just 50KB. Our code is available at https://github.com/JCruan519/EGE-UNet.

Jiacheng Ruan, Mingye Xie, Jingsheng Gao, Ting Liu, Yuzhuo Fu• 2023

Related benchmarks

TaskDatasetResultRank
Polyp SegmentationKvasir
Dice Score64.02
128
Skin Lesion SegmentationISIC 2017 (test)
Dice Score90.31
100
Skin Lesion SegmentationISIC 2018 (test)
Dice Score89.73
74
Skin Lesion SegmentationPH2
DIC0.9093
58
Skin Lesion SegmentationISIC 2018
Dice Coefficient89.04
42
Semantic segmentationCSDD (test)
F1 Score (w/bg)68.9
34
Semantic segmentationCSDD original (test)
F1 Score (w/bg)55.91
34
Polyp SegmentationColonoscopy Datasets Average
Avg Dice64.02
22
Semantic segmentationCSDD without data preprocessing original (test)
F1 Score (w/bg)55.9
17
Semantic segmentationDataset original (test)
F1 Score (w/bg)55.91
17
Showing 10 of 22 rows

Other info

Follow for update