TumorXAI: Self-Supervised Deep Learning Framework for Explainable Brain MRI Tumor Classification

arXiv cs.AI / 5/5/2026

📰 NewsIdeas & Deep AnalysisTools & Practical UsageModels & Research

Key Points

  • The paper proposes TumorXAI, a self-supervised deep learning workflow for explainable classification of brain tumors from MRI despite limited labeled data.
  • It evaluates four SSL methods—SimCLR, BYOL, DINO, and MoCo v3—using a ResNet-50 backbone on a public dataset of 4,448 MRIs spanning 17 tumor types.
  • SimCLR achieves very high performance on the dataset (reported as 99.64% accuracy, precision, recall, and F1-score), outperforming supervised baselines when labels are limited.
  • The approach combines preprocessing, SSL pretraining with data augmentations, and fine-tuning/linear evaluation, and adds interpretability via Explainable AI methods such as Grad-CAM, Grad-CAM++, and EigenCAM.
  • Overall, the authors argue the method is scalable and dependable for brain-tumor diagnosis using largely unlabeled medical imaging data.

Abstract

Classifying brain tumors using magnetic resonance imaging (MRI) is crucial for early diagnosis and treatment; however, tumor heterogeneity and a dearth of annotated datasets restrict the use of supervised deep learning approaches. In this work, we use self-supervised learning (SSL) to study multi-class brain tumor classification. Using a ResNet-50 backbone, we evaluate four SSL frameworks including SimCLR, BYOL, DINO, and Moco v3 on a publicly available dataset of 4,448 MRIs with 17 distinct tumor types. On the dataset, SimCLR achieved 99.64% accuracy, 99.64% precision, 99.64% recall, and 99.64% F1-score. The workflow includes preprocessing, fine-tuning, linear evaluation, and SSL pretraining with data augmentations. Results show that, when labels are limited, SSL-pretrained models outperform supervised baselines in terms of F1-score, recall, accuracy, and precision. Additionally, by providing visual insights into model decisions, Explainable AI techniques (Grad-CAM, Grad-CAM++, EigenCAM) enhance interpretability. These results demonstrate SSL's scalability and dependability in diagnosing brain tumors from unlabeled medical data.