EM-Net: Effective and Morphology-aware Network for Skin Lesion Segmentation

Expert Systems with Applications, 2025
Kaiwen Zhu1,2,3*, Yuezhe Yang3*, Yonglin Chen1,3*†, Ruixi Feng3, Dongping Chen3, Bingzhi Fan3, Nan Liu3, Ying Li4, Xuewen Wang4
*Equal Contribution Corresponding author
1Anhui Jianzhu University, 2Southeast University, 3Anhui University, 4Zhejiang University School of Medicine

Abstract

Dermoscopic images are essential for diagnosing various skin diseases, as they enable physicians to observe subepidermal structures, dermal papillae, and deeper tissues otherwise invisible to the naked eye. However, segmenting lesions in these images is challenging due to their irregular boundaries and significant variability in lesion characteristics. To address these challenges, we propose a effective and morphology-aware network that utilizes a hybrid feature extractor combining CNN and ViT architectures. At the same time, we enhanced the proposed segmentation model. Specifically, we propose a boundary delineation component that uses a non-convex optimization function for learning general representations and accurately delineates lesion boundaries, thus enhancing the extraction of details. Additionally, we also introduce an adaptive segmentation strategy through the integration of the few-shot domain generalization module to improve the model's generalization across different datasets. Validation on multiple publicly available dermoscopic image datasets, including ISIC, PH², PAD-UFES-20, and the University of Waterloo skin cancer database, demonstrates that our method achieves state-of-the-art performance with significant improvements in Dice, Acc, Pre, IoU, and Re. These results confirm the robustness and adaptability of our model. The code is available at: https://github.com/Bean-Young/EM-Net.

Highlights

  • Develop a Morphology-aware Module for lesion boundary capture.
  • Introduce Few-shot Domain Generalization for robust segmentation.
  • Build a CNN-ViT hybrid framework for skin lesion segmentation.

Method

EM-Net framework

Overall architecture of the proposed EM-Net.

Morphology-aware Module

Morphology-aware module illustration

Illustration of morphology-aware boundary capture.

Results

Quantitative Results

Method test-ISIC 2016 test-ISIC 2017 validation-ISIC 2018
DiceIoUAccPreRe DiceIoUAccPreRe DiceIoUAccPreRe
U-Net 90.2982.5894.7691.2987.72 82.8073.3092.3089.0779.30 88.4379.7193.1689.4685.89
Att-UNet 90.8383.4394.4392.1288.42 83.2074.4092.5087.2984.11 88.3279.5293.1787.7387.11
CE-Net 91.8085.0195.3091.8490.32 85.6177.5493.5189.9184.52 89.4581.3294.0389.1887.60
CPF-Net 91.3484.2495.1891.3489.78 84.7076.2093.0086.6783.33 88.8680.4594.6888.4487.57
MS RED 91.4384.4395.6791.6089.53 84.8376.3293.1087.0783.74 89.1880.9295.0389.1487.36
FAT-Net 91.4984.4996.0791.1190.41 85.0176.9293.6487.7784.52 89.1880.9295.1888.5287.88
TransUNet 91.3284.8996.2192.2889.63 85.5177.3493.4788.5684.22 89.5082.6193.6788.1289.50
Swin-UNet 91.2784.1496.1891.3989.45 83.5072.2893.2084.2783.14 88.4679.8694.4588.2487.43
Ours 91.8985.5796.2595.6589.66 86.4278.3793.9792.1785.33 91.4784.7895.3591.2893.15

Comparison with alternative approaches on ISIC datasets.

Method test-ISIC 2018
DiceIoUAccSeSp
SCDC88.5082.4092.9095.3091.10
ACA-Net89.1081.90-94.3093.20
Deeplabv3+89.6082.5094.2096.2092.10
SESV-DLab90.2083.3094.6096.2092.50
ICL-Net90.3083.9094.4094.1092.90
Ours90.3083.6094.7092.4093.90

Comparison on the ISIC 2018 Challenge ranking list.

Method test-PH²
DiceIoUAccPreRe
U-Net90.5683.5694.8690.3093.47
Att-UNet90.2982.7094.6891.3593.26
CE-Net90.8783.9095.3893.2196.01
CPF-Net91.6785.4895.5991.8195.90
MS RED92.6585.2995.4690.3895.52
FAT-Net92.2185.1895.4392.8596.33
TransUNet90.9683.9995.4291.1895.68
Swin-UNet92.6987.0896.0391.4294.87
ICL-Net92.8087.2596.32-95.46
Ours94.0388.9296.3494.0694.57

Quantitative evaluation on the PH² dataset.

Method test-Waterloo test-PAD
DiceIoUAccPreRe DiceIoUAccPreRe
U-Net 82.7172.4196.0374.7896.47 87.7179.4594.8582.4795.69
TransUNet 86.5177.2197.6880.1296.49 90.8283.8096.9890.7692.06
Ours 90.0382.4798.4294.6987.14 91.8885.3797.4195.6989.02

Comparison on datasets imaged by mobile phones.

Qualitative Results

ISIC segmentation comparison

Visual comparison on the ISIC dataset.

ISIC 2016 and PH2 segmentation comparison

Visual comparison on ISIC 2016 and PH² datasets.

Mobile phone dataset segmentation comparison

Visual comparison on mobile-phone dermoscopic images.

Citation

@article{zhu2025net,
  title={EM-Net: Effective and morphology-aware network for skin lesion segmentation},
  author={Zhu, Kaiwen and Yang, Yuezhe and Chen, Yonglin and Feng, Ruixi and Chen, Dongping and Fan, Bingzhi and Liu, Nan and Li, Ying and Wang, Xuewen},
  journal={Expert Systems with Applications},
  pages={127668},
  year={2025},
  publisher={Elsevier}
}