TL;DR
This paper introduces a novel single-model deep learning approach that effectively classifies skin lesions on small, imbalanced datasets, achieving high accuracy with low computational cost, suitable for mobile deployment.
Contribution
The study proposes a new combination of data augmentation, regularization, and a specialized loss function within a single DCNN to handle small, imbalanced skin lesion datasets.
Findings
Achieved comparable or superior accuracy to ensemble models.
Reduced overfitting with DropOut and DropBlock.
Effective in low-resource settings and mobile applications.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsDiffusion-Convolutional Neural Networks · DropBlock · Focal Loss · Dropout · RandAugment
