paper-with-me

홈 › Papers

Single Model Deep Learning on Imbalanced Small Datasets for Skin Lesion Classification

2021-02-02 · Peng Yao, Shuwei Shen, Mengjuan Xu, Peng Liu, Fan Zhang, Jinyu Xing, Pengfei Shao, Benjamin Kaffenberger, Ronald X. Xu

Deep convolutional neural network (DCNN) models have been widely explored for skin disease diagnosis and some of them have achieved the diagnostic outcomes comparable or even superior to those of dermatologists. However, broad implementation of DCNN in skin disease detection is hindered by small size and data imbalance of the publically accessible skin lesion datasets. This paper proposes a novel single-model based strategy for classification of skin lesions on small and imbalanced datasets. First, various DCNNs are trained on different small and imbalanced datasets to verify that the models with moderate complexity outperform the larger models. Second, regularization DropOut and DropBlock are added to reduce overfitting and a Modified RandAugment augmentation strategy is proposed to deal with the defects of sample underrepresentation in the small dataset. Finally, a novel Multi-Weighted New Loss (MWNL) function and an end-to-end cumulative learning strategy (CLS) are introduced to overcome the challenge of uneven sample size and classification difficulty and to reduce the impact of abnormal samples on training. By combining Modified RandAugment, MWNL and CLS, our single DCNN model method achieved the classification accuracy comparable or superior to those of multiple ensembling models on different dermoscopic image datasets. Our study shows that this method is able to achieve a high classification performance at a low cost of computational resources and inference time, potentially suitable to implement in mobile devices for automated screening of skin lesions and many other malignancies in low resource settings.

📄 PDF Abstract BibTeX arXiv:2102.01284

Code (1)

yaopengustc/mbit-skin-cancer 공식 구현 pytorch

Tasks

ClassificationData AugmentationDiagnosticGeneral ClassificationLesion ClassificationSkin Lesion Classification

Methods 이 논문이 사용한 방법론

DCNN Diffusion-convolutional neural networks (DCNN) is a model for graph-structured data. Through the introduction of a diffusion-convolution operation, diffusion-based representations…
DropBlock DropBlock is a structured form of dropout directed at regularizing convolutional networks. In DropBlock, units in a contiguous…
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
RandAugment 설명 없음

Similar Papers 제목 키워드 기반

SuperCon: Supervised Contrastive Learning for Imbalanced Skin Lesion Classification

2022-02-11 · Keyu Chen, Di Zhuang, J. Morris Chang

Convolutional neural networks (CNNs) have achieved great success in skin lesion classification. A balanced dataset is required to train a good model. However, due to the appearance of different skin lesions in practice, …

ClassificationContrastive LearningLesion ClassificationSkin Lesion Classification

ECL: Class-Enhancement Contrastive Learning for Long-tailed Skin Lesion Classification

2023-07-09 · Yilan Zhang, Jianqi Chen, Ke Wang, Fengying Xie

Skin image datasets often suffer from imbalanced data distribution, exacerbating the difficulty of computer-aided skin disease diagnosis. Some recent works exploit supervised contrastive learning (SCL) for this long-tail…

Contrastive LearningLesion ClassificationSkin Lesion Classification

Mitigating the Influence of Domain Shift in Skin Lesion Classification: A Benchmark Study of Unsupervised Domain Adaptation Methods on Dermoscopic Images

2023-10-05 · Sireesha Chamarthi, Katharina Fogelberg, Roman C. Maron, Titus J. Brinker 외

The potential of deep neural networks in skin lesion classification has already been demonstrated to be on-par if not superior to the dermatologists diagnosis. However, the performance of these models usually deteriorate…

Domain AdaptationLesion ClassificationSkin Lesion ClassificationUnsupervised Domain Adaptation

A Novel Perspective for Multi-modal Multi-label Skin Lesion Classification

2024-09-19 · Yuan Zhang, Yutong Xie, Hu Wang, Jodie C Avery 외

The efficacy of deep learning-based Computer-Aided Diagnosis (CAD) methods for skin diseases relies on analyzing multiple data modalities (i.e., clinical+dermoscopic images, and patient metadata) and addressing the chall…

DiagnosticLesion ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

The iToBoS dataset: skin region images extracted from 3D total body photographs for lesion detection

2025-01-30 · Anup Saha, Joseph Adeola, Nuria Ferrera, Adam Mothershaw 외

Artificial intelligence has significantly advanced skin cancer diagnosis by enabling rapid and accurate detection of malignant lesions. In this domain, most publicly available image datasets consist of single, isolated s…

BenchmarkingDiagnosticLesion Detection