SVM and KNN to enhance classification
performance. (
Mahoor, M et.al 2022) put forward a
deep hybrid boosted ensemble learning-based
framework for efficiently analyzing MRI images for
brain tumor detection, and which showed better
classification accuracy. (
Miah, J, et.al 2023) followed
likewise in attempting CNN along with clustering
techniques and SoftMax classification to increase
tumor detection efficiency.
Others have aimed at enhancing CNN
architectures for superior feature extraction. (
Zahoor,
M, et.al,2022) brought forth a new deep residual and
regional CNN model based on deep network learning
that allowed for better classification of MR images.
(
Shawon, M, et. al, 2023) argued on the need for
explainable AI in their proposed cost-sensitive deep
neural network which was able to deal with data
imbalance and provide interpretability in brain tumor
classification. Meanwhile, (
Saxena, P. et.al 2023)
brought predictive modeling techniques by way of
deep learning for much more effective analysis of
tumor characteristics.
Hybrid approaches that combined traditional ML
techniques with DL have received a lot of attention.
(Musallam, A. S, et. al, (2022)
proposed, in this
regard, a robust brain automatic detection method
based on DL using a deep neural network
amalgamated with SVM enhancing classification
performance. The united DL with ML techniques to
improve tumor classification performance (
Gómez-
Guzmán
, et.al, 2023) Likewise, worked on the
automatic detection and classification of brain tumors
by utilizing a UNET-based segmentation model that
integrated an optimized SVM classifier (
Ayadi, W.et,
al,2022) The incorporated local binary patterns into
the CNN-based detection model utilizing a three-tier
SVM classifier to drastically improve tumor
differentiation over MRI images
(Amin, J et.al 2023)
Apart from CNN-SVMs, whoever used various
other hybrid techniques (
Tazin, T, et.al, 2021) such as
using Naïve Bayes, SVM, and KNN algorithms in
conjunction with each other as a fusion system for
tumor classification, making it robust against the
different types of tumors. (
Precious, J. G, et.al 2023)
proposed discretized wavelet transformation for
feature extraction as a preprocessing step, followed
by SVM-based classification of tumor data. Several
pieces of research are already evidencing that hybrid
deep learning or machine learning approaches show
huge potential in improving brain tumor detection and
classification; further establishment is on the horizon
for making medical imaging reliable for providing
better automated diagnostic tools.
3 METHODOLOGY
3.1 Dataset Collection
Detection of brain tumors is a task requiring high-end
MRI datasets that provide them with labeled images
for model development training, validation, and
testing. Of the most widely used datasets, comes the
BRATS (Brain Tumor Segmentation Challenge)
dataset (Maria Correia de Verdier, et.al 2024) which
is characterized by multi-modal MRI scans (T1, T1c,
T2, and FLAIR) (
Lukas Fisch, et.al, 2023) in which
tumor regions are expert-annotated, serves as the
benchmark for deep learning. Along the same lines,
the Fig share Brain MRI dataset consists of labeled
images categorized into gliomas, meningiomas, and
pituitary tumors, a great aid to such classification
tasks. Another alternative source of labeled MRI scan
is the Harvard Whole Brain Atlas that provides for
both normal and brain abnormalities. Moreover, the
datasets from Kaggle consist of different kinds of
MRI images that can at times include contrast-
enhanced scans, which help with scanning and
localizing a tumor. In the real world, it is common for
the datasets of MRI data to come from private
hospital sources and medical research institutions,
strictly producing ethical regulations, such as those to
make GLMs work for any given patient population on
any MRI scanner. It is also important that there is
mixed variance in respect of the types of tumor, the
age groups of patients being catered for, the imaging
modalities, and the scanning conditions when data
gathering takes place for machine learning and deep
learning models that deliver robust outputs.
Furthermore, there should be well-annotated datasets
by radiologists that help supervised learning
approaches, given that current labels greatly influence
tumor detection and classification reliability.
Availability of balanced datasets within same-unit
representations for different tumor classes is very
important for ensuring fairness across any AI
application in medicine so as to deter from modeling
bias.
3.2 Data Pre-Processing
Pre-processing MRI images is an essential step to
enhance data quality, minimize noise, and bolster
model performance by ensuring the data sets remain
uniform. First comes rescaling and normalization of
the images, whereby their dimensions are compressed
to a standard dimension (for example,256 × 256
pixels) and are normalized over some range (0-1 or
from -1 to 1) ensuring uniform input in deep learning