Section 01
Introduction to Skin Lesion CNN Classifier: A Multi-Model Ensemble Scheme for Clinical Deployment
Original Author/Maintainer: daorre1202 Source Platform: GitHub Original Title: skin-lesion-classifier-CNN Original Link: https://github.com/daorre1202/skin-lesion-classifier-CNN Release Time: June 1, 2026
Core Points: This project proposes an end-to-end deep learning pipeline for automated dermoscopic image classification, using a weighted ensemble of ResNet50, DenseNet121, and EfficientNet-B3, combined with Test-Time Augmentation (TTA) and class-specific threshold calibration. It achieves a Balanced Accuracy (BACC) of 0.846 on the ISIC 2018 dataset, with a focus on improving the detection sensitivity of malignant lesions such as melanoma, aiming to address the practicality issues of deep learning classifiers in clinical deployment.