SlideShare a Scribd company logo
International Journal of Research in Advent Technology, Vol.7, No.9, September 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
10
doi: 10.32622/ijrat.78201916
Abstract— It is very hard to detect brain tumor in the
beginning as the human brain has an extremely intricate
structure. This is a very cumbersome process for the
radiologist to detect the tumor, physically segment and
recognize the tumor in the MRI image. The machine learning
is ideal for this task as it is great at perceiving tumor locales
and there is no need of undertaking specific algorithm.
Before the advent of the deep learning applications, a
specialist in the field of medical domain used to construct the
features and it demanded the special knowledge in the
medical field. To eliminate the domain-specific knowledge;
we are using the U-Net based model to carry out the brain
tumor segmentation. The U-Net network, which is based on
deep learning, is capable of extracting the hierarchical
features present in MRI images without any manual
intervention. The idea is to use this domain-independent
algorithm to carry out the segmentation task automatically. In
this paper, we recommend using U-Net based deep
convolutional neural network to carry out brain tumor
segmentation. U-Net based Convolutional Neural Network is
expected to improve segmentation accuracy. We have used
BRATS 2017 dataset, to train the neural network and
henceforth carry out brain tumor segmentation.
Index Terms— Deep Learning, Machine Learning, Brain
Tumor, Convolutional Neural Network.
I. INTRODUCTION
Medical imaging techniques like MRI had made
tremendous progress and it had made it a reality to diagnose
the disease at earlier stages. The radiologist manually
examines these scans to interpret the presence of tumor in the
MRI. It is a very cumbersome errand to interpret such an
immense volume of scans at a stretch and daily ongoing
process. There is a huge possibility of error in this manual
process. There is a need to automate this process [3]. There
are a plethora of organizations which are making this kind of
data available for research. We are utilizing BRATS 2017
dataset to train our neural network and segment the MRI
image thereafter training. This BRATS 2017 dataset has
multimodal images like low grade and high-grade tumor MRI
scans. It is next to impossible to interpret this much volume
of information. Machine learning techniques are ideal to
mine this volume data to interpret and obtain results
automatically.
Manuscript revised on September 23, 2019 and published on October
10, 2019
Adarsh Dhiman, Dept. of Computer Engineering, DPU, Pune, India.
Prof. B.S. Satpute, Dept. of Computer Engineering, DPU, Pune, India.
The U-Net model is perfect to separate salient features
from data, which will assist the radiologist with making
better choices. U-Net model extracts various leveled data
features from MRI images to create a model that provides
insight into the data. The features extracted from the data are
automated and they provide meaningful deeper insights,
which are not even obvious to naked eye. These various
leveled features are self-learned by the U-Net based
convolutional neural network model [1].
II. LITERATURE REVIEW
A. U-Net based deep Convolutional Neural Networks
for Brain Tumor Segmentation [1]
In this paper [1], we become more acquainted with how the
U-Net based Convolutional Neural Network handles the
variable edge problem if there should be an occurrence in
MRI picture (cerebrum tumor).
The skip architecture is intended to manage variable edge
issue. This architecture has achieved promising outcomes on
MRI pictures. In this investigation, the authors have utilized
U-Net based Convolutional Neural Network as a base model.
This design has indicated great outcomes in tumor
segmentation.
B. Stacked De-noising Auto-Encoder based Deep
Learning Framework [2]
In this paper [2], deep learning is introduced to automatically
segment brain tumor and avoid the manual segmentation and
domain knowledge. This paper introduces the concept of
extracting image patches from MRI image and then provides
the gray level image patches as input to Stacked De-noising
Auto-Encoder. In order to carry out feature classification the
Stacked De-noising Auto-Encoder (SDAE), automatically
learns from the data in the MRI image. In this study, the result
is mapped on binary image and eventually the final
segmentation is achieved.
C. Deep Learning for MRI Image Analysis [3]
In this paper [3], author discussed different deep learning
neural networks like Feed-Forward Neural Networks,
Convolutional Neural Networks etc. and explained their
application in MRI Image Analysis for image segmentation
and detection of tumor.
D. Image Segmentation methods and Convolutional
Neural Network [4]
In this paper [4] author discusses, the different methods
which handles semantic division such as pixel-wise division.
Brain Tumor Segmentation in MRI Images
Adarsh Dhiman, Prof. B.S. Satpute
International Journal of Research in Advent Technology, Vol.7, No.9, September 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
11
doi: 10.32622/ijrat.78201916
In this case a small patch of picture is used to order the
middle pixel, and the fully convolutional designs where the
system is provided with whole picture and the output is a
semantic division volume. This study used Convolutional
Neural Network for MRI image segmentation.
E. Brain Tumor Segmentation with aid of Convolutional
Neural Network [5]
In this paper [5], author used Convolutional Neural Network
for brain tumor segmentation in medical image. In this study
the preprocessing step consists of bias correction and patch
normalization. In this study the existing low-grade glioma
(LGG) samples are rotated to produce new LGG samples.
The deep Convolutional Neural Network is built using 3X3
kernels on top of convolutional layers.
III. MACHINE LEARNING FOR BRAIN TUMOR
SEGMENTATION
The images are manually labelled by domain expert to train
the neural network. The idea is to use the fully Convolutional
Neural Network based on deep learning which will be trained
on the input data and will learn the features present in MRI
image without any manual intervention. The model generated
in due course will be used to segment the MRI image and
detect the necrotic and enhancing tumor.
A. Existing System and Disadvantages
Traditionally the features were hand crafted by the domain
specialist. This process required the domain specific
knowledge. These images were then used to train the neural
network. This process consumes a lot of time and labor
intensive. The loss function used in the current system is not
apt for the problem in hand. The following are the
disadvantages of established system:
• Error Prone
• Time Consuming
• Manual
• Requires Domain Knowledge
• Human Fatigue
B. Proposed System and Advantages
In proposed system we used deep learning techniques based
on U-Net architecture. The system performs computer aided
segmentation and detection of tumor. The success of the
proposed system comes from the following factors:
• Use of high end CPUs and GPUs
• Discovery of Hierarchical Features
• Development of Learning Algorithms
a. Overview of System Architecture Diagram
The system architecture consists of the following
components:
Fig. 1. System Architecture Diagram
b. U-Net Architecture Diagram
Fig. 2. U-Net Convolutional Neural Network Architecture
In this study the U-Net based network architecture is used,
which consists of a down-sampling path and an up-sampling
path as indicated in “Fig. 2”. The contraction path or
down-sampling consists of four blocks. In this scheme every
block has 3X3 convolutional layers and ReLU activation.
The down sampling or contraction path consists of a 2×2 Max
Pool which is added to the end of every block, to reduce
feature map. The expansion path or up-sampling path has
also four blocks. All the blocks in the expansion or
up-sampling path consists of a de-convolutional layer, a link
to the corresponding feature map in the down-sampling path
and 3X3 convolutional layers and ReLU activation.
c. Segmentation Algorithm
The algorithm used in U-Net based Convolutional Neural
Network is explained below in “Fig. 3”. This architecture
has a contraction path and an expansion path.
International Journal of Research in Advent Technology, Vol.7, No.9, September 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
12
doi: 10.32622/ijrat.78201916
Fig. 3. Algorithm
d. Method to verify and assess results
The quality of segmentation result of the U-Net based
Convolutional Neural Network “Fig. 4” is calculated based
on the dice similarity coefficient which is the ratio between
the manually labeled brain tumors by radiologist and the
segmentation results obtained from the deep convolutional
neural network. The formula for dice similarity coefficient
and sensitivity are evaluated as explained below:
Fig. 4. Evaluation Function
In the formula mentioned above, the abbreviations are as
below:
TP means True Positive.
FP means False Positive.
FN means False Negative.
IV. IMPLEMENTATION DETAILS
We have used BRATS 2017 dataset to train the model. The
dataset has both high grade glioma as well as low grade
glioma cases. The dataset has multimodal MRI images which
are T1-weighted, T2-weighted and FLAIR which is present
for each patient. The dataset is divided into two halves. The
first half is used to train the model and the second half is used
for validation. The model is trained to extract necrotic and
enhancing tumor. The Anaconda Prompt is used to setup the
environment and used to train the model. The system
generated two models for necrotic and enhancing tumor
individually. In order to train the model it is must to have
GPU. The hardware and software requirements of the system
are defined as below.
Hardware Requirements:
• System: Intel ® Xenon R E3-1545-M v5 2.90 GHz
• Hard Disk: 40 GB
• Monitor: 17 VGA Color
• RAM: 16 GB or above
• GPU: GTX 1080
Software Requirements:
• Programming Language: Python
• TensorFlow
• TensorLayer
• OS: Win 7/8/10
• IDE: Anaconda Prompt
A. Data Flow Diagram
The bird eye view of the functionality performed by the
system is represented in following Data flow diagram.
Fig 5: Level 0 Data Flow Diagram
B. Use Case Diagram
The system and user interaction is explained in the following
diagram:
International Journal of Research in Advent Technology, Vol.7, No.9, September 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
13
doi: 10.32622/ijrat.78201916
Fig 6: Use Case Diagram
V. RESULT AND DISCUSSION
In this study, we used U-Net based fully convolutional neural
network for brain MRI image segmentation. Deep learning or
deep convolutional neural networks are giving promising
results in medical image segmentation based on Dice
Similarity Coefficient as compared to other techniques.
The input to the network is a MRI image “Fig. 7”, and output
is “Fig. 8”, the segmented image.
Input Image:
Fig 7: Input MRI Image
Segmented Image:
Fig 8: Segmented MRI Image
The chart in “Fig. 9” shows the dice similarity coefficient
(ranges between 0 and 1) of the base method and the new
proposed method in case of tumor demarcation. The dice
similarity coefficient of the proposed method has improved
by 5%.
Fig 9: Dice Similarity Coefficient
This network can further be used to study other modalities
available in the MRI images to prove the validity and range
of network to segment brain MRI images.
VI. CONCLUSION AND FUTURE SCOPE
This paper prescribes to utilize Convolutional Neural
Network based deep learning methods to segment the MRI
image. The progress in image segmentation methods will
incredibly aid in automated identification of tumor. The
ongoing improvement in deep learning has revealed the
cellular features in the MRI images. Deep learning strategies
have indicated promising outcomes over various ailments
like Alzheimer, Pneumonia and so on; be that as it may, there
is still scope for development.
REFERENCES
[1] Hao Dong, Guang Yang, Fangde Liu, Yuanhan Mo, Yike Guo,
“Automatic Brain Tumor Detection and Segmentation Using U-Net
Based Fully Convolutional Networks”, arXiv:1705.03820 [cs.CV], 3
June 2017.
[2] Zhe Xiao, Ruohan Huang, Yi Ding, Tian Lan, RongFeng Dong and
Zhiguang Qin, “A Deep Learning-Based Segmentation Method for
Brain Tumor in MR Images”, presented at 2016 IEEE 6th International
Conference on Computational Advances in Bio and Medical Sciences
(ICCABS), Atlanta, GA, USA, Oct. 13-15, 2016.
[3] Shen, Guorong Wu and Heung-Il Suk, “Deep Learning in Medical
Image Analysis”, Annual Review of Biomedical Engineering, vol. 19,
pp. 221-248, June 2017.
[4] Manda SSSNMSRL Pavan, P. Jagadeesh, “Brain Tumor Segmentation
using Convolutional Neural Network in MRI Images”, International
Journal of Pure and Applied Mathematics, vol. 119 no. 17, pp.
1585-1592, 2018.
[5] Sérgio Pereira, Adriano Pinto, Victor Alves, and Carlos A. Silva,
“Brain Tumor Segmentation Using Convolutional Neural Networks in
MRI Images”, IEEE Transactions on Medical Imaging, vol. 35, no. 5,
pp. 1240-1251, May 2016.
[6] Hapsari Peni Agustin Tjahyaningtijas, “Brain Tumor Image
Segmentation in MRI Image”, 2018 IOP Conf. Ser.: Mater. Sci. Eng.
336 012012, vol. 336, conference 1.
[7] Adnan Qayyuma, Syed Muhammad Anwar, Muhammad Majid,
Muhammad Awais, Majdi Alnowamid, “Medical Image Analysis
using Convolutional Neural Networks: A Review”, Springer US, vol.
42, pp. 226, Oct. 2018.
[8] Kavitha Angamuthu Rajasekaran, Chellamuthu Chinna Gounder,
“Advanced Brain Tumor Segmentation from MRI Images”,
High-Resolution Neuroimaging - Basic Physical Principles and
Clinical Applications, ch. 6, pp. 735, 2018.
[9] Adarsh Dhiman, B.S. Satpute, “Brain Tumor Segmentation in MRI
Images”, International Journal of Engineering and Techniques, vol. 5
Issue 1, pp. 112, Jan-Feb 2019.
International Journal of Research in Advent Technology, Vol.7, No.9, September 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
14
doi: 10.32622/ijrat.78201916
[10] Adarsh Dhiman and B.S. Satpute, “Brain Tumor Segmentation in MRI
Images”, Eighth Post Graduate Conference of Computer Engineering,
2018-19.
AUTHORS PROFILE
Adarsh Dhiman, M.E., Dept. of Computer Engineering,
DPU, Pune.
Prof. B.S. Satpute, Associate Professor, Dept. of
Computer Engineering, DPU, Pune.

More Related Content

What's hot

Final ppt
Final pptFinal ppt
Final ppt
NijuMathew3
 
brain tumor ppt.pptx
brain tumor ppt.pptxbrain tumor ppt.pptx
brain tumor ppt.pptx
AdityaSingh728086
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNN
MohammadRakib8
 
Brain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image ProcessingBrain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image Processing
Sinbad Konick
 
Medical image analysis
Medical image analysisMedical image analysis
Medical image analysis
Aboul Ella Hassanien
 
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical AnalysisBrain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
MD Abdullah Al Nasim
 
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
khanam22
 
Deep learning for medical imaging
Deep learning for medical imagingDeep learning for medical imaging
Deep learning for medical imaging
geetachauhan
 
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
IAEME Publication
 
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORKMULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
Benyamin Moadab
 
A survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applicationsA survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applications
Joseph Paul Cohen PhD
 
Image segmentation
Image segmentation Image segmentation
Image segmentation
Tubur Borgoary
 
Tumour detection
Tumour detectionTumour detection
Tumour detection
Keerthi Kancharla
 
Brain Tumor Classification using Support Vector Machine
Brain Tumor Classification using Support Vector MachineBrain Tumor Classification using Support Vector Machine
Brain Tumor Classification using Support Vector Machine
IRJET Journal
 
Deep Learning for Computer Vision: Medical Imaging (UPC 2016)
Deep Learning for Computer Vision: Medical Imaging (UPC 2016)Deep Learning for Computer Vision: Medical Imaging (UPC 2016)
Deep Learning for Computer Vision: Medical Imaging (UPC 2016)
Universitat Politècnica de Catalunya
 
(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging
Kyuhwan Jung
 
Brain Tumour Detection.pptx
Brain Tumour Detection.pptxBrain Tumour Detection.pptx
Brain Tumour Detection.pptx
RevolverRaja2
 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation ppt
Roshini Vijayakumar
 
Lung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural NetworkLung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural Network
IRJET Journal
 
ShortStoryPPT.pptx
ShortStoryPPT.pptxShortStoryPPT.pptx
ShortStoryPPT.pptx
KarishmaKuria1
 

What's hot (20)

Final ppt
Final pptFinal ppt
Final ppt
 
brain tumor ppt.pptx
brain tumor ppt.pptxbrain tumor ppt.pptx
brain tumor ppt.pptx
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNN
 
Brain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image ProcessingBrain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image Processing
 
Medical image analysis
Medical image analysisMedical image analysis
Medical image analysis
 
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical AnalysisBrain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
 
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
 
Deep learning for medical imaging
Deep learning for medical imagingDeep learning for medical imaging
Deep learning for medical imaging
 
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
 
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORKMULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
 
A survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applicationsA survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applications
 
Image segmentation
Image segmentation Image segmentation
Image segmentation
 
Tumour detection
Tumour detectionTumour detection
Tumour detection
 
Brain Tumor Classification using Support Vector Machine
Brain Tumor Classification using Support Vector MachineBrain Tumor Classification using Support Vector Machine
Brain Tumor Classification using Support Vector Machine
 
Deep Learning for Computer Vision: Medical Imaging (UPC 2016)
Deep Learning for Computer Vision: Medical Imaging (UPC 2016)Deep Learning for Computer Vision: Medical Imaging (UPC 2016)
Deep Learning for Computer Vision: Medical Imaging (UPC 2016)
 
(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging
 
Brain Tumour Detection.pptx
Brain Tumour Detection.pptxBrain Tumour Detection.pptx
Brain Tumour Detection.pptx
 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation ppt
 
Lung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural NetworkLung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural Network
 
ShortStoryPPT.pptx
ShortStoryPPT.pptxShortStoryPPT.pptx
ShortStoryPPT.pptx
 

Similar to Brain Tumor Segmentation in MRI Images

IRJET- Image Classification using Deep Learning Neural Networks for Brain...
IRJET-  	  Image Classification using Deep Learning Neural Networks for Brain...IRJET-  	  Image Classification using Deep Learning Neural Networks for Brain...
IRJET- Image Classification using Deep Learning Neural Networks for Brain...
IRJET Journal
 
Brain Tumor Detection Using Deep Learning
Brain Tumor Detection Using Deep LearningBrain Tumor Detection Using Deep Learning
Brain Tumor Detection Using Deep Learning
IRJET Journal
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
IRJET Journal
 
Deep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor ClassificationDeep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor Classification
IRJET Journal
 
IRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep LearningIRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET Journal
 
A Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor DetectionA Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor Detection
IRJET Journal
 
Brain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNETBrain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNET
IRJET Journal
 
MINI PROJECT (1).pptx
MINI PROJECT (1).pptxMINI PROJECT (1).pptx
MINI PROJECT (1).pptx
MohammadJahangir25
 
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET Journal
 
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET Journal
 
3D Segmentation of Brain Tumor Imaging
3D Segmentation of Brain Tumor Imaging3D Segmentation of Brain Tumor Imaging
3D Segmentation of Brain Tumor Imaging
IJAEMSJORNAL
 
Overview of convolutional neural networks architectures for brain tumor segm...
Overview of convolutional neural networks architectures for  brain tumor segm...Overview of convolutional neural networks architectures for  brain tumor segm...
Overview of convolutional neural networks architectures for brain tumor segm...
IJECEIAES
 
brain tumor.pptx
brain tumor.pptxbrain tumor.pptx
brain tumor.pptx
nagwaAboElenein
 
Glioblastomas brain tumour segmentation based on convolutional neural network...
Glioblastomas brain tumour segmentation based on convolutional neural network...Glioblastomas brain tumour segmentation based on convolutional neural network...
Glioblastomas brain tumour segmentation based on convolutional neural network...
IJECEIAES
 
BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTION
IRJET Journal
 
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and PredictionIRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET Journal
 
IRJET- Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET-  	  Diversified Segmentation and Classification Techniques on Brain Tu...IRJET-  	  Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET- Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET Journal
 
Brain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptxBrain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptx
vikyt2211
 
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM   AlgorithmIRJET-A Review on Brain Tumor Detection using BFCFCM   Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
IRJET Journal
 
Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...
Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...
Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...
Editor IJCATR
 

Similar to Brain Tumor Segmentation in MRI Images (20)

IRJET- Image Classification using Deep Learning Neural Networks for Brain...
IRJET-  	  Image Classification using Deep Learning Neural Networks for Brain...IRJET-  	  Image Classification using Deep Learning Neural Networks for Brain...
IRJET- Image Classification using Deep Learning Neural Networks for Brain...
 
Brain Tumor Detection Using Deep Learning
Brain Tumor Detection Using Deep LearningBrain Tumor Detection Using Deep Learning
Brain Tumor Detection Using Deep Learning
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
 
Deep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor ClassificationDeep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor Classification
 
IRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep LearningIRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep Learning
 
A Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor DetectionA Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor Detection
 
Brain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNETBrain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNET
 
MINI PROJECT (1).pptx
MINI PROJECT (1).pptxMINI PROJECT (1).pptx
MINI PROJECT (1).pptx
 
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
 
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
 
3D Segmentation of Brain Tumor Imaging
3D Segmentation of Brain Tumor Imaging3D Segmentation of Brain Tumor Imaging
3D Segmentation of Brain Tumor Imaging
 
Overview of convolutional neural networks architectures for brain tumor segm...
Overview of convolutional neural networks architectures for  brain tumor segm...Overview of convolutional neural networks architectures for  brain tumor segm...
Overview of convolutional neural networks architectures for brain tumor segm...
 
brain tumor.pptx
brain tumor.pptxbrain tumor.pptx
brain tumor.pptx
 
Glioblastomas brain tumour segmentation based on convolutional neural network...
Glioblastomas brain tumour segmentation based on convolutional neural network...Glioblastomas brain tumour segmentation based on convolutional neural network...
Glioblastomas brain tumour segmentation based on convolutional neural network...
 
BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTION
 
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and PredictionIRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
 
IRJET- Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET-  	  Diversified Segmentation and Classification Techniques on Brain Tu...IRJET-  	  Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET- Diversified Segmentation and Classification Techniques on Brain Tu...
 
Brain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptxBrain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptx
 
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM   AlgorithmIRJET-A Review on Brain Tumor Detection using BFCFCM   Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
 
Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...
Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...
Brain Tumor Detection Using Artificial Neural Network Fuzzy Inference System ...
 

More from IJRAT

96202108
9620210896202108
96202108
IJRAT
 
97202107
9720210797202107
97202107
IJRAT
 
93202101
9320210193202101
93202101
IJRAT
 
92202102
9220210292202102
92202102
IJRAT
 
91202104
9120210491202104
91202104
IJRAT
 
87202003
8720200387202003
87202003
IJRAT
 
87202001
8720200187202001
87202001
IJRAT
 
86202013
8620201386202013
86202013
IJRAT
 
86202008
8620200886202008
86202008
IJRAT
 
86202005
8620200586202005
86202005
IJRAT
 
86202004
8620200486202004
86202004
IJRAT
 
85202026
8520202685202026
85202026
IJRAT
 
711201940
711201940711201940
711201940
IJRAT
 
711201939
711201939711201939
711201939
IJRAT
 
711201935
711201935711201935
711201935
IJRAT
 
711201927
711201927711201927
711201927
IJRAT
 
711201905
711201905711201905
711201905
IJRAT
 
710201947
710201947710201947
710201947
IJRAT
 
712201907
712201907712201907
712201907
IJRAT
 
712201903
712201903712201903
712201903
IJRAT
 

More from IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

Recently uploaded

Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 

Recently uploaded (20)

Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 

Brain Tumor Segmentation in MRI Images

  • 1. International Journal of Research in Advent Technology, Vol.7, No.9, September 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 10 doi: 10.32622/ijrat.78201916 Abstract— It is very hard to detect brain tumor in the beginning as the human brain has an extremely intricate structure. This is a very cumbersome process for the radiologist to detect the tumor, physically segment and recognize the tumor in the MRI image. The machine learning is ideal for this task as it is great at perceiving tumor locales and there is no need of undertaking specific algorithm. Before the advent of the deep learning applications, a specialist in the field of medical domain used to construct the features and it demanded the special knowledge in the medical field. To eliminate the domain-specific knowledge; we are using the U-Net based model to carry out the brain tumor segmentation. The U-Net network, which is based on deep learning, is capable of extracting the hierarchical features present in MRI images without any manual intervention. The idea is to use this domain-independent algorithm to carry out the segmentation task automatically. In this paper, we recommend using U-Net based deep convolutional neural network to carry out brain tumor segmentation. U-Net based Convolutional Neural Network is expected to improve segmentation accuracy. We have used BRATS 2017 dataset, to train the neural network and henceforth carry out brain tumor segmentation. Index Terms— Deep Learning, Machine Learning, Brain Tumor, Convolutional Neural Network. I. INTRODUCTION Medical imaging techniques like MRI had made tremendous progress and it had made it a reality to diagnose the disease at earlier stages. The radiologist manually examines these scans to interpret the presence of tumor in the MRI. It is a very cumbersome errand to interpret such an immense volume of scans at a stretch and daily ongoing process. There is a huge possibility of error in this manual process. There is a need to automate this process [3]. There are a plethora of organizations which are making this kind of data available for research. We are utilizing BRATS 2017 dataset to train our neural network and segment the MRI image thereafter training. This BRATS 2017 dataset has multimodal images like low grade and high-grade tumor MRI scans. It is next to impossible to interpret this much volume of information. Machine learning techniques are ideal to mine this volume data to interpret and obtain results automatically. Manuscript revised on September 23, 2019 and published on October 10, 2019 Adarsh Dhiman, Dept. of Computer Engineering, DPU, Pune, India. Prof. B.S. Satpute, Dept. of Computer Engineering, DPU, Pune, India. The U-Net model is perfect to separate salient features from data, which will assist the radiologist with making better choices. U-Net model extracts various leveled data features from MRI images to create a model that provides insight into the data. The features extracted from the data are automated and they provide meaningful deeper insights, which are not even obvious to naked eye. These various leveled features are self-learned by the U-Net based convolutional neural network model [1]. II. LITERATURE REVIEW A. U-Net based deep Convolutional Neural Networks for Brain Tumor Segmentation [1] In this paper [1], we become more acquainted with how the U-Net based Convolutional Neural Network handles the variable edge problem if there should be an occurrence in MRI picture (cerebrum tumor). The skip architecture is intended to manage variable edge issue. This architecture has achieved promising outcomes on MRI pictures. In this investigation, the authors have utilized U-Net based Convolutional Neural Network as a base model. This design has indicated great outcomes in tumor segmentation. B. Stacked De-noising Auto-Encoder based Deep Learning Framework [2] In this paper [2], deep learning is introduced to automatically segment brain tumor and avoid the manual segmentation and domain knowledge. This paper introduces the concept of extracting image patches from MRI image and then provides the gray level image patches as input to Stacked De-noising Auto-Encoder. In order to carry out feature classification the Stacked De-noising Auto-Encoder (SDAE), automatically learns from the data in the MRI image. In this study, the result is mapped on binary image and eventually the final segmentation is achieved. C. Deep Learning for MRI Image Analysis [3] In this paper [3], author discussed different deep learning neural networks like Feed-Forward Neural Networks, Convolutional Neural Networks etc. and explained their application in MRI Image Analysis for image segmentation and detection of tumor. D. Image Segmentation methods and Convolutional Neural Network [4] In this paper [4] author discusses, the different methods which handles semantic division such as pixel-wise division. Brain Tumor Segmentation in MRI Images Adarsh Dhiman, Prof. B.S. Satpute
  • 2. International Journal of Research in Advent Technology, Vol.7, No.9, September 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 11 doi: 10.32622/ijrat.78201916 In this case a small patch of picture is used to order the middle pixel, and the fully convolutional designs where the system is provided with whole picture and the output is a semantic division volume. This study used Convolutional Neural Network for MRI image segmentation. E. Brain Tumor Segmentation with aid of Convolutional Neural Network [5] In this paper [5], author used Convolutional Neural Network for brain tumor segmentation in medical image. In this study the preprocessing step consists of bias correction and patch normalization. In this study the existing low-grade glioma (LGG) samples are rotated to produce new LGG samples. The deep Convolutional Neural Network is built using 3X3 kernels on top of convolutional layers. III. MACHINE LEARNING FOR BRAIN TUMOR SEGMENTATION The images are manually labelled by domain expert to train the neural network. The idea is to use the fully Convolutional Neural Network based on deep learning which will be trained on the input data and will learn the features present in MRI image without any manual intervention. The model generated in due course will be used to segment the MRI image and detect the necrotic and enhancing tumor. A. Existing System and Disadvantages Traditionally the features were hand crafted by the domain specialist. This process required the domain specific knowledge. These images were then used to train the neural network. This process consumes a lot of time and labor intensive. The loss function used in the current system is not apt for the problem in hand. The following are the disadvantages of established system: • Error Prone • Time Consuming • Manual • Requires Domain Knowledge • Human Fatigue B. Proposed System and Advantages In proposed system we used deep learning techniques based on U-Net architecture. The system performs computer aided segmentation and detection of tumor. The success of the proposed system comes from the following factors: • Use of high end CPUs and GPUs • Discovery of Hierarchical Features • Development of Learning Algorithms a. Overview of System Architecture Diagram The system architecture consists of the following components: Fig. 1. System Architecture Diagram b. U-Net Architecture Diagram Fig. 2. U-Net Convolutional Neural Network Architecture In this study the U-Net based network architecture is used, which consists of a down-sampling path and an up-sampling path as indicated in “Fig. 2”. The contraction path or down-sampling consists of four blocks. In this scheme every block has 3X3 convolutional layers and ReLU activation. The down sampling or contraction path consists of a 2×2 Max Pool which is added to the end of every block, to reduce feature map. The expansion path or up-sampling path has also four blocks. All the blocks in the expansion or up-sampling path consists of a de-convolutional layer, a link to the corresponding feature map in the down-sampling path and 3X3 convolutional layers and ReLU activation. c. Segmentation Algorithm The algorithm used in U-Net based Convolutional Neural Network is explained below in “Fig. 3”. This architecture has a contraction path and an expansion path.
  • 3. International Journal of Research in Advent Technology, Vol.7, No.9, September 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 12 doi: 10.32622/ijrat.78201916 Fig. 3. Algorithm d. Method to verify and assess results The quality of segmentation result of the U-Net based Convolutional Neural Network “Fig. 4” is calculated based on the dice similarity coefficient which is the ratio between the manually labeled brain tumors by radiologist and the segmentation results obtained from the deep convolutional neural network. The formula for dice similarity coefficient and sensitivity are evaluated as explained below: Fig. 4. Evaluation Function In the formula mentioned above, the abbreviations are as below: TP means True Positive. FP means False Positive. FN means False Negative. IV. IMPLEMENTATION DETAILS We have used BRATS 2017 dataset to train the model. The dataset has both high grade glioma as well as low grade glioma cases. The dataset has multimodal MRI images which are T1-weighted, T2-weighted and FLAIR which is present for each patient. The dataset is divided into two halves. The first half is used to train the model and the second half is used for validation. The model is trained to extract necrotic and enhancing tumor. The Anaconda Prompt is used to setup the environment and used to train the model. The system generated two models for necrotic and enhancing tumor individually. In order to train the model it is must to have GPU. The hardware and software requirements of the system are defined as below. Hardware Requirements: • System: Intel ® Xenon R E3-1545-M v5 2.90 GHz • Hard Disk: 40 GB • Monitor: 17 VGA Color • RAM: 16 GB or above • GPU: GTX 1080 Software Requirements: • Programming Language: Python • TensorFlow • TensorLayer • OS: Win 7/8/10 • IDE: Anaconda Prompt A. Data Flow Diagram The bird eye view of the functionality performed by the system is represented in following Data flow diagram. Fig 5: Level 0 Data Flow Diagram B. Use Case Diagram The system and user interaction is explained in the following diagram:
  • 4. International Journal of Research in Advent Technology, Vol.7, No.9, September 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 13 doi: 10.32622/ijrat.78201916 Fig 6: Use Case Diagram V. RESULT AND DISCUSSION In this study, we used U-Net based fully convolutional neural network for brain MRI image segmentation. Deep learning or deep convolutional neural networks are giving promising results in medical image segmentation based on Dice Similarity Coefficient as compared to other techniques. The input to the network is a MRI image “Fig. 7”, and output is “Fig. 8”, the segmented image. Input Image: Fig 7: Input MRI Image Segmented Image: Fig 8: Segmented MRI Image The chart in “Fig. 9” shows the dice similarity coefficient (ranges between 0 and 1) of the base method and the new proposed method in case of tumor demarcation. The dice similarity coefficient of the proposed method has improved by 5%. Fig 9: Dice Similarity Coefficient This network can further be used to study other modalities available in the MRI images to prove the validity and range of network to segment brain MRI images. VI. CONCLUSION AND FUTURE SCOPE This paper prescribes to utilize Convolutional Neural Network based deep learning methods to segment the MRI image. The progress in image segmentation methods will incredibly aid in automated identification of tumor. The ongoing improvement in deep learning has revealed the cellular features in the MRI images. Deep learning strategies have indicated promising outcomes over various ailments like Alzheimer, Pneumonia and so on; be that as it may, there is still scope for development. REFERENCES [1] Hao Dong, Guang Yang, Fangde Liu, Yuanhan Mo, Yike Guo, “Automatic Brain Tumor Detection and Segmentation Using U-Net Based Fully Convolutional Networks”, arXiv:1705.03820 [cs.CV], 3 June 2017. [2] Zhe Xiao, Ruohan Huang, Yi Ding, Tian Lan, RongFeng Dong and Zhiguang Qin, “A Deep Learning-Based Segmentation Method for Brain Tumor in MR Images”, presented at 2016 IEEE 6th International Conference on Computational Advances in Bio and Medical Sciences (ICCABS), Atlanta, GA, USA, Oct. 13-15, 2016. [3] Shen, Guorong Wu and Heung-Il Suk, “Deep Learning in Medical Image Analysis”, Annual Review of Biomedical Engineering, vol. 19, pp. 221-248, June 2017. [4] Manda SSSNMSRL Pavan, P. Jagadeesh, “Brain Tumor Segmentation using Convolutional Neural Network in MRI Images”, International Journal of Pure and Applied Mathematics, vol. 119 no. 17, pp. 1585-1592, 2018. [5] Sérgio Pereira, Adriano Pinto, Victor Alves, and Carlos A. Silva, “Brain Tumor Segmentation Using Convolutional Neural Networks in MRI Images”, IEEE Transactions on Medical Imaging, vol. 35, no. 5, pp. 1240-1251, May 2016. [6] Hapsari Peni Agustin Tjahyaningtijas, “Brain Tumor Image Segmentation in MRI Image”, 2018 IOP Conf. Ser.: Mater. Sci. Eng. 336 012012, vol. 336, conference 1. [7] Adnan Qayyuma, Syed Muhammad Anwar, Muhammad Majid, Muhammad Awais, Majdi Alnowamid, “Medical Image Analysis using Convolutional Neural Networks: A Review”, Springer US, vol. 42, pp. 226, Oct. 2018. [8] Kavitha Angamuthu Rajasekaran, Chellamuthu Chinna Gounder, “Advanced Brain Tumor Segmentation from MRI Images”, High-Resolution Neuroimaging - Basic Physical Principles and Clinical Applications, ch. 6, pp. 735, 2018. [9] Adarsh Dhiman, B.S. Satpute, “Brain Tumor Segmentation in MRI Images”, International Journal of Engineering and Techniques, vol. 5 Issue 1, pp. 112, Jan-Feb 2019.
  • 5. International Journal of Research in Advent Technology, Vol.7, No.9, September 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 14 doi: 10.32622/ijrat.78201916 [10] Adarsh Dhiman and B.S. Satpute, “Brain Tumor Segmentation in MRI Images”, Eighth Post Graduate Conference of Computer Engineering, 2018-19. AUTHORS PROFILE Adarsh Dhiman, M.E., Dept. of Computer Engineering, DPU, Pune. Prof. B.S. Satpute, Associate Professor, Dept. of Computer Engineering, DPU, Pune.