Research Article

An Explainable Computer-Aided Framework for Skin Lesion Classification Using Deep Learning

60 views

DOI:

10.3791/72639

August 25th, 2026

In This Article

Summary

This paper presents an explainable CNN-based framework for skin lesion classification that combines high diagnostic accuracy with model interpretability. It classifies lesion images and generates visual explanations for its predictions. Results demonstrate strong performance and improved transparency, supporting clinical decision-making and assisting dermatologists in the early detection of skin diseases.

Abstract

The utilization of deep convolutional neural networks for the purpose of diagnosing diseases in the skin area has proven to yield similar accuracy levels to those obtained by dermatologists in different studies. Nevertheless, many challenges are still present, including underperformance and poor generalization in some cases, as well as low interpretability related to the use of black box models. This creates major obstacles for practical implementation since it requires explainability in addition to accurate diagnostics, making it necessary to find a solution. To overcome the mentioned difficulties, an explainable deep learning framework for skin lesion classification (EDLF-SLC) is developed within this study. The framework makes use of various approaches in machine learning and explainable artificial intelligence (XAI) to ensure improvements in terms of both accuracy and interpretability in a three-stage manner. In the initial stage, deep representations extracted from multiple pretrained CNN architectures are fused to preserve complementary discriminative information learned by different network architectures before classification using an SVM with a radial basis function kernel. Next, Support Vector Machine (SVM) classifiers with a radial basis function kernel are used to classify the obtained features. Finally, the predictions made by the model are interpreted through local interpretable model-agnostic explanations (LIME). Experimental results show that EDLF-SLC reaches 88.0% in accuracy, 89.0% in precision, 87.0% in recall, and 88.0% in F1 score, demonstrating competitive performance compared with several recently reported methods under the experimental conditions considered in this study.

Introduction

Skin lesions are a major concern in dermatology and oncology because they range from benign abnormalities to malignant cancers such as melanoma, the deadliest form of skin cancer. In 2020, melanoma accounted for approximately 325,000 new cases and more than 57,000 deaths worldwide1. Although advances in screening and treatment have improved patient outcomes, delayed diagnosis and limited access to healthcare continue to contribute to high mortality and years of life lost, particularly among younger populations2,3.

Traditional diagnosis relies primarily on visual examination and dermoscopy, making the process dependent on clinicians' expertise and prone to subjectivity, inter-observer variability, unnecessary biopsies, and prolonged examination times4,5,6. To address these limitations, deep learning, particularly CNNs, has emerged as an effective solution for automated skin lesion classification. CNN-based models, including DDCNN-F7, YOLOv7-XAI8, and several other architectures9,10,11,12,13, have demonstrated high diagnostic accuracy by automatically learning discriminative image features. Despite their success, most deep learning models operate as "black boxes," limiting clinicians' trust and hindering their adoption in routine medical practice. Explainable artificial intelligence techniques have therefore been introduced to improve model transparency by providing visual explanations of predictions. Among these methods, Local Interpretable Model-Agnostic Explanations generates interpretable local explanations by identifying the image regions that most influence model decisions14.

Skin lesion classification has evolved from traditional clinical assessment to advanced AI-based diagnostic systems driven by the need for accurate, reliable, and early skin cancer detection. This evolution has progressed through five major stages—traditional diagnostic methods, computer-assisted diagnosis (CAD), ML, DL, and, more recently, XAI and federated learning (FL)—reflecting continuous efforts to improve diagnostic accuracy, consistency, scalability, and clinical trustworthiness while overcoming the limitations of conventional examination. Early computational methods attempted to emulate clinical reasoning through handcrafted image descriptors derived from the ABCD rule, including asymmetry, border irregularity, color variation, and lesion diameter. These features were combined with Bayesian networks, decision trees, expert systems, and fuzzy inference models to support melanoma diagnosis, with several studies reporting classification accuracies exceeding 90%15,16,17. Despite providing an important foundation for computer-aided diagnosis, these methods depended entirely on manually engineered features and predefined diagnostic rules. Consequently, they exhibited limited robustness against variations in image quality, lesion morphology, illumination, and acquisition conditions.

To address these shortcomings, classical CAD systems emerged as an intermediate step between conventional image analysis and modern AI-based frameworks. CAD systems combined handcrafted feature extraction with conventional classifiers to improve diagnostic consistency and assist clinical decision-making. Several hybrid approaches integrated hierarchical clustering with recurrent neural networks and long short-term memory architectures, achieving classification accuracies approaching 99.5%18. Other CAD-based frameworks incorporated gradient boosting classifiers with SHAP-based explanations, demonstrating competitive diagnostic accuracy while improving model transparency19. Although these systems represented a significant improvement over purely rule-based approaches, they continued to rely heavily on handcrafted feature extraction, extensive preprocessing, carefully annotated datasets, and multistage processing pipelines.

Machine learning techniques further advanced automated skin lesion classification by enabling data-driven learning rather than explicit rule design. Hybrid frameworks combining convolutional neural networks with conventional machine learning classifiers, including logistic regression and k-nearest neighbors, demonstrated strong classification performance on benchmark datasets, achieving accuracies exceeding 95%9. Self-supervised multimodal learning further improved feature representation by jointly exploiting dermoscopic and clinical images, thereby reducing dependence on extensive manual annotation while improving classification performance20. Additional studies combined CNNs with generalized discriminant analysis, SURF descriptors, and optimization algorithms to improve feature discrimination and classification accuracy21. Automatic feature selection techniques employing DenseNet-201, InceptionV3, and binary tree optimization algorithms further enhanced feature representation while maintaining competitive diagnostic performance22. Transfer learning approaches utilizing pretrained architectures such as AlexNet and GoogLeNet also demonstrated promising classification capability despite limited training data23. Nevertheless, most ML methods continued to depend on carefully designed preprocessing procedures, handcrafted optimization strategies, balanced datasets, and extensive hyperparameter tuning. Their limited external validation and sensitivity to class imbalance further constrained their practical applicability in diverse clinical settings.

The introduction of DL fundamentally transformed automated skin lesion classification by enabling end-to-end learning directly from raw image data. CNNs eliminated the need for handcrafted feature engineering while substantially improving diagnostic performance across multiple benchmark datasets. Most CNN-based approaches demonstrated significant improvements in lesion classification through increasingly sophisticated architectures. Symmetry-aware CNN models explored clinically meaningful lesion characteristics but achieved only moderate balanced accuracy24. Others integrated EfficientNet architectures with LIME and SHAP explanations to improve interpretability while introducing quantitative trustworthiness measures25. Hybrid DL systems combining lesion segmentation, ensemble learning, and CNNs achieved excellent performance on multiple ISIC datasets but remained sensitive to segmentation quality and class imbalance26.

More recently, increasingly sophisticated hybrid architectures have further improved classification accuracy by integrating complementary DL techniques. Conditional generative adversarial networks combined with YOLOv5 and independent component analysis achieved classification accuracies exceeding 99%, although their computational complexity limited practical deployment 27. Similarly, hybrid LSTM–ResNet architectures effectively learned spatial-temporal representations but required substantially greater computational resources28. Transformer-based models, including Sap-Former, exploited global contextual information to enhance feature representation but required extensive preprocessing, large-scale annotated datasets, and significant computational power29. Lightweight alternatives such as S-MobileNet attempted to balance computational efficiency with diagnostic accuracy30, whereas unsupervised domain adaptation methods improved cross-domain generalization despite reduced effectiveness when only limited training samples were available31. Attention-enhanced hybrid networks incorporating modified convolutional attention modules and snapshot ensemble learning also demonstrated promising performance for monkeypox skin lesion classification, although challenges associated with class imbalance, image diversity, and limited explainability remained unresolved32. Customized residual architectures employing deeper network designs and hybrid loss functions further improved classification accuracy beyond 99% but incurred considerably greater computational overhead and training time33. Comprehensive review studies consistently concluded that DL substantially outperforms traditional handcrafted approaches by automatically learning discriminative image representations, while simultaneously identifying persistent challenges associated with imaging artifacts, illumination variability, computational complexity, and limited clinical generalization34.

Although DL has dramatically improved diagnostic accuracy, concerns regarding model transparency, uncertainty estimation, and trustworthy clinical deployment have stimulated growing interest in XAI and federated learning. Several studies have investigated uncertainty quantification techniques, including conformal prediction, Monte Carlo dropout, and evidential deep learning, demonstrating that reliable confidence estimation can substantially improve decision support despite imposing additional computational and data-related constraints35. Transformer-based mutual learning frameworks have also been proposed to address class imbalance while improving feature learning efficiency36. Other approaches combined full-resolution CNNs with graph-based optimization techniques to improve lesion segmentation and classification37, whereas hybrid deep learning frameworks integrating multiple complementary feature representations achieved classification accuracies approaching 99.5% despite requiring extensive preprocessing38.

Recent research has increasingly focused on integrating explainability directly into DL frameworks to enhance clinician trust and facilitate practical clinical adoption. Explainable systems employing multiple convolutional neural network architectures together with Grad-CAM and Score-CAM successfully localized diagnostically relevant lesion regions while maintaining competitive classification performance on both internal and external datasets39. Hybrid CNN–Transformer frameworks combining dermoscopic images with clinical metadata further improved predictive performance while utilizing SHAP and Grad-CAM to generate clinically meaningful visual explanations40. Additional transformer-based hybrid architectures integrating EfficientNetV2S, Swin Transformers, modified Xception networks, and graph attention mechanisms effectively captured complementary global and local lesion characteristics, although their large parameter counts and limited performance on minority classes restricted practical deployment41. Similarly, hybrid YOLOv8–Vision Transformer frameworks demonstrated improved lesion localization, multiclass classification, and visual interpretability through adaptive augmentation together with SHAP and Grad-CAM explanations; however, these methods continued to rely primarily on benchmark datasets and exhibited limited robustness for minority lesion categories42. Several survey articles have summarized these developments, emphasizing both the remarkable progress achieved by modern deep learning techniques and the persistent challenges associated with computational efficiency, explainability, dataset dependency, and clinical validation43,44,45. Table 1 summarizes some recently published work utilizing deep learning algorithms for Skin lesion classification.

Despite the remarkable advances achieved by recent DL methods in skin lesion classification, most existing approaches remain constrained by high computational complexity, dependence on large annotated datasets, limited model interpretability, and insufficient validation across diverse real-world clinical settings. To overcome these limitations, this paper proposes the EDLF-SLC framework that integrates complementary features extracted from multiple CNN architectures with an SVM classifier for robust and accurate classification. The framework further employs enhanced preprocessing to improve image quality and address class imbalance, while incorporating the LIME technique to provide visual explanations of individual predictions, thereby enhancing model transparency and clinical trustworthiness.

The contributions of this study are threefold. First, the authors propose a robust framework, EDLF-SLC, that integrates advanced convolutional neural networks (CNNs) with a support vector machine (SVM) classifier to achieve accurate and reliable skin lesion classification. Second, the authors implement enhanced preprocessing techniques to address class imbalance and reduce image noise, thereby improving the quality of the input images and the overall performance of the classification model. Third, the authors incorporate the Local Interpretable Model-agnostic Explanations (LIME) method to visualize and interpret individual model predictions by highlighting the image regions that most strongly influence classification decisions, thereby improving the transparency and interpretability of the proposed framework.

Protocol

This study did not involve the recruitment of human participants or the collection of identifiable patient data. All experiments were conducted using the publicly available ISIC 2020 skin lesion dataset obtained from the Kaggle repository; therefore, institutional ethics committee approval and informed consent were not required. All the materials used in this study are in the Table of Materials.

Feature extraction and fusion
Skin lesion images were processed using multiple pretrained CNN models. Deep feature vectors extracted from the selected pretrained CNN architectures are concatenated to construct a unified feature representation for each skin lesion image. The adopted fusion strategy preserves complementary visual information learned by different CNN architectures, allowing the subsequent SVM classifier to exploit both low-level texture characteristics and higher-level semantic representations. Although dimensionality reduction techniques such as principal component analysis or mutual information-based feature selection may reduce feature dimensionality, the complete fused representation was intentionally retained because the fused feature space remains computationally tractable for the employed RBF-SVM classifier while preserving complementary diagnostic information extracted from the heterogeneous CNN backbones.

Classification
The fused feature vectors were used to train an SVM classifier with an RBF kernel. Hyperparameter optimization techniques were employed to determine the optimal classification settings. The classifier then categorized skin lesions into their respective classes.

Explainability
To improve interpretability, LIME was applied to generate visual explanations highlighting the image regions that contribute most significantly to the classification outcomes. These explanations would assist clinicians in understanding and validating the model's decisions.

Evaluation plan
The proposed framework was evaluated using a benchmark skin lesion dataset. Performance was assessed using Accuracy, Precision, Recall, and F1-Score. Comparative experiments were conducted against existing machine learning and deep learning approaches to demonstrate the effectiveness of the proposed framework.

Expected outcomes
The study was expected to produce an accurate and interpretable skin lesion classification system. Preliminary experimental results indicate that EDLF-SLC achieves an accuracy of 88.0%, precision of 89.0%, recall of 87.0%, and F1-score of 88.0%, outperforming several competing methods. The integration of LIME explanations was anticipated to enhance the trustworthiness and facilitate the adoption of AI-assisted diagnostic systems in clinical practice.

Significance
This research contributes to the growing field of explainable healthcare AI by addressing both performance and transparency challenges in skin lesion diagnosis. The proposed framework has the potential to support dermatologists in making more reliable and interpretable diagnostic decisions, ultimately improving patient care. Moreover, in this section, the authors provided information regarding materials and the methodology that has been applied within this research study. Specifically, the authors started with the description of the dataset used for the experiments and moved forward to the detailed discussion of the Explainable Deep Learning Framework for Skin Lesion Classification.

Dataset
The presented work relies on the publicly available ISIC 2020 dataset (International Skin Imaging Collaboration), which can be accessed on the Kaggle website (https://www.kaggle.com/datasets/fanconic/skin-cancer-malignant-vs-benign). The ISIC repository has been recognized as one of the best resources in the field of dermatological imaging, since it provides a large variety of dermoscopic images of different types of skin lesions, as shown in Figure 1. Importantly, the dataset includes images of both benign and malignant conditions, making it useful for performing binary classification tasks for skin cancer 46. There are 3,297 images in the current dataset, out of which 1,800 are benign and 1,497 are malignant. For more efficient experiments, the data had to be split into a training set and a testing set. In particular, there are 2,637 training images, including 1,440 benign and 1,197 malignant, while the testing set consists of 660 images, of which 360 are benign and 300 are malignant. A summary of the dataset is shown in Table 2.

The proposed EDLF-SLC model
In this paper, an efficient and understandable solution for classifying skin lesions into benign and malignant categories has been proposed, using a novel explainable deep learning technique based on a hybrid approach combining the advantages of multiple pre-trained convolutional neural network models. Convolutional neural networks have proven highly effective in extracting high-level semantic features from medical images. Using this capability, the proposed explainable deep learning framework for skin lesion classification (EDLF-SLC) exploits multiple pretrained CNN models to achieve superior performance. To ensure the necessary transparency of the medical decision-making process, LIME has been adopted in the proposed approach to generate local human-readable explanations for the output results. The complete framework can be broken down into three main stages, as illustrated in Figure 2, namely, (1) data preprocessing, (2) feature extraction and classification, and (3) interpretability.

Model architecture and integration
As a preliminary step, seven popular deep learning models (MobileNetV2, ResNet50, EfficientNetB0, Xception, InceptionResNetV2, NASNetLarge, and MobileNet) were selected and evaluated on the validation dataset separately, and the four most effective models (ResNet50, EfficientNetB0, MobileNet, and Xception) have been chosen for the feature extraction stage. In the proposed framework, each input image x has been independently passed through the selected pretrained models. The last fully connected layer has been removed from each of these models, and feature vectors have been obtained from the previous layers. fResNet50(x), fEfficientNetB0(x), fMobileNet(x), and fXception(x) refer to the output feature vectors from each of the above-mentioned models. By concatenating those feature vectors, a new aggregated feature vector F(xi) is obtained:

F(xi) = [f(ResNet50)(xi);f(EfficientNetB0)(xi);f(MobileNet)(xi);f(Xception)(xi)] (1)

Afterward, F(xi) has been passed through an SVM classifier with a radial basis function (RBF) kernel to obtain the classification result. The whole algorithm for the proposed framework is presented in Supplementary File 1.

The proposed framework adopts direct feature-level fusion because each pretrained CNN architecture captures different discriminative characteristics of skin lesions through its distinct network architecture and learned feature hierarchy. Consequently, concatenating these heterogeneous feature representations preserves complementary information that contributes to more comprehensive lesion characterization before classification. Although dimensionality-reduction techniques such as principal component analysis (PCA) or mutual information-based feature selection can reduce the dimensionality of the fused representation, the complete fused feature vector was intentionally retained because its dimensionality remains computationally tractable for the adopted RBF-SVM classifier while preserving complementary diagnostic information extracted by the different CNN backbones. This design, therefore, prioritizes retaining complementary deep representations rather than eliminating potentially informative features before classification.

Data preparation
Data preparation has included preprocessing and splitting the data set into training and testing sets. Preprocessing is aimed at enhancing the quality of data by eliminating inconsistencies, deleting duplicate elements, formatting input images, and performing feature scaling for stable training of a good model. All images have been normalized to the range of [−1, 1] by means of the Z-score normalization:

Normalized value formula (X-μ)/σ, statistical concept, equation diagram. (2)

where µ and σ stand for the mean value and the standard deviation of the corresponding image, respectively. The data set has been divided into two subsets, i.e., a training set (70.0%) and a testing set (30.0%).

Data augmentation
To avoid overfitting and increase the generalization ability of the model, some augmentations have been used for the training set. Image augmentations involve modifying images in order to artificially expand the data set without changing essential features of medical conditions. The augmentation pipeline has been built using the Keras Sequential API. Such transformations as random horizontal flipping, rotation within a small angle, resizing, scaling, brightness/contrast adjustment, zooming, and some minor movements have been used. Representative examples of augmented images are illustrated in Figure 3.

Pretrained models
Several pretrained deep learning models have been adopted in the proposed framework for extracting features from input images. Those models include MobileNet, ResNet50, EfficientNetB0, Xception, NASNetLarge, Inception-ResNet-v2, and MobileNetV2. MobileNet and MobileNetV2 are lightweight deep learning models for efficient computations using depth-wise separable convolutions. ResNet50 employs the mechanism of residual connections for training the model, thus avoiding the problem of vanishing gradients during training. EfficientNetB0 strikes a balance between efficiency and precision through the approach of compound scaling. Xception extends the Inception network using depthwise separable convolutions. NASNetLarge involves the use of neural architecture search to build optimal deep neural network structures, and Inception-ResNet-v2 builds a hybrid of the Inception model and the residual connections mechanism. Feature vectors extracted from ResNet50 (1,024 features), EfficientNetB0 (1,280 features), MobileNet (1,024 features), and Xception (2,048 features) are concatenated to produce a unified 5,376-dimensional representation. This fusion strategy was selected to preserve complementary representations learned by the different CNN architectures rather than reducing the representation prior to classification. The resulting feature vector is subsequently supplied to the RBF-SVM classifier, which determines the optimal nonlinear decision boundary within the fused feature space.

Explainable AI model (LIME)
In order to provide some local interpretability of the model predictions, the authors adopt the method of generating localized human-readable explanations for each particular model prediction, called LIME47. For any input image, LIME first partitions it into smaller units called superpixels. Perturbations are then generated from the original image, and the predictions from the deep neural model are estimated for each of the perturbations. Then, a weighted linear model is fitted on the perturbations using weights depending on their proximity to the original input instance. After fitting the linear model, the feature importance scores are estimated, indicating the role of each superpixel in the prediction of the final label. Those importance scores are visually highlighted in the final explanation image. The LIME algorithm is shown in Supplementary File 2.

Results

Performance assessment of the developed classification framework is based on traditional evaluation measures stemming from the confusion matrix. A confusion matrix allows for obtaining a complete understanding of classifier performance through the representation of the number of right and wrong classifications made for each class defined. In this way, all types of errors can be analyzed. For example, both false positives and false negatives are especially important in the diagnosis of diseases. High values of false positives may show a classifier’s high sensitivity, but at the same time, large quantities of false negatives indicate its low sensitivity and pose potential health risks. The following performance metrics are utilized in this paper. These are accuracy, precision, recall, F1-score, specificity, true positive rate (TPR), and false positive rate (FPR). The formulas of these metrics are listed below:

Accuracy=(TP+TN)/(TP+TN+FP+FN) (3)

Precision TP/(TP+FP) (4)

Recall calculation formula, TP/(TP+FN), used in data analysis for performance metrics. (5)

F1 score formula; F1=(2×Precision×Recall)/(Precision+Recall); efficiency evaluation.(6)

Specificity formula, equation for true negative rate calculation, educational diagram. (7)

True positive rate and false positive rate equations, formula chart for statistical analysis. (8)

In this case, TP shows the number of malignant skin cancers detected by the framework, while TN indicates number of benign lesions. In turn, FP demonstrates a number of wrong decisions when lesions are classified as malignant even though they actually are benign. FN reflects number of wrongly recognized benign samples. With regards to skin cancer classification, minimizing false negatives is extremely important due to potential adverse effects resulting from it.

Performance of baseline models
All computational experiments were conducted in the cloud-based environment of Google Colab. It is worth noting that this platform allows running virtual machine instances using a predefined Ubuntu 20.04 as their operating system. To train baseline models, Python version 3.9 and PyTorch framework version 2.3.1 were used. Additionally, all the computing nodes had identical specifications, namely, an Intel Xeon CPU with a frequency of 2.2 GHz, NVIDIA Tesla T4 GPU, 16 GB RAM, and a storage capacity of 70 GB. Thus, such an experimental setting allowed reducing the variability introduced by different hardware platforms and increasing the reliability and reproducibility of results. A complete summary of the experimental environment can be found in Table 3.

Figure 4 shows learning curves corresponding to 100 epochs of training for the ResNet-50 architecture. Training was performed based on a dataset containing 2,110 images, while the size of the validation dataset was equal to 660 images. As one can see, during training, accuracy constantly increased up to almost 90.0%. At the same time, improvement in accuracy was observed for the first 50 epochs; after this point, the accuracy became almost constant, which can be viewed as a sign of convergence of the model. For validation, the model demonstrated an AUC value equal to 86.0%, thus demonstrating reasonable discriminative properties.

The confusion matrix presented in Figure 5 characterizes the performance of the ResNet-50 model in terms of classification accuracy in the case of a test set with 660 images. During evaluation, the model correctly recognized 310 out of 360 benign samples and 239 out of 300 malignant samples. However, a relatively high number of malignant samples were classified incorrectly, which led to a relatively large value of false negatives. This result should be considered in more detail due to the serious implications of this type of mistake when using the classifier in practice. In total, the model reached an accuracy of 83.0%, with a precision of 83.3%, a recall of 83.3%, and an F1-score of 83.3%.

Table 4 contains a detailed description of performance characteristics for the ResNet-50 model in terms of both classes. The classifier showed relatively balanced behavior in terms of precision, for benign samples, its value was equal to 83.0%, while malignant samples yielded a precision of 84.0%. Similarly, recall values reached 88.0% for benign lesions and 78.0% for malignant ones. Support in the table represents the number of samples corresponding to each class.

Proposed EDLF-SLC model
Figure 6 illustrates the training and validation AUC of the proposed model over 300 epochs. The AUC metric reflects the model’s ability to distinguish between benign and malignant classes, with higher values indicating better discriminative performance. As observed, the training AUC increases steadily throughout the training process, reaching a maximum value of 1.00 at approximately epoch 200. The validation AUC also improves progressively during the initial training stages; however, it begins to plateau after approximately 150 epochs, suggesting convergence of the model. The final validation AUC of 0.95 demonstrates strong generalization capability and effective class separability.

The confusion matrix of the proposed model, presented in Figure 7, shows that the model correctly classified 299 benign samples and 272 malignant samples, while misclassifying 28 benign cases as malignant and 61 malignant cases as benign. In total, the model achieved 571 correct predictions and 89 misclassifications. Notably, the higher number of false negatives (malignant cases misclassified as benign) highlights a critical limitation, as such errors may have significant clinical implications. Nevertheless, the overall classification performance remains robust. Unlike feature-selection approaches that intentionally remove dimensions before classification, the proposed framework preserves the complete fused deep representation generated by multiple heterogeneous CNN architectures. This design was adopted because each backbone extracts complementary lesion characteristics, and retaining the complete representation allows the SVM classifier to exploit the combined discriminative information without excluding potentially informative features. Consequently, the adopted feature fusion strategy prioritizes complementary representation learning while maintaining computational feasibility.

Figure 8 presents representative examples of classification outcomes produced by the proposed model. The results demonstrate that the model assigns high confidence scores to correctly classified instances. Specifically, benign cases exhibit high predicted probabilities (e.g., 99.84% and 99.85%), while malignant cases also show strong confidence levels (e.g., 99.98% and 99.96%). These findings indicate that the model can effectively differentiate between benign and malignant lesions, even in visually challenging scenarios. To enhance interpretability, the LIME framework is employed to generate localized explanations for model predictions, as shown in Figure 9A–D. LIME approximates the complex decision boundary of the model using a locally interpretable linear model. For each input image, the method generates perturbed samples by selectively masking superpixels and evaluating the corresponding predictions. A weighted linear model is then fitted to these samples, where weights are determined based on proximity to the original input using a radial basis function kernel. The resulting coefficients represent the contribution of each superpixel to the final prediction and are defined as:

Linear regression equation formula, E(Y)=B0+ΣBjXj, depicting statistical model elements. (9)

where Xj ∈ {0, 1} denotes the presence or absence of the j-th superpixel, Bj represents the corresponding contribution weight, and B0 is the baseline prediction. Positive coefficients (Bj > 0) indicate regions contributing to the malignant class, whereas negative coefficients (Bj < 0) correspond to benign features. The LIME-based visualizations, shown in Figure 9B, D, highlight the most influential regions contributing to each classification decision. For benign lesions, the model emphasizes regions characterized by uniform pigmentation and well-defined borders. In contrast, for malignant cases, the highlighted regions correspond to clinically significant features such as irregular borders, color heterogeneity, and atypical textures. The intensity of the highlighted regions reflects the magnitude of the corresponding coefficients Bj.

These results demonstrate that the EDLF-SLC model focuses on clinically meaningful features that align with established dermatological criteria, such as the ABCD rule. This alignment enhances the interpretability and trustworthiness of the model, making it more suitable for clinical decision support. Furthermore, Figure 10 presents comparative visualization results obtained using additional explainability techniques, including Grad-CAM, HiResCAM, GradCAM++, XGradCAM, LayerCAM, EigenGradCAM, and EigenCAM, further validating the consistency of the identified salient regions across different methods. With respect to the performance of the proposed EDLF-SLC model and seven baseline models post-training for 100 epochs, a comparison can be seen in Table 5. EDLF-SLC obtained a competitive performance of 0.88 on each metric evaluated compared with the baseline architectures evaluated based on the experimental context. EfficientNetB0 and ResNet50 had good results as well, with accuracies of 0.85 and 0.83, respectively. Conversely, Inception-ResNetV2 had the worst classification performance of the evaluated models. On the other hand, despite relatively lower classification accuracy, its computational efficiency was still comparable to that of the baseline models. The proposed EDLF-SLC model demonstrated a competitive performance relative to the evaluated baseline models under the adopted experimental conditions.

To assess the performance of the proposed framework relative to existing approaches, Table 6 presents a comparison with representative state-of-the-art methods for skin lesion classification. For instance47, reported an accuracy of 0.86, while48 employed an ensemble-based model that achieved similar accuracy but lower precision, recall, and F1-score. Recent studies based on ensemble learning and multiple CNN architectures25,49 reported accuracies of up to 0.87. Under the adopted experimental conditions, the proposed EDLF-SLC framework achieved an accuracy of 0.88 while using a unified explainable architecture without requiring additional components such as lesion segmentation models.

DATA AVAILABILITY
The data that support the findings of this study are openly available in Kaggle at https://www.kaggle.com/datasets/fanconic/skin-cancer-malignant-vs-benign.

Skin lesion analysis, melanoma classification; diagnostic images, dermatoscopic examination results.
Figure 1: Representative dermoscopic images from the ISIC dataset illustrating the two diagnostic classes used in this study. Samples are labeled as benign (0) and malignant (1), highlighting the variability in lesion morphology, color, and texture across the dataset. Please click here to view a larger version of this figure.

Skin lesion dataset analysis workflow; CNN-based feature extraction, SVM classification diagram.
Figure 2: Complete workflow of the proposed EDLF-SLC framework. The protocol begins with ISIC 2020 image acquisition, followed by preprocessing, data augmentation, dataset partitioning, deep feature extraction using four pretrained CNN architectures, feature fusion, SVM classification, performance evaluation, and LIME-based explanation generation. Please click here to view a larger version of this figure.

Microscopy technique examining skin lesion patterns, multiview magnified images, medical analysis.
Figure 3: Examples of augmented skin lesion images generated using data augmentation techniques. This includes horizontal and vertical flipping, rotation, scaling, and brightness adjustment. These transformations increase dataset diversity, improve model robustness, and reduce the risk of overfitting during training. Please click here to view a larger version of this figure.

ROC curve training result, AUC vs. epoch, diagram showing model validation and training accuracy trends.
Figure 4: Training and validation receiver operating characteristic area under the curve (ROC-AUC) of the ResNet-50 model over 100 training epochs. The blue curve represents the training AUC, whereas the orange curve represents the validation AUC. The curves demonstrate rapid convergence during the initial training epochs, followed by stable optimization with consistently high validation performance, indicating effective learning and satisfactory generalization on the validation dataset. Please click here to view a larger version of this figure.

Confusion matrix diagram for ResNet-50 in benign vs malignant lesion classification analysis.
Figure 5: Confusion matrix of the ResNet-50 model on the test dataset. Rows represent the true class labels (0 = benign, 1 = malignant), whereas columns represent the predicted class labels. The diagonal elements indicate correctly classified samples (310 benign and 239 malignant), while the off-diagonal elements represent misclassified samples, including 50 false positives and 61 false negatives. Please click here to view a larger version of this figure.

ROC-AUC curves, EDLF-SLC model, training vs. validation, graph, 300 epochs, data analysis.
Figure 6: Training and validation receiver operating characteristic area under the curve (ROC-AUC) of the proposed EDLF-SLC model over 300 training epochs. The blue curve represents the training AUC, whereas the orange curve represents the validation AUC. The model exhibits rapid convergence during the initial training epochs, followed by stable optimization with consistently high training and validation AUC values throughout the remaining epochs. The sustained validation performance demonstrates good generalization capability and stable learning behavior of the proposed EDLF-SLC framework on the validation dataset. Please click here to view a larger version of this figure.

Confusion matrix diagram for EDLF-SLC model showing classification accuracy of benign and malignant lesions.
Figure 7: Confusion matrix of the proposed EDLF-SLC model on the test dataset. Rows represent the true class labels (0 = benign, 1 = malignant), whereas columns represent the predicted class labels. The diagonal elements indicate correctly classified samples (299 benign and 272 malignant), while the off-diagonal elements correspond to misclassified samples, including 61 false positives and 28 false negatives. Please click here to view a larger version of this figure.

Dermatology analysis: images showing predictions of skin lesion classification, benign vs. malignant.
Figure 8: Sample predictions generated by the proposed EDLF-SLC model. This figure illustrates classification confidence levels for benign and malignant lesions and demonstrates the model’s discriminative capability. Please click here to view a larger version of this figure.

Skin lesion boundary analysis; diagrams A-D show lesion and contour differentiation process in dermatology.
Figure 9: LIME-based local explanations of the proposed EDLF-SLC model. The figure highlights the most influential superpixel regions contributing to the model's classification decisions. (A) Original dermoscopic image of a benign skin lesion. (B) LIME explanation for the benign lesion, with highlighted superpixels indicating the regions that contributed most to the benign prediction. (C) Original dermoscopic image of a malignant skin lesion. (D) LIME explanation for the malignant lesion, showing the discriminative superpixel regions that predominantly influenced the malignant classification. Yellow boundaries delineate the influential superpixels identified by LIME, while gray regions represent areas with minimal contribution to the prediction. Please click here to view a larger version of this figure.

Image analysis with GradCAM methods; diagram of raw and overlay results for visual explanations.
Figure 10: Comparison of class activation mapping (CAM)-based explainability methods applied to the proposed EDLF-SLC model. The figure compares the localization maps generated by GradCAM, HiResCAM, GradCAM++, XGradCAM, LayerCAM, EigenGradCAM, and EigenCAM for the same dermoscopic image. The first panel shows the original input image, followed by the corresponding raw activation maps and heatmap overlays produced by each explainability method. The visualizations illustrate the differences in spatial localization and highlight the image regions that contribute most strongly to the classification decision of the proposed EDLF-SLC framework. Please click here to view a larger version of this figure.

Ref.YearDatasetData sizeFeature extractionMethodAccuracy
92022HAM10000 dataset10015 skin lesion imagesColor and shape featuresML algorithms and Convolutional NN models95.1%
192023PH2 dataset200 annotated imagesAsymmetrical, Streaks, Dots/Globules, Regression areas featuresML models94.0%
302024HAM10000 dataset10000 imagesColor and shape featuresS-MobileNet97.7%
282025ISIC2020 and HAM10000 datasetsISIC2020 (12,670 images) and HAM10000 (10,015 images)Color and shapeResidual network-Long Short-Term Memory (R-LSTM50)95.7% (ISIC2020); 94.2% (HAM10000)
322026Monkeypox Skin Lesion Dataset (MSLD)770 imagesContext and textureDenseNet121, Xception, InceptionV3 and CBAM88% (DenseNet121)
392025HAM1000038,569 imagesContext and textureMobileNet, ResNet50, InceptionV3, and EfficientNet93.6% (MobileNet)
402025ISIC 20192357 imagesContext and SpatialCNN-transformer-based multi-modal DL98.71%
412026ISIC 201925,000 imagesContext and textureTransXV2S95.26%
422025HAM1000010,015 imagesColor and shapeViT with YOLOv893%

Table 1: Literature comparison. Summary of some recently published work utilizing deep learning algorithms for Skin lesion classification.

DatasetBenignMalignantTotal
Train data144011972637
Test data360300660
Total data180014973297

Table 2: Dataset distribution. Distribution of benign and malignant samples in the ISIC 2020 dataset, including training and testing splits.

ComponentSpecification
Operating SystemUbuntu 20.04
Programming LanguagePython 3.9
DL FrameworkPyTorch 2.3.1
OptimizerAdam
Learning rate scheduling1e−3
Number of epochs100/300
CPU2 vCPU 2.2 GHz
GPUTesla T4 (16 GB) × 1
RAM16 GB
Trainable Parameters2,430,353 (9.27 MB)
Non-trainable Parameters133,434,397 (509.01 MB)

Table 3: System specifications. Detailed specifications of the computational environment, including software frameworks and hardware resources utilized for model training and evaluation.

ClassPrecisionRecallF1-scoreSupport
Benign class0.830.880.85360
Malignant class0.840.780.81300
Accuracy--0.832660
Macro avg0.840.830.83660
Weighted avg0.840.830.83660

Table 4: Classification report. Classification performance of the ResNet-50 model on the test dataset, including precision, recall, F1-score, and support for each class.

ModelAccuracyPrecisionRecallF1 ScoreTime (s)
NASNetLarge0.770.760.770.762002.47
EfficientNetB00.850.850.850.85734.8
Xception0.80.810.80.8732.23
ResNetV20.630.640.630.6111072.34
MobileNet0.790.80.790.79629.29
MobileNetV20.770.790.770.77660.5
ResNet500.830.830.830.83749.77
EDLF-SLC0.880.890.870.883279.77

Table 5: Model performance comparison. Comparative performance of the proposed EDLF-SLC model and baseline deep learning models across accuracy, precision, recall, F1-score, and computational time.

ModelAccuracyPrecisionRecallF1-Score
ResNet-18 [25]0.850.850.850.85
ResNet-50 with SVM [50]0.870.880.980.93
Hybrid DL models + SVM [48]0.860.840.80.84
Hybrid DL models + SVM [49]0.860.80.60.68
Proposed EDLF-SLC0.880.890.870.88

Table 6: Model comparison metrics. Performance comparison between the proposed EDLF-SLC framework and recent state-of-the-art approaches for skin lesion classification.

Supplementary File 1: Algorithm 1. Workflow of the proposed EDLF-SLC framework, outlining data preprocessing, deep feature extraction using multiple CNN architectures, SVM-based classification, and LIME-based explainability for skin lesion prediction. Please click here to download this file.

Supplementary File 2: Algorithm 2. Workflow of the LIME-based local explanation process, illustrating superpixel generation, perturbation sampling, surrogate model construction, and visualization of the image regions contributing most to the classification decision. Please click here to download this file.

Discussion

The proposed explainable deep learning framework for skin lesion classification (EDLF-SLC) demonstrates that combining complementary deep feature representations with explainable artificial intelligence can improve both classification performance and model transparency. By integrating multiple pretrained CNN architectures (ResNet50, EfficientNetB0, MobileNet, and Xception) for feature extraction and employing a Support Vector Machine (SVM) for final classification, the framework exploits the strengths of different feature extractors to generate richer and more discriminative lesion representations than those obtained from a single backbone network. Furthermore, the integration of local interpretable model-agnostic explanations (LIME) provides localized visual explanations, enabling clinicians to understand the image regions that contribute most to each prediction and increasing confidence in the model's diagnostic decisions.

Experimental results demonstrate that EDLF-SLC achieves competitive performance compared with baseline CNN models, including MobileNet, Xception, and ResNet50, highlighting the effectiveness of complementary feature fusion and SVM-based classification. Comparison with recent state-of-the-art approaches further confirms the competitiveness of the proposed framework. For example, two studies48,49 reported accuracies of approximately 0.86 using ensemble-based methods, while other hybrid CNN-SVM frameworks25,50,51,52,53 achieved accuracies up to 0.87 but relied on more complex architectures and additional preprocessing or segmentation modules. In contrast, the proposed framework achieves an accuracy of 0.88 using a comparatively streamlined architecture without requiring explicit lesion segmentation, while simultaneously providing interpretable predictions through LIME. These results indicate that combining complementary CNN feature extractors before SVM classification can enhance diagnostic performance while maintaining architectural simplicity and transparency.

Although the proposed framework improves classification accuracy and interpretability, this improvement comes at the expense of increased computational cost. The total training time of EDLF-SLC is approximately 3279.77 s, considerably higher than individual CNN models such as ResNet50 (749.77 s) and MobileNet (629.29 s). This additional computational overhead results from training multiple pretrained CNNs and performing feature fusion before classification. Such a trade-off is commonly observed in hybrid and ensemble learning approaches, where improved predictive performance is achieved at the cost of higher computational requirements. Nevertheless, in clinical decision-support systems, diagnostic accuracy, robustness, and reliability are generally considered more important than training efficiency because they directly affect patient outcomes.

Another important advantage of the proposed framework is its explainability. Unlike conventional deep learning models that often function as black boxes, EDLF-SLC incorporates LIME to provide case-specific visual explanations of the prediction process. These explanations help clinicians verify whether the model focuses on clinically relevant lesion regions, thereby improving transparency, supporting clinical interpretation, and facilitating trust in AI-assisted diagnosis. Consequently, the proposed framework offers a practical balance between predictive performance and model interpretability, making it a promising computer-aided decision support tool for skin lesion classification.

Despite these encouraging results, several limitations should be acknowledged. First, the framework was evaluated using only the publicly available ISIC dataset, and its generalization capability across images acquired under different clinical conditions, imaging devices, and patient populations remains to be validated. Second, employing multiple pretrained CNN architectures inevitably increases computational complexity and training time compared with single-backbone models. Third, fixed hyperparameter settings were adopted throughout the experiments, and further optimization may improve performance and adaptability across different datasets. Finally, although LIME enhances model transparency, its explanations are local and perturbation-dependent, meaning that explanation consistency may vary between runs and should be further validated with dermatology experts before routine clinical deployment.

Future research will focus on validating the proposed framework using multiple large-scale and multi-center skin lesion datasets, optimizing computational efficiency through lightweight feature fusion and model compression techniques, investigating advanced hyperparameter optimization strategies, and extending the framework to multiclass skin lesion classification. Moreover, integrating additional explainable AI techniques and conducting prospective clinical evaluations with dermatologists will further strengthen the reliability, interpretability, and practical applicability of the proposed framework in real-world clinical environments.

Disclosures

The authors declare that there is no conflict of interest.

Acknowledgements

The authors would like to express their sincere appreciation to Taif University for providing the research environment and institutional support that facilitated the completion of this work.

Materials

List of materials used in this article
NameCompanyCatalog NumberComments
ISIC 2020 Skin Lesion DatasetInternational Skin Imaging Collaboration (ISIC)ISIC 2020 Challenge DatasetDermoscopic image dataset used for model development and evaluation.
KerasKeras TeamIntegrated with TensorFlowConstruction and training of deep learning models.
LIME (Local Interpretable Model-Agnostic Explanations)Ribeiro et al.Python packageGeneration of local visual explanations for model predictions.
MatplotlibMatplotlib DevelopersLatest compatible versionVisualization of learning curves, confusion matrices, and evaluation plots.
NumPyNumPy DevelopersLatest compatible versionNumerical computation and array manipulation.
NVIDIA Tesla T4 GPUNVIDIA Corporation16 GB VRAMModel training and inference acceleration.
PandasPandas Development TeamLatest compatible versionData processing and experimental result management.
Pretrained CNN ModelsTensorFlow/Keras ApplicationsResNet50, EfficientNetB0, MobileNet, XceptionDeep feature extraction from dermoscopic images.
PythonPython Software FoundationVersion 3.9Programming language used for implementation.
PyTorchPyTorch FoundationVersion 2.3.1Deep learning framework used for feature extraction and model implementation.
Scikit-learnScikit-learn DevelopersLatest compatible versionSupport Vector Machine (SVM), evaluation metrics, and data preprocessing.
Support Vector Machine (RBF Kernel)Scikit-learnSVCClassification of fused deep feature representations.
TensorFlowGoogle LLCVersion 2.xDeep learning framework for model training and inference.
Ubuntu Operating SystemCanonical Ltd.Ubuntu 20.04Experimental operating environment.

References

  1. Chan S, Reddy V, Myers B, Thibodeaux Q, Brown-Stone N, Liao W. Machine learning in dermatology: current applications, opportunities, and limitations. Dermatol Ther (Heidelb). 2020;10:365-386.
  2. Olsen CM. Global trends in melanoma mortality differ by sex and age. Br J Dermatol. 2020;183(6):985-986.
  3. Sun Y, Shen Y, Liu Q, Zhang H, Jia L, Chai Y, et al. Global trends in melanoma burden: a comprehensive analysis from the Global Burden of Disease Study, 1990-2021. J Am Acad Dermatol. 2025;92(1):100-107.
  4. Monika MK, Vignesh NA, Kumari CU, Kumar M, Lydia EL. Skin cancer detection and classification using machine learning. Mater Today Proc. 2020;33:4266-4270.
  5. Hosny KM, Elshora D, Mohamed ER, Vrochidou E, Papakostas GA. Deep learning and optimization-based methods for skin lesions segmentation: a review. IEEE Access. 2023.
  6. Baghdadi NA, Farghaly Abdelaliem SM, Malki A, Gad I, Ewis A, Atlam ES. Advanced machine learning techniques for cardiovascular disease early detection and diagnosis. J Big Data. 2023;10(1):144.
  7. Veeramani N, Jayaraman P, Krishankumar R, Ravichandran KS, Gandomi AH. DDCNN-F: double decker convolutional neural network feature fusion as a medical image classification framework. Sci Rep. 2024;14(1).
  8. Veeramani N, Jayaraman P. YOLOv7-XAI: multiclass skin lesion diagnosis using explainable artificial intelligence with fair decision making. Int J Imaging Syst Technol. 2024;34(6).
  9. Shetty B, Fernandes R, Rodrigues AP, Chengoden R, Bhattacharya S, Lakshmanna K. Skin lesion classification of dermoscopic images using machine learning and convolutional neural network. Sci Rep. 2022;12(1):18134.
  10. Ali AR, Li J, Yang G, O'Shea SJ. A machine learning approach to automatic detection of irregularity in skin lesion border using dermoscopic images. PeerJ Comput Sci. 2020;6:e268.
  11. Pham TTH, Luu TN, Nguyen TV, Huynh NT, Phan QH, Le TH. Polarimetric imaging combining optical parameters for classification of mice non-melanoma skin cancer tissue using machine learning. Heliyon. 2023;9(11).
  12. Liu N, Rejeesh M, Sundararaj V, Gunasundari B. ACO-KELM: anti coronavirus optimized kernel-based softplus extreme learning machine for classification of skin cancer. Expert Syst Appl. 2023;232:120719.
  13. Masud M, Almars AM, Rokaya MB, Meshref H, Gad I, Atlam ES. A novel lightweight convolutional neural network model to predict Alzheimer's disease applying weighted loss function. J Disabil Res. 2024;3(4):20240042.
  14. Kumar A, Veeraiah V, Gongada TN, Ahamad S, Khan H, Gupta A. Explainable machine learning models for clinical decision support systems. In: 2024 15th International Conference on Computing Communication and Networking Technologies (ICCCNT). Piscataway (NJ): IEEE; 2024. p. 1-6.
  15. Shahzad K, Wasim M, Pires IM, Garcia NM. Multi-classification of skin lesions using a deep learning-based convolutional neural network. Procedia Comput Sci. 2024;241:588-593.
  16. Celebi ME, Kingravi HA, Uddin B, Iyatomi H, Aslandogan YA, Stoecker WV, et al. A methodological approach to the classification of dermoscopy images. Comput Med Imaging Graph. 2007;31(6):362-373.
  17. Li CX, Shen CB, Xue K, Shen X, Jing Y, Wang ZY, et al. Artificial intelligence in dermatology: past, present, and future. Chin Med J (Engl). 2019;132(17):2017-2020.
  18. Ramprasad M, Nagesh S, Sahith V, Lankalapalli RK. Hierarchical agglomerative clustering based skin lesion detection with region-based neural networks classification. Meas Sens. 2023;29:100865.
  19. Khater T, Ansari S, Mahmoud S, Hussain A, Tawfik H. Skin cancer classification using explainable artificial intelligence on pre-extracted image features. Intell Syst Appl. 2023;20:200275.
  20. Wang H, Ahn E, Bi L, Kim J. Self-supervised multi-modality learning for multi-label skin lesion classification. Comput Methods Programs Biomed. 2025;265:108729.
  21. Thapar P, Rakhra M, Alsaadi M, Quraishi A, Deka A, Naga Ramesh JV. A hybrid grasshopper optimization algorithm for skin lesion segmentation and melanoma classification using deep learning. Healthc Anal. 2024;5:100326.
  22. Kumar S, Nath VK, Hazarika D. Blend of deep features and binary tree growth algorithm for skin lesion classification. Symmetry (Basel). 2023;15(12):2213.
  23. Chandrahaas BV, Mohanty SN, Panda SK, et al. An empirical study on classification of monkeypox skin lesion detection. EAI Endorsed Trans Pervasive Health Technol. 2023;9:e4.
  24. Talavera-Martínez L, Bibiloni P, Giacaman A, Taberner R, de Paz Hernando LJD, González-Hidalgo M. A novel approach for skin lesion symmetry classification with a deep learning model. Comput Biol Med. 2022;145:105450.
  25. Ieracitano C, Morabito FC, Hussain A, Suffian M, Mammone N. TIXAI: a trustworthiness index for explainable artificial intelligence in skin lesion classification. Neurocomputing. 2025;630:129701.
  26. Hasan MK, Elahi MTE, Alam MA, Jawad MT, Martí R. DermoExpert: skin lesion classification using a hybrid convolutional neural network through segmentation, transfer learning, and augmentation. Inform Med Unlocked. 2022;28:100819.
  27. Koparde S, Kotwal J, Deshmukh S, Adsure S, Chaudhari P, Kimbahune V. Conditional generative adversarial networks and YOLOv5 Darknet-based skin lesion localization and classification using an independent component analysis model. Inform Med Unlocked. 2024;47:101515.
  28. Padhy S, Dash S, Kumar N, Singh SP, Kumar G, Moral P. Temporal integration of ResNet features with LSTM for enhanced skin lesion classification. Results Eng. 2025;25:104201.
  29. Xin C, Liu Z, Ma Y, Wang D, Zhang J, Li L, et al. Transformer-guided self-adaptive network for multi-scale skin lesion image segmentation. Comput Biol Med. 2024;169:107846.
  30. Sulthana R, Chamola V, Hussain Z, Albalwy F, Hussain A. A novel end-to-end deep convolutional neural network-based skin lesion classification framework. Expert Syst Appl. 2024;246:123056.
  31. Chamarthi S, Fogelberg K, Brinker TJ, Niebling J. Mitigating the influence of domain shift in skin lesion classification: a benchmark study of unsupervised domain adaptation methods. Inform Med Unlocked. 2024;44:101430.
  32. Maity S, Paul S, Guha S, Dasgupta S, Ghosh M. Automated classification of monkeypox skin lesions using a hybrid deep learning model. Biomed Signal Process Control. 2026;126:110955.
  33. Nasir S, Bilal M, Khalidi H. Detection and classification of skin cancer by using CNN-enabled cloud storage data access control algorithm based on blockchain technology. Int J Theor Appl Comput Intell. 2025:145-169.
  34. Saba T. Computer vision for microscopic skin cancer diagnosis using handcrafted and non-handcrafted features. Microsc Res Tech. 2021;84(6):1272-1283.
  35. Fayyad J, Alijani S, Najjaran H. Empirical validation of conformal prediction for trustworthy skin lesion classification. Comput Methods Programs Biomed. 2024;253:108231.
  36. Liu P, Qian W, Li H, Cao J. A relationship-aware mutual learning method for lightweight skin lesion classification. Digit Commun Netw. 2025;11(3):603-612.
  37. Adla D, Reddy GVR, Nayak P, Karuna G. A full-resolution convolutional network with a dynamic graph cut algorithm for skin cancer classification and detection. Healthc Anal. 2023;3:100154.
  38. Thamizhamuthu R, Maniraj SP. Deep learning-based dermoscopic image classification system for robust skin lesion analysis. Trait Signal. 2023;40(3).
  39. Di Giammarco M, Santone A, Cesarelli M, Martinelli F, Mercaldo F. A method for skin lesion detection and localization by means of deep learning and reliable prediction explainability. Image Vis Comput. 2025;162:105675.
  40. Haq IU, Joarder HA, Khan AA, Shi X, Alsayaydeh JAJ, Yusof MFB, et al. XAAI-ledger: an explainable CNN-transformer-based multimodal deep learning framework for early detection of melanoma and non-melanoma skin cancers using dermoscopic and clinical data. Biomed Signal Process Control. 2026;123:110410.
  41. Saeed K, Shehzad M, Malik MGA, Ahmed S, Azar AT. TransXV2S-NET: a novel hybrid deep learning architecture with dual-contextual graph attention for multi-class skin lesion classification. Knowl Based Syst. 2026;337:115407.
  42. AbuAlkebash H, Saleh RAA, Ertunç HM. Automated explainable deep learning framework for multiclass skin cancer detection and classification using hybrid YOLOv8 and vision transformer (ViT). Biomed Signal Process Control. 2025;108:107934.
  43. Hasan MK, Ahamad MA, Yap CH, Yang G. A survey, review, and future trends of skin lesion segmentation and classification. Comput Biol Med. 2023;155:106624.
  44. Li H, Pan Y, Zhao J, Zhang L. Skin disease diagnosis with deep learning: a review. Neurocomputing. 2021;464:364-393.
  45. Wu Y, Chen B, Zeng A, Pan D, Wang R, Zhao S. Skin cancer classification with deep learning: a systematic review. Front Oncol. 2022;12:893972.
  46. Fanconic. Skin cancer: malignant vs benign dataset. Kaggle; 2023. Available from: https://www.kaggle.com/datasets/fanconic/skin-cancer-malignant-vs-benign
  47. Ribeiro MT, Singh S, Guestrin C. "Why should I trust you?": Explaining the predictions of any classifier. In: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD '16). New York (NY): ACM; 2016. p. 1135-1144.
  48. Bassel A, Abdulkareem AB, Alyasseri ZAA, Sani NS, Mohammed HJ. Automatic malignant and benign skin cancer classification using a hybrid deep learning approach. Diagnostics (Basel). 2022;12(10):2472.
  49. Bhardwaj A, Rege PP. Skin lesion classification using deep learning. In: Advances in Signal and Data Processing: Select Proceedings of ICSDP 2019. Singapore: Springer; 2021. p. 575-589.
  50. Keerthana D, Venugopal V, Nath MK, Mishra M. Hybrid convolutional neural networks with SVM classifier for classification of skin cancer. Biomed Eng Adv. 2023;5:100069.
  51. Ahmed A, Siam AI, Atwa MA, Atwa EM, Abdelrahim EM, Atlam ES. An explainable YOLO-based deep learning framework for pneumonia detection from chest X-ray images. Algorithms. 2025;18(11):703.
  52. Farsi M, ZainEldin H, Sayed RF, El-Agamy ES, Atlam SA, Alsaedi M, et al. Deep learning for pathology: YOLOv8 with EigenCAM for reliable colorectal cancer diagnostics. Bioengineering (Basel). 2025;12(11):1203.
  53. Atwa EA, Atlam ES, Ahmed A, Atwa MA, Abdelrahim EM, Siam AI. Interpretable deep learning models for arrhythmia classification based on ECG signals using the PTB-XL dataset. Diagnostics (Basel). 2025;15(15):1950.

Reprints and Permissions

Tags

Explainable AIConvolutional Neural NetworksSupport Vector MachineModel InterpretabilityFeature FusionPretrained CNNLIME ExplanationsDisease Diagnosis