Brain Tumor Detection Using Machine Learning
Brain Tumor Detection Using Machine Learning
Fig.1.Proposed work
The images have different width and height and the different
sizes of "black corners". Since the image size for the vgg-16
input layer is (224,224) some wide images may look weird
after resizing. The first step of "normalization" would be to crop
the brain out of the images.
Fig.2.Block diagram
Fig.5.Processed images
1977
IJSTR©2020
www.ijstr.org
INTERNATIONAL JOURNAL OF SCIENTIFIC & TECHNOLOGY RESEARCH VOLUME 9, ISSUE 04, APRIL 2020 ISSN22778616
The pre-processing steps that are applied to the MR image are of ml algorithms is to automatically learn and make intelligent
as follows: the RGB MR image is converted to grayscale decisions the classification is done based on the below
image and then the median filter is applied for noise removal features:
from brain MR images. The noise is to remove for further (a) feature processing: before classification, the extracted
processing as high accuracy is needed. Then edges are feature set can be refined to make it more appropriate for
detected from a filtered image using canny edge detection as achieving high classification accuracies:
shown. The edge detected image is needed for the (b) classifier training: pixels that are labeled as normal and
segmentation of the image. The segmentation aims to change abnormal are used with the extracted features to automatically
the representation of an image into something easier to learn a classification model that predicts labels based on the
analyze. features;
(c) pixel classification: the learned classification model can
3.3 Segmentation then be used to predict the labels for pixels with unassigned
Brain tumor segmentation is the process of separating the labels, based on their extracted features;
tumor from normal brain tissues; in clinical routine, it provides (d) relaxation: since the learned classification model may be
useful information for diagnosis and treatment planning. noisy, a relaxation of the classification results which takes into
However, it's still a challenging task thanks to the irregular account dependencies in the labels (i.e. Classification) of
form and confusing boundaries of tumors. Tumor cells neighboring pixels can be used to refine the classification
thermally represent a heat source; their temperature is high predictions and yield a final segmentation.
compared to normal brain cells. The most aim of this paper is This CNN method requires only a small amount of training
to demonstrate that thermal information of brain tumors is data to estimate the parameters which are needed for
often wont to reduce false positive and false negative results classification. The time taken for training and classification is
of segmentation performed in MRI images. The obtained less. This can extract useful attributes from trained weights by
results in all patients showed a significant improvement using feeding data by levels and tune CNN for the specific task
the proposed method compared to segmentation by a level set
method with an average of 0.8% of the tumor area and 11 4 EXPERIMENTAL RESULTS
2.48% of healthy tissue was differentiated using thermal Accuracy as a metric to justify the model performance which
images only. We conclude that tumor contours delineation can be defined by accuracy (ACC), sensitivity (SE), specificity
based on tumor temperature changes can be exploited to (SP):
reinforce and enhance segmentation algorithms in MRI
diagnostics.
Fig.7.Experimental Results
Fig.6.Feature Extraction
3.5 Classification
Machine learning algorithms are used for the classification of
Val set ACC=92%; SE=93%;SP=89%
MR brain images either as normal or abnormal. The major aim
1978
IJSTR©2020
www.ijstr.org
INTERNATIONAL JOURNAL OF SCIENTIFIC & TECHNOLOGY RESEARCH VOLUME 9, ISSUE 04, APRIL 2020 ISSN22778616
6 REFERENCES
[1] Pankaj sapra, Rupinder pal Singh, Shivani Khurana,
"brain tumor detection using neural network", international
journal of science and modern engineering, ijisme, issn:
2319-6386, volume-1, issue-9, august 2013.
[2] Prachi gadpayleand, p.s. Mahajani, "detection and
classification of brain tumor in MRI images ", international
journal of emerging trends in electrical and electronics,
ijetee – issn: 2320-9569, vol. 5, issue. 1, july-2013
[3] Bakes.s., Reyes.m., menze, b.: identifying the best
machine learning algorithms for brain tumor segmentation,
progression assessment, and overall survival prediction in
the Brats challenge. In: arxiv:1811.02629 (2018)
[4] Bauer s., Nolte, Reyes.m., 2011. Fully automatic
segmentation of brain tumor images using support vector
machine classification in combination with hierarchical
conditional random field regularization., in miccai, pp.
354–361.
[5] Prastawa m., Bullitt e., Greig, g., 2004. A brain tumor
segmentation framework based on outlier detection.
Medical image analysis 8, 275–283.
[6] Goodfellow, Warde-Farley, d., mirza, m., Courville, a.,
bengio, y., 2013b. Maxout networks, in icml.
[7] Gotz m., Weber c., Blocher j., Stieltjes b., Meinzer, h.p.,
Maier-Hein, k., 2014. Extremely randomized trees-based
brain tumor segmentation, in proc of brats challenge -
miccai.
[8] Cardoso, m. J., Sudre, c. H., Modat, m., Ourselin, s.,
2015.a template-based multimodal joint generative model
1979
IJSTR©2020
www.ijstr.org