# DSNet: Automatic Dermoscopic Skin Lesion Segmentation

**Authors:** Md. Kamrul Hasan, Lavsen Dahal, Prasad N. Samarakoon, Fakrul Islam, Tushar, Robert Marti Marly

arXiv: 1907.04305 · 2020-01-27

## TL;DR

This paper introduces DSNet, a lightweight deep learning model using depth-wise separable convolutions for automatic skin lesion segmentation, outperforming existing methods on public datasets and aiding melanoma diagnosis.

## Contribution

The study proposes a novel, efficient semantic segmentation network called DSNet that improves accuracy and reduces parameters compared to traditional models like U-Net and FCN8s.

## Key findings

- DSNet achieved 77.5% and 87.0% mIoU on ISIC-2017 and PH2 datasets.
- Outperformed ISIC-2017 challenge winner by 1.0% mIoU.
- Surpassed U-Net and FCN8s by 3.6% and 6.8% mIoU on ISIC-2017.

## Abstract

Automatic segmentation of skin lesion is considered a crucial step in Computer Aided Diagnosis (CAD) for melanoma diagnosis. Despite its significance, skin lesion segmentation remains a challenging task due to their diverse color, texture, and indistinguishable boundaries and forms an open problem. Through this study, we present a new and automatic semantic segmentation network for robust skin lesion segmentation named Dermoscopic Skin Network (DSNet). In order to reduce the number of parameters to make the network lightweight, we used depth-wise separable convolution in lieu of standard convolution to project the learned discriminating features onto the pixel space at different stages of the encoder. Additionally, we implemented U-Net and Fully Convolutional Network (FCN8s) to compare against the proposed DSNet. We evaluate our proposed model on two publicly available datasets, namely ISIC-2017 and PH2. The obtained mean Intersection over Union (mIoU) is 77.5 % and 87.0 % respectively for ISIC-2017 and PH2 datasets which outperformed the ISIC-2017 challenge winner by 1.0 % with respect to mIoU. Our proposed network also outperformed U-Net and FCN8s respectively by 3.6 % and 6.8 % with respect to mIoU on the ISIC-2017 dataset. Our network for skin lesion segmentation outperforms other methods and can provide better segmented masks on two different test datasets which can lead to better performance in melanoma detection. Our trained model along with the source code and predicted masks are made publicly available.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.04305/full.md

## Figures

13 figures with captions in the complete paper: https://tomesphere.com/paper/1907.04305/full.md

## References

47 references — full list in the complete paper: https://tomesphere.com/paper/1907.04305/full.md

---
Source: https://tomesphere.com/paper/1907.04305