IVCVApr 17, 2020

Cascaded Context Enhancement Network for Automatic Skin Lesion Segmentation

arXiv:2004.08107v315 citations
AI Analysis

This work addresses the problem of accurate melanoma diagnosis for medical professionals by improving segmentation performance, though it appears incremental as it builds on existing deep learning methods.

The paper tackles the challenge of skin lesion segmentation by proposing a cascaded context enhancement neural network, achieving Jaccard Index scores of 87.1%, 80.3%, 83.4%, and 86.6% on four public datasets, outperforming state-of-the-art models.

Skin lesion segmentation is an important step for automatic melanoma diagnosis. Due to the non-negligible diversity of lesions from different patients, extracting powerful context for fine-grained semantic segmentation is still challenging today. Although the deep convolutional neural network (CNNs) have made significant improvements on skin lesion segmentation, they often fail to reserve the spatial details and long-range dependencies context due to consecutive convolution striding and pooling operations inside CNNs. In this paper, we formulate a cascaded context enhancement neural network for automatic skin lesion segmentation. A new cascaded context aggregation (CCA) module with a gate-based information integration approach is proposed to sequentially and selectively aggregate original image and multi-level features from the encoder sub-network. The generated context is further utilized to guide discriminative features extraction by the designed context-guided local affinity (CGL) module. Furthermore, an auxiliary loss is added to the CCA module for refining the prediction. In our work, we evaluate our approach on four public skin dermoscopy image datasets. The proposed method achieves the Jaccard Index (JA) of 87.1%, 80.3%, 83.4%, and 86.6% on ISIC-2016, ISIC-2017, ISIC-2018, and PH2 datasets, which are higher than other state-of-the-art models respectively.

Foundations

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

Your Notes