SlideShare a Scribd company logo
1 of 26
BRAIN REGION SEGMENTATION IN
MAGNETIC RESONANCE IMAGES
AKASH S (181EI101)
Under guidance of
Mrs. SNEHA K,
Assistant Professor EIE,
BIT,
Sathyamangalam
INCORPORATE THE PROJECT WORK BASED ON
SUGGESTIONS GIVEN BY PMC'S MEMBERS
COMMENTS FROM 1ST REVIWER
Need to concentrate on literature papers
Study on Current methodology
COMMENTS FROM 2ND REVIEWER
Improve clarity on the workflow
Study on the Algorithm
COMMENTS FROM 3RD REVIEWER
Asked to prepare a report
10-02-2023
2
2021EC01
NOVELTY OF THE PROJECT
 Our proposed auto-context convolutional neural networks outperformed the recent deep learning method and
four widely-used brain extraction techniques that were continuously evolved and improved over the past decade
due to the significant demand for accurate and reliable automated brain extraction in the neuroscience and
neuro imaging communities. We achieved the highest Dice coefficients as well as a good sensitivity-specificity
trade-off among the techniques
 examined in this project. This was achieved by using the auto context algorithm and FCN approach together for
standard datasets and auto-context with multiple patch sizes as well as context information in a voxel wise CNN
architecture.
 While the auto-context FCN based on U-net was much faster than the auto-context voxel wise network, it
performed only slightly better for the benchmark datasets. On the other hand, the auto-context voxel wise
network performed much better than the auto-context FCN in the very challenging fetal MRI brain extraction
problem. The auto-context algorithm dramatically improved the performance of both networks.
10-02-2023
3
2021EC01
LITERATURE REVIEW
TITLE Auto-context convolutional neural network(Auto-net)
for brain extraction in magnetic resonance imaging
Publication
& Year
IEEE transactions on medical imaging, March 2017
Author Seyed Sadegh Mohseni Salehi, Deniz Erdogmus, Ali
Gholipour
Summary •Accurate, learning based geometry independent and registration
free brain extraction tool based on auto context convolutional
network.
•Two architecture is used
1.Voxelwise approach
2.Fully Convolutional Network
Advantage : Dice coefficient is high
Disadvantage: The algorithm is faster but its relatively slow.
10-02-2023
4
2021EC01
LITERATURE REVIEW
TITLE Brain tumor segmentation using convolution neural networks
in MRI images
Publication
& Year
IEEE transactions on medical imaging,Vol.35,No.5,MAY 2016
Author Sergio Pereira., Adriano Pinto., Victor Alves and Carios A.Silva
Summary •Automatic segmentation method based on convolutional neural
network is used.
•It consist of three stages
1.preprocessing
2.convolutional neural network
3.post processing
Advantage: Less prone to overfitting
Disadvantage: Need lot of training data
10-02-2023
5
2021EC01
LITERATURE REVIEW
TITLE Brain tumor segmentation based a hybrid clustering
technique
Journal &
Year
Elsevier,Egyptian Informatics Journal, January 2015
Author Eman Abdel Maksoud, Mohammed Elmogy, Rashid Al Awadi
Summary •K means clustering technique with fuzzy c means (KIFCM)
algorithm is used.
•It consist of four stages
1.preprocessing : De-noising and skull removal
2.clustering
3.extraction and contouring
4.validation
Advantage: Fast computational speed
Disadvantage : It fails to segment noisy images
10-02-2023
6
2021EC01
PROBLEM IDENTIFICATION IN THE PROJECT DOMAIN
 Consequently, while fully-automated, accurate brain extraction has already been investigated
extensively, it is still an active area of research. Of particular interest is a recent deep learning based
algorithm that has shown to outperform most of the popular routinely-used brain extraction tools.
 The state-of-the-art brain extraction methods and tools use evolved combinations of image
registration, atlases, intensity and edge feature information, and level sets/graph cuts to generate
brain masks in MRI images. The majority of these algorithms rely heavily on the alignment of the
query images to atlases or make strong assumptions about the geometry, orientation, and image
features.
 Yet the outcome of most of these tools is often inaccurate and involves non-brain structures or cuts
parts of the brain. Therefore most of these tools offer options and multiple parameters to set and try,
that ultimately make brain extraction a semi-automatic or supervised task rather than fully
automatic.
10-02-2023
7
2021EC01
METHODOLOGY
• we evaluated the performance of our algorithm in the challenging problem
of extracting arbitrarily-oriented fetal brains in reconstructed fetal brain
magnetic resonance imaging (MRI) datasets.
• In this application our voxelwise auto-context CNN performed much better
than the other methods (Dice coefficient: 95.97%), where the other methods
performed poorly due to the non-standard
• orientation and geometry of the fetal brain in MRI.
• Through training, our method can provide accurate brain extraction in
challenging applications.
• This in-turn may reduce the problems associated with image registration in
segmentation tasks
DESIGN
10-02-2023
9
2021EC01
Non-Local Means (NLM) is simple, formal and very
performing idea: any noisy pixel can be cleaned using a
weighted sum of noisy pixels having similar neighborhood
located everywhere in the image.
Non-local means is an algorithm in image processing
for image denoising. Unlike "local mean" filters, which take
the mean value of a group of pixels surrounding a target
pixel to smooth the image, non-local means filtering takes a
mean of all pixels in the image, weighted by how similar
these pixels are to the target pixel. This results in much
greater post-filtering clarity, and less loss of detail in the
image compared with local mean algorithms.
EFFECTIVE UTILIZATION OF THE
MODERN TOOL
 OPEN SOURCE WESBITE:
1) GITHUB
2) OASIS
 MATLAB 14A
 IMAGE PROCESSING – CNN
PERFORMANCE MEASURE
 Dice coefficient: similarity between two images
D=2TP/(2TP+FP+FN)
Where TP,TN,FP,FN are the true positive, true negative, false positive and false
negative.
 Sensitivity = TN/(TN+FP)
 Specificity = TN/(TP+FN)
10-02-2023
11
2021EC01
INPUT IMAGE
ANALYSIS OF RESULTS & DISUSSION
DENOISED NLM FILTER OUTPUT
STEP 1
STEP 2
Spatially Variable rician
Noisy Image
Denoised NLM filter output
STEP 3
COMPARING OUPUT’S OF STEP - 1, 2 & 3
COMPARING INPUT IMAGES WITH BIAS
BEFORE AND AFTER BIAS COMPUTATION GRAPH
OVERALL FUNCTION FLOW OF INPUTS
WORKING VIDEO
10-02-2023
19
2021EC01
COST BENEFIT ANALYSIS
 Time complexity of model is low , when compared to the existing
 The execution requires less time to train and predict the model.
CONCLUSION
 we evaluated the performance of our algorithm in the challenging problem
of extracting arbitrarily-oriented fetal brains in reconstructed fetal brain
magnetic resonance imaging (MRI) datasets.
 In this application our voxelwise auto-context CNN performed much better
than the other methods (Dice coefficient: 95.97%), where the other methods
performed poorly due to the non-standard orientation and geometry of the
fetal brain in MRI.
 Through training, our method can provide accurate brain extraction in
challenging applications. This in-turn may reduce the problems associated
with image registration in segmentation tasks.
10-02-2023
21
2021EC01
REFERENCES
 [1] J. Kleesiek, G. Urban, A. Hubert, D. Schwarz, K. Maier-Hein, M. Bendszus, and A. Biller,
“Deep MRI brain extraction: a 3D convolutional neural network for skull stripping,”NeuroImage,
vol. 129, pp. 460–469,2016.
 [2] S. M. Smith, “Fast robust automated brain extraction,” Human brain mapping, vol. 17, no. 3, pp.
143–155, 2002.
 [3] M. Jenkinson, M. Pechaud, and S. Smith, “BET2: MR-based estimation of brain, skull and scalp
surfaces,” in 11th annual meeting of the organization for human brain mapping, vol. 17, 2005, p.
167.
 [4] R. W. Cox, “AFNI: software for analysis and visualization of functional magnetic resonance
neuroimages,”Computers and Biomedical research,vol. 29, no. 3, pp. 162–173, 1996.
10-02-2023
22
2021EC01
INDIVIDUAL CONTRIBUTIONS TO THE WORK
• Gone through the most arising problems in the medical field and decided to choose the
project on Brain region segmentation using MRI.
• Gone through the Literatures and get to know what has been done so far.
• Collect of the dataset
• Pre- processing of the collect dataset.
• Study of the current merging algorithm.
• Execution of CNN algorithm.
CONFERENCE:-
10-02-2023
24
2021EC01
10-02-2023
25
2021EC01
THANK YOU !!!

More Related Content

Similar to BRAINREGION.pptx

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 UNETIRJET Journal
 
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and ThresholdingIRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and ThresholdingIRJET Journal
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET Journal
 
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesDilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesIRJET Journal
 
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means ClusteringAn Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means ClusteringIRJET Journal
 
78201916
7820191678201916
78201916IJRAT
 
Brain Tumor Segmentation in MRI Images
Brain Tumor Segmentation in MRI ImagesBrain Tumor Segmentation in MRI Images
Brain Tumor Segmentation in MRI ImagesIJRAT
 
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Journal For Research
 
Neuroendoscopy Adapter Module Development for Better Brain Tumor Image Visual...
Neuroendoscopy Adapter Module Development for Better Brain Tumor Image Visual...Neuroendoscopy Adapter Module Development for Better Brain Tumor Image Visual...
Neuroendoscopy Adapter Module Development for Better Brain Tumor Image Visual...IJECEIAES
 
Image Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkImage Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkAIRCC Publishing Corporation
 
Image Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkImage Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkAIRCC Publishing Corporation
 
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET Journal
 
Review on classification based on artificial
Review on classification based on artificialReview on classification based on artificial
Review on classification based on artificialijasa
 
A deep learning approach for brain tumor detection using magnetic resonance ...
A deep learning approach for brain tumor detection using  magnetic resonance ...A deep learning approach for brain tumor detection using  magnetic resonance ...
A deep learning approach for brain tumor detection using magnetic resonance ...IJECEIAES
 
Segmentation techniques for extraction and description of tumour region from ...
Segmentation techniques for extraction and description of tumour region from ...Segmentation techniques for extraction and description of tumour region from ...
Segmentation techniques for extraction and description of tumour region from ...Swarada Kanap
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONIRJET Journal
 

Similar to BRAINREGION.pptx (20)

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- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and ThresholdingIRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
 
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesDilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
 
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means ClusteringAn Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
 
78201916
7820191678201916
78201916
 
Brain Tumor Segmentation in MRI Images
Brain Tumor Segmentation in MRI ImagesBrain Tumor Segmentation in MRI Images
Brain Tumor Segmentation in MRI Images
 
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
 
Neuroendoscopy Adapter Module Development for Better Brain Tumor Image Visual...
Neuroendoscopy Adapter Module Development for Better Brain Tumor Image Visual...Neuroendoscopy Adapter Module Development for Better Brain Tumor Image Visual...
Neuroendoscopy Adapter Module Development for Better Brain Tumor Image Visual...
 
Image Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkImage Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural Network
 
Image Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkImage Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural Network
 
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
 
MINI PROJECT (1).pptx
MINI PROJECT (1).pptxMINI PROJECT (1).pptx
MINI PROJECT (1).pptx
 
Review on classification based on artificial
Review on classification based on artificialReview on classification based on artificial
Review on classification based on artificial
 
A deep learning approach for brain tumor detection using magnetic resonance ...
A deep learning approach for brain tumor detection using  magnetic resonance ...A deep learning approach for brain tumor detection using  magnetic resonance ...
A deep learning approach for brain tumor detection using magnetic resonance ...
 
C1103041623
C1103041623C1103041623
C1103041623
 
Segmentation techniques for extraction and description of tumour region from ...
Segmentation techniques for extraction and description of tumour region from ...Segmentation techniques for extraction and description of tumour region from ...
Segmentation techniques for extraction and description of tumour region from ...
 
Ag044216224
Ag044216224Ag044216224
Ag044216224
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTION
 

Recently uploaded

Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Suhani Kapoor
 
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen DatingDubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Datingkojalkojal131
 
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...Suhani Kapoor
 
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...Niya Khan
 
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...shivangimorya083
 
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...Suhani Kapoor
 
Business Development and Product Strategy for a SME named SARL based in Leban...
Business Development and Product Strategy for a SME named SARL based in Leban...Business Development and Product Strategy for a SME named SARL based in Leban...
Business Development and Product Strategy for a SME named SARL based in Leban...Soham Mondal
 
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big BoodyDubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boodykojalkojal131
 
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...shivangimorya083
 
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service CuttackVIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service CuttackSuhani Kapoor
 
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls DubaiDark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls Dubaikojalkojal131
 
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service CuttackVIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service CuttackSuhani Kapoor
 
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call GirlsDelhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girlsshivangimorya083
 
The Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdfThe Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdftheknowledgereview1
 
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...Suhani Kapoor
 
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证obuhobo
 
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...Suhani Kapoor
 
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service BhilaiVIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 

Recently uploaded (20)

Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
 
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen DatingDubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
 
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
 
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...
 
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
 
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
 
Business Development and Product Strategy for a SME named SARL based in Leban...
Business Development and Product Strategy for a SME named SARL based in Leban...Business Development and Product Strategy for a SME named SARL based in Leban...
Business Development and Product Strategy for a SME named SARL based in Leban...
 
Call Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCeCall Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
 
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big BoodyDubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
 
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...
 
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service CuttackVIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
 
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls DubaiDark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
 
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service CuttackVIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
 
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call GirlsDelhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
 
The Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdfThe Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdf
 
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
 
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
 
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
 
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service BhilaiVIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
 

BRAINREGION.pptx

  • 1. BRAIN REGION SEGMENTATION IN MAGNETIC RESONANCE IMAGES AKASH S (181EI101) Under guidance of Mrs. SNEHA K, Assistant Professor EIE, BIT, Sathyamangalam
  • 2. INCORPORATE THE PROJECT WORK BASED ON SUGGESTIONS GIVEN BY PMC'S MEMBERS COMMENTS FROM 1ST REVIWER Need to concentrate on literature papers Study on Current methodology COMMENTS FROM 2ND REVIEWER Improve clarity on the workflow Study on the Algorithm COMMENTS FROM 3RD REVIEWER Asked to prepare a report 10-02-2023 2 2021EC01
  • 3. NOVELTY OF THE PROJECT  Our proposed auto-context convolutional neural networks outperformed the recent deep learning method and four widely-used brain extraction techniques that were continuously evolved and improved over the past decade due to the significant demand for accurate and reliable automated brain extraction in the neuroscience and neuro imaging communities. We achieved the highest Dice coefficients as well as a good sensitivity-specificity trade-off among the techniques  examined in this project. This was achieved by using the auto context algorithm and FCN approach together for standard datasets and auto-context with multiple patch sizes as well as context information in a voxel wise CNN architecture.  While the auto-context FCN based on U-net was much faster than the auto-context voxel wise network, it performed only slightly better for the benchmark datasets. On the other hand, the auto-context voxel wise network performed much better than the auto-context FCN in the very challenging fetal MRI brain extraction problem. The auto-context algorithm dramatically improved the performance of both networks. 10-02-2023 3 2021EC01
  • 4. LITERATURE REVIEW TITLE Auto-context convolutional neural network(Auto-net) for brain extraction in magnetic resonance imaging Publication & Year IEEE transactions on medical imaging, March 2017 Author Seyed Sadegh Mohseni Salehi, Deniz Erdogmus, Ali Gholipour Summary •Accurate, learning based geometry independent and registration free brain extraction tool based on auto context convolutional network. •Two architecture is used 1.Voxelwise approach 2.Fully Convolutional Network Advantage : Dice coefficient is high Disadvantage: The algorithm is faster but its relatively slow. 10-02-2023 4 2021EC01
  • 5. LITERATURE REVIEW TITLE Brain tumor segmentation using convolution neural networks in MRI images Publication & Year IEEE transactions on medical imaging,Vol.35,No.5,MAY 2016 Author Sergio Pereira., Adriano Pinto., Victor Alves and Carios A.Silva Summary •Automatic segmentation method based on convolutional neural network is used. •It consist of three stages 1.preprocessing 2.convolutional neural network 3.post processing Advantage: Less prone to overfitting Disadvantage: Need lot of training data 10-02-2023 5 2021EC01
  • 6. LITERATURE REVIEW TITLE Brain tumor segmentation based a hybrid clustering technique Journal & Year Elsevier,Egyptian Informatics Journal, January 2015 Author Eman Abdel Maksoud, Mohammed Elmogy, Rashid Al Awadi Summary •K means clustering technique with fuzzy c means (KIFCM) algorithm is used. •It consist of four stages 1.preprocessing : De-noising and skull removal 2.clustering 3.extraction and contouring 4.validation Advantage: Fast computational speed Disadvantage : It fails to segment noisy images 10-02-2023 6 2021EC01
  • 7. PROBLEM IDENTIFICATION IN THE PROJECT DOMAIN  Consequently, while fully-automated, accurate brain extraction has already been investigated extensively, it is still an active area of research. Of particular interest is a recent deep learning based algorithm that has shown to outperform most of the popular routinely-used brain extraction tools.  The state-of-the-art brain extraction methods and tools use evolved combinations of image registration, atlases, intensity and edge feature information, and level sets/graph cuts to generate brain masks in MRI images. The majority of these algorithms rely heavily on the alignment of the query images to atlases or make strong assumptions about the geometry, orientation, and image features.  Yet the outcome of most of these tools is often inaccurate and involves non-brain structures or cuts parts of the brain. Therefore most of these tools offer options and multiple parameters to set and try, that ultimately make brain extraction a semi-automatic or supervised task rather than fully automatic. 10-02-2023 7 2021EC01
  • 8. METHODOLOGY • we evaluated the performance of our algorithm in the challenging problem of extracting arbitrarily-oriented fetal brains in reconstructed fetal brain magnetic resonance imaging (MRI) datasets. • In this application our voxelwise auto-context CNN performed much better than the other methods (Dice coefficient: 95.97%), where the other methods performed poorly due to the non-standard • orientation and geometry of the fetal brain in MRI. • Through training, our method can provide accurate brain extraction in challenging applications. • This in-turn may reduce the problems associated with image registration in segmentation tasks
  • 9. DESIGN 10-02-2023 9 2021EC01 Non-Local Means (NLM) is simple, formal and very performing idea: any noisy pixel can be cleaned using a weighted sum of noisy pixels having similar neighborhood located everywhere in the image. Non-local means is an algorithm in image processing for image denoising. Unlike "local mean" filters, which take the mean value of a group of pixels surrounding a target pixel to smooth the image, non-local means filtering takes a mean of all pixels in the image, weighted by how similar these pixels are to the target pixel. This results in much greater post-filtering clarity, and less loss of detail in the image compared with local mean algorithms.
  • 10. EFFECTIVE UTILIZATION OF THE MODERN TOOL  OPEN SOURCE WESBITE: 1) GITHUB 2) OASIS  MATLAB 14A  IMAGE PROCESSING – CNN
  • 11. PERFORMANCE MEASURE  Dice coefficient: similarity between two images D=2TP/(2TP+FP+FN) Where TP,TN,FP,FN are the true positive, true negative, false positive and false negative.  Sensitivity = TN/(TN+FP)  Specificity = TN/(TP+FN) 10-02-2023 11 2021EC01
  • 12. INPUT IMAGE ANALYSIS OF RESULTS & DISUSSION
  • 13. DENOISED NLM FILTER OUTPUT STEP 1
  • 14. STEP 2 Spatially Variable rician Noisy Image Denoised NLM filter output STEP 3
  • 15. COMPARING OUPUT’S OF STEP - 1, 2 & 3
  • 17. BEFORE AND AFTER BIAS COMPUTATION GRAPH
  • 20. COST BENEFIT ANALYSIS  Time complexity of model is low , when compared to the existing  The execution requires less time to train and predict the model.
  • 21. CONCLUSION  we evaluated the performance of our algorithm in the challenging problem of extracting arbitrarily-oriented fetal brains in reconstructed fetal brain magnetic resonance imaging (MRI) datasets.  In this application our voxelwise auto-context CNN performed much better than the other methods (Dice coefficient: 95.97%), where the other methods performed poorly due to the non-standard orientation and geometry of the fetal brain in MRI.  Through training, our method can provide accurate brain extraction in challenging applications. This in-turn may reduce the problems associated with image registration in segmentation tasks. 10-02-2023 21 2021EC01
  • 22. REFERENCES  [1] J. Kleesiek, G. Urban, A. Hubert, D. Schwarz, K. Maier-Hein, M. Bendszus, and A. Biller, “Deep MRI brain extraction: a 3D convolutional neural network for skull stripping,”NeuroImage, vol. 129, pp. 460–469,2016.  [2] S. M. Smith, “Fast robust automated brain extraction,” Human brain mapping, vol. 17, no. 3, pp. 143–155, 2002.  [3] M. Jenkinson, M. Pechaud, and S. Smith, “BET2: MR-based estimation of brain, skull and scalp surfaces,” in 11th annual meeting of the organization for human brain mapping, vol. 17, 2005, p. 167.  [4] R. W. Cox, “AFNI: software for analysis and visualization of functional magnetic resonance neuroimages,”Computers and Biomedical research,vol. 29, no. 3, pp. 162–173, 1996. 10-02-2023 22 2021EC01
  • 23. INDIVIDUAL CONTRIBUTIONS TO THE WORK • Gone through the most arising problems in the medical field and decided to choose the project on Brain region segmentation using MRI. • Gone through the Literatures and get to know what has been done so far. • Collect of the dataset • Pre- processing of the collect dataset. • Study of the current merging algorithm. • Execution of CNN algorithm.