Home

Awesome

Ms RED: A novel multi-scale residual encoding and decoding network for skin lesion segmentation

https://www.sciencedirect.com/science/article/pii/S1361841521003388

Data preparation

We cropped the ISIC 2018 dataset to 224*320 and saved it in npy format, which can be downloaded from Baidu web disk.

link: https://pan.baidu.com/s/1bIVUdzYG_7tuwalbI4Y8Ww

password: c36c

Place the downloaded npy files in the "data" directory and unzip them. The decompression format is as follows:

/data/ISIC2018_npy_all_224_320/image/

​		ISIC_0000000.npy

​		ISIC_0000001.npy

​		...

​		ISIC_0016072.npy

/data/ISIC2018_npy_all_224_320/label/

​		ISIC_0000000_segmentation.npy

​		ISIC_0000001_segmentation.npy

​		......

​		ISIC_0016072_segmentation.npy

Train and Test

Our program is easy to train and test, just need to run "main_train.py".

python main_train.py

Performance on ISIC 2018

NetworksPara(M)JIDiceACCRecallPrecision
FCN14.60.78660.86800.95040.88270.8784
U-Net32.90.81690.88810.95680.88580.9131
U-Net++34.90.81870.88930.95680.89100.9098
AttU-Net33.30.81990.89030.95770.88980.9126
DeepLabv3+37.90.82320.89260.95870.89740.9087
DenseASPP33.70.82530.89350.95890.89500.9138
CA-Net2.70.80410.87820.95250.87620.9072
BCDU-Net28.80.80840.88330.95480.89130.8968
Focus-Alpha26.40.81920.88930.95840.91570.8860
DO-Net24.70.82610.89480.95780.90360.9059
CE-Net29.00.82820.89590.95970.90540.9067
CPF-Net43.30.82920.89630.96020.90620.9071
Ms RED (our)3.80.83450.89990.96190.90490.9147

Reference

@article{dai2022ms,
  title={Ms RED: A novel multi-scale residual encoding and decoding network for skin lesion segmentation},
  author={Dai, Duwei and Dong, Caixia and Xu, Songhua and Yan, Qingsen and Li, Zongfang and Zhang, Chunyan and Luo, Nana},
  journal={Medical Image Analysis},
  volume={75},
  pages={102293},
  year={2022},
  publisher={Elsevier}
}