A Comprehensive Review of Brain Tumor
A Comprehensive Review of Brain Tumor
net/publication/370882348
CITATIONS READS
2 272
3 authors, including:
All content following this page was uploaded by Ankush Azade on 25 November 2023.
1 Introduction
The brain is the hub of all nerve activity, making it one of the most important
and delicate organs in the body. The spinal cord and brain constitute the ner-
vous system of a human body, and the body’s vital operations, such as thought,
speech, and movement, are controlled by the Central Nervous System. Each year,
about 350,000 new brain tumour cases are recorded around the world, with a
36% survival rate. A brain tumour is an unregulated cell multiplication that
leads in abnormal growth. Abnormality in the brain and spine growth can result
in negative effects on how a human walks, speaks and performs basic cognitive
activities. Regular headaches, speech difficulties, fatigue, difficulty in balance, in-
explicable nausea, and vomiting are all common signs of a brain tumour. These
2 Ankush Azade and Praful Kumar
symptoms are many times overlooked at early stages and they prove to be very
dangerous later when detected. Typically, these tumours can be classified into
primary and secondary tumors. Primary brain tumors are further divided into
two categories: low grade and high grade. When compared to high-grade tumors,
low-grade tumors grow more slowly. Secondary brain tumors are malignant tu-
mors that originate in another part of the body before spreading to the brain.
The severity of the condition determines the grade of the brain tumour, which
ranges from Grade I to Grade IV.
– Grade 1: The brain cells seem normal and will grow gradually and slowly.
At this stage, the long term survival is very likely.
– Grade 2: The cells will start looking slightly abnormal along with slow growth
of tumor. At this stage, the spread of tumor to the nearby tissues starts and
it may grow to a life threatening grade.
– Grade 3: The growth of tumor in the nearby tissues starts actively and by
the looks the cells will look abnormal.
– Grade 4: At this stage the growth of tumor is very fast and it will spread to
nearby cells very rapidly.
Neurological exams such as CT (computer tomography), MRI and other tests
such as angiogram, spinal tap, and biopsy are used to detect brain tumours.
MRI detection of brain tumours is one of the most effective methods, and cur-
rent diagnosis process mostly involves trained human experts. Often, grading
tumours is a difficult and error-prone process, due to the minute features that
need to be identified for accurate grading. Automated detection and grading of
Brain tumor has thus received significant research attention, as early diagno-
sis and accurate grading can be very beneficial in managing patient treatment
and improve disease prognosis. Detection at an benign stage (lower grade) can
be treated very effectively and can help in successful prevention of the tumour
turning malignant. The application of image processing, machine learning, and
deep learning have helped achieve very good results with high accuracy. Ad-
ditionally, automated segmentation of MRI images of brain tumours can help
enhance diagnostic and treatment choices, particularly in circumstances when
access to qualified specialists and radiologists is restricted.
A comprehensive assessment of current state-of-the-art efforts for brain tu-
mour classification and segmentation is offered in this paper. Deep learning based
works are primarily for classification of tumour in various ways i.e. if the tumour
is present or not and if present, classifying the tumor as per the severity grade of
the tumour. Certain features of the brain tumour like the radius of the tumour,
density of the tumour which can be recognised with radiomic analysis can help
in detection of tumour to a great extent and these properties can be used in
combination with one another in order to obtain better results. Segmentation
techniques are used in order to separate the tumor from other part of the brain in
the MR image so that regions of interest can be identified. The rest of this article
is organized as follows: Section II details the various approaches in deep learning
for brain tumour detection. In Section III, radiomic analysis based techniques
which are mainly used for feature extraction are discussed and segmentation
Brain Tumor Detection and Segmentation Techniques 3
based approaches are discussed in Section IV. Also, various standard datasets
available for the research community for brain tumour detection research are
discussed in section V. Open challenges and research directions are discussed in
Section VI, followed by concluding remarks and references.
There has been a lot of research in Deep learning based brain tumor detection,
which can be perceived as a classification problem. Several studies have consid-
ered brain tumor detection as binary classification problem where two classes
are tumor and no tumor. A few have addressed this task as a multi-class clas-
sification where different grades of tumor are considered as different classes. We
present a review of existing works that address both binary classification and
multi-class classification in this section.
Sahoo et al. [22] developed a Computer Aided Diagnosis for classifying brain
MR pictures into two categories: normal and abnormal, which represent brain
states and confirm whether or not a tumour is present. To extract significant
information from the photos, the suggested model employs Discrete Wavelet
Transform. They used Symmetric Uncertainty Ranking and Probabilistic Princi-
pal Component Analysis for feature reduction. Finally, Support vector machines
and Filtered Classifiers are utilised for classification. The model was tested using
Harvard Medical School’s DS-75 and DS-160 benchmarks, with accuracy ranging
from 96.4% to 100% for some picture classes and as low as 5.4% for the NITR-
DHH dataset. This suggests that the model did not generalize well enough on
all the datasets and was more biased towards the dataset in which training was
carried out. Choudhary et al. [5] used a 3 layer CNN model including a fully
linked neural network as a backbone to obtain reliable MRI scan results. black-
Their approach is built on a CNN model for binary classification that classifies
the MRI image as Tumor Detected or No Tumor Detected. The CNN is used
for extracting the features and fully connected network is used for classification,
with a mean accuracy of 96%.
Amin et al. [23] proposed that for brain tumour detection, a 7-layer deep
learning model of 3 convolution layers, 3 ReLU layers, and 1 softmax layer was
used to segment and classify MR images. They segmented the input image into
patches of 4*65*65 pixels, determined the centre pixel label for each patch,
and gave it to the deep neural network. The overall results of segmentation
and classification were enhanced using this way of partitioning the image into
patches. They also assessed eight distinct benchmarks, all of which are widely
used in the identification of brain tumours. The results on these bechmarks
namely BRATS2012, BRATS2012 (synthetic images), BRATS2013, BRATS2013
(synthetic images), BRATS2014, BRATS2015, ISLES2015 and ISLES2017 were
in the range 95.5%-100% which shows that model also generalizes very well and
can be further used for real time usage. Fusion of certain hand crafted techniques
were addressed by Saba et al. [24] for the prediction of Glioma categories like
4 Ankush Azade and Praful Kumar
distribution, which facilitated feature extraction in later stages. To limit the ef-
fect of noise and rotation, separate CNNs were utilised to learn features from the
raw image and the generated output. Although the proposed model’s operation
was extremely distinctive, it was not tested on numerous datasets or datasets
with a larger number of photos.
layer feed forward perceptron with the Heaviside step function as the activation
function. The precision obtained was maximum 93.1% but since the prediction
was to identify the different stages of lung cancer the study is very useful. Gillies
et al. [36] showed that features can be extracted for varied imaging modalities
like position emission tomography, magnetic resonance and computed tomogra-
phy. Radiomics generally have the six steps: collection of image, identification
of volume of interest, volume segmentation, extraction of different features, us-
ing these features for database preparation, development of classifiers based on
these databases. The various usecases of radiomics include enabling diognosis,
tumor prognosis, treatment selection, deciding on location of biopsy or resect.
However, radiomics is a very young discipline and there are certain challenges
faced linke the reproducability of data, data sharing, lot of available data(big
data), lacking of standards, etc. In future, radiomics can prove to be a field of
great use in medical healthcare.
5 Datasets
Several data sources are currently available, that provide images from brain
tumor of varying tumor ranges. The most commonly used modalities are Mag-
netic Resonance Images (MRI) images. Some of the most common resources
are BraTS, REMBRANDT, images from radiopaedia, etc. RAMBRANDT [32]
and images from Radiopaedia repository contain images that are divided into 4
grades of tumors. The RAMBRANDT dataset contains 110,020 MR Images with
Region of Interest segmentation and medical reports from 130 different patients.
The 4 categories in which the dataset is divided are I, II, III and IV depending
on the grade of the tumor and they contain MR images from 37, 40, 25, 28 pa-
tients respectively. The Radiopedia repository [33] dataset contains images from
121 MRIs which are labelled with four labels divided into I, II, III, IV categories
and they contain 36, 32, 25 and 28 MRIs respectively for the given grades.
BraTS 2019 [34] makes use of data from multiple institutes and the data is
pre-operative MR images and the main focus is on instrinsically heterogeneous
brain tumors, specifically gliomas. Furthermore, BraTS’19 focuses on predict-
ing patient overall survival using integrative analyses of radiomic features and
machine learning algorithms in order to pinpoint the clinical relevance of this
segmentation task. Finally, at BraTS’19, an experimental evaluation of tumour
segmentation uncertainty will be carried out. The dataset is divided into four
subfiles, with dataset volumes classified as T1, T2, Flair, or T1Ce sequences.
There are 155 slices in each volume. MRI images are used to create the slices.
One volume necessitates 155 slices. Glioma dataset with 210 high-grade volumes.
There are 285 volumes in total, with 75 volumes in another type of glioma. Be-
cause it is a standard dataset for detecting brain tumours, BraTS2019 can be
used. The Kaggle dataset [35] containing MRI Images with 155 tumor and 98
no tumor images (253 total images).
Based on the detailed review of various approaches for brain tumor detection,
several interesting insights were revealed. It was observed that deep learning
techniques have been extensively used for accurate classification of brain tu-
mor into multiple classes, for enabling automated severity grading tasks. This
is critical in clinical workflows for supporting decision making tasks that can
help improve the diagnostic process and reduce time taken for diagnosis. Most
studies have focused on binary classification of the brain tumor that reduce the
task to a prediction with respect to if brain tumor is present or not. However,
Brain Tumor Detection and Segmentation Techniques 9
the main concern is the type of brain tumor as there is a very high chance of
grade 1 and grade 2 tumors not being detected in time. Also, for many of the
datasets the number of samples in different classes is very unbalanced. Although,
the classes can be balanced using augmentation techniques, the sample images
obtained after augmentation are just copies of the other images by introducing
some small variations. However, if there can be datasets with almost balanced
classes then it would make the results better and more practical to use in real
world applications.
Segmentation is a technique in which a image is divided into number of par-
titions called as segments. The image segments simplify image processing and
analysis by reducing the complexity of the image. Most existing studies have fo-
cused on standard parametric methods like threshold, watershed, region-based
and clustering based segmentation methods. Threshold segmentation is an easy
to use method which takes pixels’ mean value as threshold value, the disadvan-
tage being that it is not suitable when the object area ratio changes. Watershed
is based on topological interpretation which results in closed and connected re-
gions and the problem is it gives excessive segmentation while edge based uses
discontinuity detection and works well in images with good contrast between
object and background. In these standard techniques, k-means clustering is easy
to implement, takes less processing time and also provides accurate predictions.
While applying these segmentation techniques on the MRI images, skull strip-
ping has not been used. This is a significant gap as image quality has a significant
impact on the segmentation method’s performance. The result of image segmen-
tation is determined by a lot of aspects, including pixel color, intensity, image
similarity and issue domain. Hence, automated methods that can address these
issues are the need of the day.
7 Concluding Remarks
There are different methods for identifying brain tumor by looking at Magnetic
Resonance images. Deep learning methods and segmentation along with radiomic
analysis play a huge role in detection of brain tumor. Deep learning methods
Brain Tumor Detection and Segmentation Techniques 11
References