IVCVLGMLDec 16, 2019

Automating Vitiligo Skin Lesion Segmentation Using Convolutional Neural Networks

arXiv:1912.08350v128 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient and reproducible lesion segmentation in dermatology, though it is incremental as it builds on existing U-Net architecture.

The paper tackled the problem of automating vitiligo skin lesion segmentation from images, achieving a Jaccard Index of 73.6% compared to 36.7% for the state-of-the-art U-Net and reducing segmentation time to seconds from minutes.

For several skin conditions such as vitiligo, accurate segmentation of lesions from skin images is the primary measure of disease progression and severity. Existing methods for vitiligo lesion segmentation require manual intervention. Unfortunately, manual segmentation is time and labor-intensive, as well as irreproducible between physicians. We introduce a convolutional neural network (CNN) that quickly and robustly performs vitiligo skin lesion segmentation. Our CNN has a U-Net architecture with a modified contracting path. We use the CNN to generate an initial segmentation of the lesion, then refine it by running the watershed algorithm on high-confidence pixels. We train the network on 247 images with a variety of lesion sizes, complexity, and anatomical sites. The network with our modifications noticeably outperforms the state-of-the-art U-Net, with a Jaccard Index (JI) score of 73.6% (compared to 36.7%). Moreover, our method requires only a few seconds for segmentation, in contrast with the previously proposed semi-autonomous watershed approach, which requires 2-29 minutes per image.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes