Shape Analysis on Neuroimaging Data
Tanya Glozman
Introduction
Understanding the relationships between structure and function in the brain is a key interest in neuroscience. Many studies indicate a correlation between structural/shape abnormalities and functional differences between subjects ranging from behavioral changes through functional differences to neurological disorders - an overview can be found in [3]. However, these studies focus mostly on cortical structures. In this project we explored the efficacy of projections in describing the shape of two types of neuroimaging data: cortical segments acquired from Structural MRI data and white matter fascicles (neuronal tracts) acquired from Diffusion Weighted MRI tractography data. We developed a new descriptor based on projections, and proved it's efficacy on these types of data by performing SVM-based classification of the different structures. We show that our simple descriptor greatly reduces the dimentionality of the problem while preserving fine shape information required to discriminate between different structures.
Data
Two types of neuroimaging data were explored:
1.Structural MRI data
Structural MRI data comes in the form of 2D images of axial cross-sections of the brain. MR RF-sequences are designed to generate contrast between different tissues in the brain. Most commonly, T1-weighted images are acquired, showing good contrast between the white matter and the gray matter. Through collaboration with the Psychology department, we were given access to MRI scans of 10 different healthy subjects. This data was first pre-processed using FreeSurfer - a freely available software offering a set of tools for analysis and visualization of brain imaging data. Among the available tools, FreeSurfer provides segmentation of white matter from the rest of the brain, skull stripping, registration of the cortical surface of an individual with an atlas, labeling and segmenting the various regions of the cortical surface. The output of this pre-processing step was a set of 35 cortical segments per subject.
2.Diffusion MRI + Tractography data
Diffusion MRI is an inherently different MR imaging technique which allows mapping the diffusion process of molecules, mainly water, in biological tissues. Molecular diffusion patterns in tissues reflects interactions with macromolecules, fibers, membranes, etc. Water molecule diffusion patterns can therefore reveal microscopic details about tissue architecture, either normal or in a diseased state [cite Wikipedia]. The structure of the neuronal axons of white matter in the brain causes anisotropy in water diffusion in these structures: water will diffuse more rapidly in the direction aligned with the internal structure, and more slowly as it moves perpendicular to the preferred direction. For more details regarding this technique the reader is referred to [].
Methods
- Describe your algorithm or approach. - Detail any issues or problems that were particularly important. - Emphasize the parts of the project that you wrote (instead of ISET or downloaded code). - Describe the analysis in enough detail so that someone could understand and repeat your analysis. - What data and software did you use? What were the ideas of the algorithm and data analysis?
Results
- Organize your results in a good logical order (not necessarily historical order). - Include relevant graphs and/or images. Make sure graph axes are labeled. - Make sure you draw the reader's attention to the key element of the figure. - The key aspect should be the most visible element of the figure or graph. Help the reader by writing a clear figure caption.
Conclusions
- Describe what you learned. What worked? What didn't? Why? What would you do if you kept working on the project?
References
_ List references. Include links to papers that are online.
Appendix I
This project is ongoing. The data was acquired through collaboration with Dr. Franco Pestilli (for the connectome data )and Prof. Tony Norcia's group (for the structural MRI data. I am not free to share the data. Since we are hoping to publish the results of this work, we prefer to not share the code currently. Please email tanyagl@stanford.edu if you'd like to learn more.