paper-with-me

Papers

A Mutual Bootstrapping Model for Automated Skin Lesion Segmentation and Classification

2019-03-08 · Yutong Xie, Jianpeng Zhang, Yong Xia, Chunhua Shen

Automated skin lesion segmentation and classification are two most essential and related tasks in the computer-aided diagnosis of skin cancer. Despite their prevalence, deep learning models are usually designed for only one task, ignoring the potential benefits in jointly performing both tasks. In this paper, we propose the mutual bootstrapping deep convolutional neural networks (MB-DCNN) model for simultaneous skin lesion segmentation and classification. This model consists of a coarse segmentation network (coarse-SN), a mask-guided classification network (mask-CN), and an enhanced segmentation network (enhanced-SN). On one hand, the coarse-SN generates coarse lesion masks that provide a prior bootstrapping for mask-CN to help it locate and classify skin lesions accurately. On the other hand, the lesion localization maps produced by mask-CN are then fed into enhanced-SN, aiming to transfer the localization information learned by mask-CN to enhanced-SN for accurate lesion segmentation. In this way, both segmentation and classification networks mutually transfer knowledge between each other and facilitate each other in a bootstrapping way. Meanwhile, we also design a novel rank loss and jointly use it with the Dice loss in segmentation networks to address the issues caused by class imbalance and hard-easy pixel imbalance. We evaluate the proposed MB-DCNN model on the ISIC-2017 and PH2 datasets, and achieve a Jaccard index of 80.4% and 89.4% in skin lesion segmentation and an average AUC of 93.8% and 97.7% in skin lesion classification, which are superior to the performance of representative state-of-the-art skin lesion segmentation and classification methods. Our results suggest that it is possible to boost the performance of skin lesion segmentation and classification simultaneously via training a unified model to perform both tasks in a mutual bootstrapping way.

📄 PDF Abstract BibTeX arXiv:1903.03313

Code (1)

YtongXie/MB-DCNN 공식 구현 pytorch

Tasks

ClassificationGeneral ClassificationLesion ClassificationLesion SegmentationSegmentation

Methods 이 논문이 사용한 방법론

Dice Loss \begin{equation} DiceLoss\left( y, \overline{p} \right) = 1 - \dfrac{\left( 2y\overline{p} + 1 \right)} {\left( y+\overline{p } + 1 \right)} \end{equation}

Similar Papers 제목 키워드 기반

Handling Inter-Annotator Agreement for Automated Skin Lesion Segmentation

2019-06-06 · Vinicius Ribeiro, Sandra Avila, Eduardo Valle

In this work, we explore the issue of the inter-annotator agreement for training and evaluating automated segmentation of skin lesions. We explore what different degrees of agreement represent, and how they affect differ…

Image SegmentationLesion ClassificationLesion SegmentationSegmentation+2

Knowledge-aware Deep Framework for Collaborative Skin Lesion Segmentation and Melanoma Recognition

2021-06-07 · XiaoHong Wang, Xudong Jiang, Henghui Ding, Yuqian Zhao 외

Deep learning techniques have shown their superior performance in dermatologist clinical inspection. Nevertheless, melanoma diagnosis is still a challenging task due to the difficulty of incorporating the useful dermatol…

Clinical KnowledgeLesion SegmentationMelanoma DiagnosisSegmentation+1

Automated skin lesion segmentation using multi-scale feature extraction scheme and dual-attention mechanism

2021-11-16 · G Jignesh Chowdary, G V S N Durga Yathisha, Suganya G, Premalatha M

Segmenting skin lesions from dermoscopic images is essential for diagnosing skin cancer. But the automatic segmentation of these lesions is complicated due to the poor contrast between the background and the lesion, imag…

Lesion SegmentationSegmentationSkin Lesion Segmentation

GS-TransUNet: Integrated 2D Gaussian Splatting and Transformer UNet for Accurate Skin Lesion Analysis

2025-02-23 · Anand Kumar, Kavinder Roghit Kanthen, Josna John

We can achieve fast and consistent early skin cancer detection with recent developments in computer vision and deep learning techniques. However, the existing skin lesion segmentation and classification prediction models…

ClassificationDiagnosticLesion ClassificationLesion Segmentation+4

Automatic Lesion Boundary Segmentation in Dermoscopic Images with Ensemble Deep Learning Methods

2019-02-02 · Manu Goyal, Amanda Oakley, Priyanka Bansal, Darren Dancey 외

Early detection of skin cancer, particularly melanoma, is crucial to enable advanced treatment. Due to the rapid growth in the numbers of skin cancers, there is a growing need of computerized analysis for skin lesions. T…

Segmentation