Table of Contents
Fetching ...

Efficient Feature Extraction and Classification Architecture for MRI-Based Brain Tumor Detection and Localization

Plabon Paul, Md. Nazmul Islam, Fazle Rafsani, Pegah Khorasani, Shovito Barua Soumma

TL;DR

This work tackles the challenge of rapid, accurate brain tumor detection from MRI with region localization. It introduces a CNN-based framework featuring four feature extractors (Modified DenseNet, Modified ResNet50, Modified EfficientNetB0, and a scratch-built CNN) evaluated alongside five ML classifiers, plus Grad-CAM for explainable localization. On the BR35H dataset, the approach achieves up to 99.83% validation accuracy, outperforming several prior methods, and provides localization without pixel-level annotations. The method offers practical potential for fast, interpretable brain tumor screening in clinical pipelines, with future work extending to other tumor types and imaging modalities.

Abstract

Uncontrolled cell division in the brain is what gives rise to brain tumors. If the tumor size increases by more than half, there is little hope for the patient's recovery. This emphasizes the need of rapid and precise brain tumor diagnosis. When it comes to analyzing, diagnosing, and planning therapy for brain tumors, MRI imaging plays a crucial role. A brain tumor's development history is crucial information for doctors to have. When it comes to distinguishing between human soft tissues, MRI scans are superior. In order to get reliable classification results from MRI scans quickly, deep learning is one of the most practical methods. Early human illness diagnosis has been demonstrated to be more accurate when deep learning methods are used. In the case of diagnosing a brain tumor, when even a little misdiagnosis might have serious consequences, accuracy is especially important. Disclosure of brain tumors in medical images is still a difficult task. Brain MRIs are notoriously imprecise in revealing the presence or absence of tumors. Using MRI scans of the brain, a CNN was trained to identify the presence of a tumor in this research. Results from the CNN model showed an accuracy of 99.17%. The CNN model's characteristics were also retrieved. The CNN model's characteristics were also retrieved and we also localized the tumor regions from the unannotated images using GradCAM, a deep learning explainability tool. In order to evaluate the CNN model's capability for processing images, we applied the features into different ML models. CNN and machine learning models were also evaluated using the standard metrics of Precision, Recall, Specificity, and F1 score. The significance of the doctor's diagnosis enhanced the accuracy of the CNN model's assistance in identifying the existence of tumor and treating the patient.

Efficient Feature Extraction and Classification Architecture for MRI-Based Brain Tumor Detection and Localization

TL;DR

This work tackles the challenge of rapid, accurate brain tumor detection from MRI with region localization. It introduces a CNN-based framework featuring four feature extractors (Modified DenseNet, Modified ResNet50, Modified EfficientNetB0, and a scratch-built CNN) evaluated alongside five ML classifiers, plus Grad-CAM for explainable localization. On the BR35H dataset, the approach achieves up to 99.83% validation accuracy, outperforming several prior methods, and provides localization without pixel-level annotations. The method offers practical potential for fast, interpretable brain tumor screening in clinical pipelines, with future work extending to other tumor types and imaging modalities.

Abstract

Uncontrolled cell division in the brain is what gives rise to brain tumors. If the tumor size increases by more than half, there is little hope for the patient's recovery. This emphasizes the need of rapid and precise brain tumor diagnosis. When it comes to analyzing, diagnosing, and planning therapy for brain tumors, MRI imaging plays a crucial role. A brain tumor's development history is crucial information for doctors to have. When it comes to distinguishing between human soft tissues, MRI scans are superior. In order to get reliable classification results from MRI scans quickly, deep learning is one of the most practical methods. Early human illness diagnosis has been demonstrated to be more accurate when deep learning methods are used. In the case of diagnosing a brain tumor, when even a little misdiagnosis might have serious consequences, accuracy is especially important. Disclosure of brain tumors in medical images is still a difficult task. Brain MRIs are notoriously imprecise in revealing the presence or absence of tumors. Using MRI scans of the brain, a CNN was trained to identify the presence of a tumor in this research. Results from the CNN model showed an accuracy of 99.17%. The CNN model's characteristics were also retrieved. The CNN model's characteristics were also retrieved and we also localized the tumor regions from the unannotated images using GradCAM, a deep learning explainability tool. In order to evaluate the CNN model's capability for processing images, we applied the features into different ML models. CNN and machine learning models were also evaluated using the standard metrics of Precision, Recall, Specificity, and F1 score. The significance of the doctor's diagnosis enhanced the accuracy of the CNN model's assistance in identifying the existence of tumor and treating the patient.

Paper Structure

This paper contains 20 sections, 2 equations, 8 figures, 2 tables.

Figures (8)

  • Figure 1: Workflow of the suggested deep learning approach demonstrating many essential phases, such as preprocessing, feature extraction, classification, and model validation for brain tumor
  • Figure 2: Samples of the brain MRI dataset
  • Figure 3: CNN feature extractors used in this paper (a) Proposed 12 layers scratch-built CNN model. (b) Modified EfficientNetB0. (c) Modified ResNet50 (d) Modified DenseNet201
  • Figure 4: Accuracy and Loss curve for different models
  • Figure 5: Localization of tumorous region in Brain MRI
  • ...and 3 more figures