Brain Tumor Segmentation Using Convolution Neural Networks

Abstract/Project Description

Don't use plagiarized sources. Get Your Custom Essay on
Brain Tumor Segmentation Using Convolution Neural Networks
Just from $13/Page
Order Essay

Brain tumors treatment requires to know how extent the tumor was expanded. Without ionizing radiation magnetic resonance imaging(MRI) technique is one of the primary diagnostic tools for the brain tumor. Segmenting brain tumor extent from MRI consumes a huge amount of time if it is done manually. Using neural networks to segment the tumor extent will be an efficient way to examine brain tumor. But in traditional neural networks models for segmentation problem, Cross Entropy and Dice coefficient were commonly used as loss functions. Some type of brain tumors(like glioblastomas) are infiltrated and their borders are fuzzy and loss functions like cross entropy and Dice coefficient will not help in this situation. In this project, we propose a neural network model based on Active Contour models(ACM) and these ACMs will consider the geometrical information of the contours and takes them into consideration to avoid fuzziness during segmentation.

Introduction

One of the most dangerous types of cancers is brain tumor, because a person who is suffering with brain tumor will lose their cognitive functions and their quality of life will be poor. Most common brain tumor is gliomas, and there are two type of gliomas, one is low grade gliomas( a person diagnosed with this will have several years life expectancy) and another one is high grade gliomas( a person diagnosed with this will have 2 years life expectancy). A surgery is required for treating the brain tumor even though radiation and chemotherapy were used to slow down the growth of the tumor. Magnetic resonance imaging(MRI) helps by providing detailed pictures of brain, and most widely used method for diagnosing brain tumors. It will be hard to detect the tumors because they were poorly contrasted, tentacle like structures, and often diffused. One more issue with segmenting brain tumors is they can be formed anywhere in the brain in different size and shape. Brain typically consists of three tissues: the grey matter, white matter and cerebrospinal fluid. To segment a brain tumor, we need to identify abnormal areas rather than normal tissues. Glioblastomas which is one of the most difficult brain tumors to segment because their border are fuzzy, and it will be difficult to distinguish them with normal tissue. To overcome this issue, we propose a neural network model with active contour model, and that contour model will take geometric information of the contour into consideration while performing loss function. In that way the edges were also taken as loss during gradient descent.

 

Background/Related Work

In this section, we will discuss about different related works, CNN based segmentation methods and use of different loss functions which are related to this work.

CNN- based Segmentation Methods

In many of the computer vision tasks, CNNs showed a remarkable performance. The end to end working nature of CNN is one of its strength because this approach can extract hierarchical and multi-resolution features during learning process. In one of the previous works[4], authors used small 3×3 kernels so that it will help to design a deep neural architecture and intensity normalization in pre processing step, which together proved to be very effective in brain tumor segmentation. Also, authors used high level extracted features from CNN using hough transform technique and the tumors which were detected were segmented with a set of fully connected layers and the segmented mask is classified through FCs[5].In another works related to this topic[6], authors used a different implantation of CNN by making it exploit both local and global features simultaneously, their network use a final layer which is actually convolution implementation of fully connected layer which will allow 40 fold speed up and they used two phased training to tackle imbalances in labels of brain tumors. To avoid computational costs of CNN, authors[7] implemented a CNN based model which will efficiently combines advantages long range 2D context and short-range 3D context, by using voxelwise voting strategy, they merged the outputs of several cascaded 2D-3D models so that this will overcome the limitations of specific choices of neural networks and they implemented a network architecture in which separate subnetworks are used to process the different MR sequences so that model is more robust to the problem of missing MR squences. CNN can be categorized into pixel based and imaged based approaches when it comes into segmentation tasks. Each pixel in the image will be classified into different objects in pixel-based approach. The image-based approaches like U-net is simple and have good performance when compared to pixel-based approaches. But, lack of consideration on outside the target so that small segmented object occurs around the boundaries. To Overcome this issue, researchers prove that developing different loss function will improve the performance of the U-net. This will be done by introducing shape-aware term in the segmentation loss function. The performance results of cervical X-ray images were increased by 12% by using this approach. Inspired from this progress, we borrowed a novel loss function to improve the segmentation performance.

Get Help With Your Essay
If you need assistance with writing your essay, our professional essay writing service is here to help!
Essay Writing Service

 

LOSS Functions

Loss functions play a key role while training a CNN model. Cross-Entropy and Dice co-efficient are commonly use loss functions. But they have limitations: one is they are pixel-based loss functions and they measure the similarity between ground truth and prediction result on pixel based, but the geometric information will not be utilized. The proposed loss function will consider the region and length of the boundary so that it will help in preserving the shape of the contour.

Goal/Purpose of the Project

 

The goal of the project is to build Neural network based on active contour models to segment brain tumor, this method will consider geometrical information(length and area of the region) while calculating the loss function. This approach will help preserving shape of the contour which plays an important role while examining the tumor.

 

Features and Methodology

In this project, we use U-net architecture to segment the brain tumor and we will use Cross Entropy loss, Dice Co-efficient loss and Active contour loss while training models and compare the results.

Method 1: U-net architecture

•         For biological microscopy images O. Ronneberger et al. (2015) the FCN of J. Long et al(2015).

•         This Networks is composed of two parts

The contracting part which will compute features

The expanding part to spatially localize patterns.

•         The contracting part will extract features with 3×3 convolutions just like FCN.

•         The expanding part will reduce feature maps while increasing their width and height.

•         To avoid losing pattern information cropped features from contracting part were copied.

•         In the end, to generate a segmentation map a 1×1 convolution will process all the feature maps.

 

 

 

Image Source: O. Ronneberger et al. (2015)

 

 

Unique Contributions:

 

We will build a U-net CNN with active contour loss(which considers geometric information) for segmenting brain tumor. Up to my knowledge this approach is never used for this problem and this will help in segmenting the tumor without loss edges.

 

Technology Stack:

•         U-Net Convolution Network

•         Active Contour models

•         Python

•         Jupyter Notebook

Data Set:

 

The data which we will be using is provided by 2019 MICCAI BraTs Challenge [3]. Each data set consists of four different MRI pulse sequences, each of which consists of 155 brain slices. Professional clinicians participated in providing ground truth labels for each case

Timelines:

Time Line (2019)

No of Weeks

Task

Sep 23rd to Oct 4th , 2019

2 weeks

BraTs data set analysis

Oct 5th to November 2nd ,2019

5weeks

Image pre processing and making data ready for the model

November 4th,2019 to January 6th ,2020

10 weeks

Building model and using different loss fucntions to compare results

January 7th to February 7th,2020

4 weeks

Report Writing

February 10th to March 10th ,2020

3 weeks

Submit Report And approvals

References:

[1] Olaf Ronneberger, Philipp Fischer, and Thomas Brox. Unet: Convolutional networks for biomedical image segmentation.

[2] Michael Kass, Andrew Witkin, and Demetri Terzopoulos. Snakes: Active contour models. International Journal of Computer Vision.

[3] SM Masudur Rahman Al Arif, Karen Knapp, and Greg Slabaugh. Shape-aware deep convolutional neural network for vertebrae segmentation.

[4] Sérgio Pereira, Adriano Pinto, Victor Alves and Carlos A. Silva. Brain Tumor Segmentation Using Convolutional Neural Networks in MRI Images.

[5] Mina Rezaei, Haojin Yang, and Christoph Meinel. Instance Tumor Segmentation using Multitask Convolutional Neural Network.

[6] Mohammad Havaei, David Warde-Farley, Aaron Courville, Chris Pal, Hugo Larochelle, Axel Davy, Antoine Biard, Y. Bengio, Pierre-Marc Jodoin. Brain Tumor Segmentation with Deep Neural Networks.

[7] Pawel Mlynarski, Hervé Delingette, Antonio Criminisi, Nicholas Ayache. 3D Convolutional Neural Networks for Tumor Segmentation using Long-range 2D Context.
 

What Will You Get?

We provide professional writing services to help you score straight A’s by submitting custom written assignments that mirror your guidelines.

Premium Quality

Get result-oriented writing and never worry about grades anymore. We follow the highest quality standards to make sure that you get perfect assignments.

Experienced Writers

Our writers have experience in dealing with papers of every educational level. You can surely rely on the expertise of our qualified professionals.

On-Time Delivery

Your deadline is our threshold for success and we take it very seriously. We make sure you receive your papers before your predefined time.

24/7 Customer Support

Someone from our customer support team is always here to respond to your questions. So, hit us up if you have got any ambiguity or concern.

Complete Confidentiality

Sit back and relax while we help you out with writing your papers. We have an ultimate policy for keeping your personal and order-related details a secret.

Authentic Sources

We assure you that your document will be thoroughly checked for plagiarism and grammatical errors as we use highly authentic and licit sources.

Moneyback Guarantee

Still reluctant about placing an order? Our 100% Moneyback Guarantee backs you up on rare occasions where you aren’t satisfied with the writing.

Order Tracking

You don’t have to wait for an update for hours; you can track the progress of your order any time you want. We share the status after each step.

image

Areas of Expertise

Although you can leverage our expertise for any writing task, we have a knack for creating flawless papers for the following document types.

Areas of Expertise

Although you can leverage our expertise for any writing task, we have a knack for creating flawless papers for the following document types.

image

Trusted Partner of 9650+ Students for Writing

From brainstorming your paper's outline to perfecting its grammar, we perform every step carefully to make your paper worthy of A grade.

Preferred Writer

Hire your preferred writer anytime. Simply specify if you want your preferred expert to write your paper and we’ll make that happen.

Grammar Check Report

Get an elaborate and authentic grammar check report with your work to have the grammar goodness sealed in your document.

One Page Summary

You can purchase this feature if you want our writers to sum up your paper in the form of a concise and well-articulated summary.

Plagiarism Report

You don’t have to worry about plagiarism anymore. Get a plagiarism report to certify the uniqueness of your work.

Free Features $66FREE

  • Most Qualified Writer $10FREE
  • Plagiarism Scan Report $10FREE
  • Unlimited Revisions $08FREE
  • Paper Formatting $05FREE
  • Cover Page $05FREE
  • Referencing & Bibliography $10FREE
  • Dedicated User Area $08FREE
  • 24/7 Order Tracking $05FREE
  • Periodic Email Alerts $05FREE
image

Our Services

Join us for the best experience while seeking writing assistance in your college life. A good grade is all you need to boost up your academic excellence and we are all about it.

  • On-time Delivery
  • 24/7 Order Tracking
  • Access to Authentic Sources
Academic Writing

We create perfect papers according to the guidelines.

Professional Editing

We seamlessly edit out errors from your papers.

Thorough Proofreading

We thoroughly read your final draft to identify errors.

image

Delegate Your Challenging Writing Tasks to Experienced Professionals

Work with ultimate peace of mind because we ensure that your academic work is our responsibility and your grades are a top concern for us!

Check Out Our Sample Work

Dedication. Quality. Commitment. Punctuality

Categories
All samples
Essay (any type)
Essay (any type)
The Value of a Nursing Degree
Undergrad. (yrs 3-4)
Nursing
2
View this sample

It May Not Be Much, but It’s Honest Work!

Here is what we have achieved so far. These numbers are evidence that we go the extra mile to make your college journey successful.

0+

Happy Clients

0+

Words Written This Week

0+

Ongoing Orders

0%

Customer Satisfaction Rate
image

Process as Fine as Brewed Coffee

We have the most intuitive and minimalistic process so that you can easily place an order. Just follow a few steps to unlock success.

See How We Helped 9000+ Students Achieve Success

image

We Analyze Your Problem and Offer Customized Writing

We understand your guidelines first before delivering any writing service. You can discuss your writing needs and we will have them evaluated by our dedicated team.

  • Clear elicitation of your requirements.
  • Customized writing as per your needs.

We Mirror Your Guidelines to Deliver Quality Services

We write your papers in a standardized way. We complete your work in such a way that it turns out to be a perfect description of your guidelines.

  • Proactive analysis of your writing.
  • Active communication to understand requirements.
image
image

We Handle Your Writing Tasks to Ensure Excellent Grades

We promise you excellent grades and academic excellence that you always longed for. Our writers stay in touch with you via email.

  • Thorough research and analysis for every order.
  • Deliverance of reliable writing service to improve your grades.
Place an Order Start Chat Now
image

Order your essay today and save 30% with the discount code Happy