N.B:- In anticipation of publishing our paper, we have maintained confidentiality of our codes and in depth detailings until the time of publication.
Here, we tried to train out CNN models with a dataset that contains histopathological imaages. After the training session completed, the last layer of the CNN model was implemented with XAI models. Explainable AI generates a visual system that clearly indicates the reasoning in favor of the given result.
For grading cancer, histopathological image analysis is frequently performed all around the world. Histopathology slides offer more detailed diagnosis information than mammography, CT, and other imaging tests. It is among the cheapest morphological techniques. Rapidly and with little risk to the patient, samples can be obtained to make the images. As a good dataset is significant for the practical outcome of any model, in fields like cancer detection, histopathological images have proved their competency before. Due to that, we used a publicly available dataset to detect cancer in the oral squamous cell. The dataset is called "Oral cancer histopathological dataset".To enrich the training data, increase model generalization, improve robustness, and mitigate some issues, we performed a few augmentation techniques on the stratified samples.
- Fine-tuning
- Cost-Sensitive Approach
- Contrastive Learning Approach
- Triplet contrastive Loss
- Max-Margin contrastive Loss
- Supervised contrastive Loss
- AlexNet
- DenseNet-121
- InceptionV3
- MobileNetV2
- ResNet-50
- VGG-16
- VGG-19
-
Gradient based methods:
- Grad-CAM
- Grad-CAM++
-
Gradient free methods:
- Score-CAM
- Faster Score-CAM
- Perturbation based method: LIME