2013 Project Week:WMH Segmentation for Stroke
From NAMIC Wiki
(Redirected from 2013 Winter Project Week:WMH Segmentation for Stroke)
Home < 2013 Winter Project Week:WMH Segmentation for Stroke
Key Investigators
- Adrian Dalca, Ramesh Sridharan, Polina Golland, MIT
- Natalia Rost, Jonathan Rosand, MGH
Project Description
Objective
We are developing methods for segmentation of white matter hyperintensity (WMH) in FLAIR images of stroke patients. Specifically, WMH is to be localized in particular areas of the brain, as seen in a training set. This dataset is particularly challenging due to the low resolution (1mm x 1mm x 7mm) and with cropped fields of view in the given images.
Approach, Plan
- Find and apply appropriate registration method to register cropped, low resolution T1 scans
- Register T1 scans to FLAIR images with rigid registration
- Create mask of relevant areas for WMH segmentation from manual segmentations
- Investigate several known methods for segmentation of WMH segmentation using training images.
- Write thorough pipline for above steps.
Progress
- Aside from a in-house model for cropped field of view registration we also tuned ANTS to our specific images and pre-processing
- We wrote a pipeline to parse through the nearly one thousand subjects
- We built several atlases based on the Buckner40 dataset using ANTS
- We wrote a pipeline to register T1 scans to an atlas, and FLAIR images to T1 images
- We wrote and tested some classification methods using SVMs with RBF kernels based on intensity features. We currently don't impose a smoothness constraint, but can optionally run a slight smoothness pre-processing step.
- Whole pipeline is nearly done, currently dealing with slight bugs :)