To Design, Analyze, and Implement Approaches for Brain Tissue Segmentation

Project for ‘Medical Image Segmentation and Applications’ course (​ Master’s Third Semester at University of Girona, January 2020)

The main goal of this project was to develop tissue (WM, GM, and CSF) segmentation methods in brain MRI images. The dataset used is IBSR18, which contains 18 skull-stripped and bias field-corrected T1-w images with different spatial resolutions (pixel spacing), and there is a heterogeneity in image intensities that hinders segmentation. System architecture used - Data → Pre-processing → Segmentation. Steps - 1) Pre-processing (a) Normalization and Skull stripping of MNI template, b) Image Registration (We have used Elastix as a software to apply 3D registration of moving image on fixed), c) Histogram Stretching (The registered volumes’ histograms have been stretched which broadens the histogram of the image intensity levels, d) Histogram Matching (Histogram stretched output of IBSR 07 has been taken as reference to match all other volumes’ stretched histogram), and 2) Segmentation - 3D patch-wise segmentation using 3D U-Net.