Difference between revisions of "2009 Summer Project Week WML SEgmentation"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '__NOTOC__ <gallery> Image:PW2009-v3.png | . Image:UNCWMLSegmentation.png|One training dataset (T1, T2, PD, FLAIR images and wml segmentation. </gallery> ==Key Investigators== * ...')
 
Line 6: Line 6:
  
 
==Key Investigators==
 
==Key Investigators==
* UNC: Minjeong Kim
+
* UNC: Minjeong Kim, Dinggang Shen
 
* GE : Xiaodong Tao, Jim Miller
 
* GE : Xiaodong Tao, Jim Miller
  
Line 31: Line 31:
 
</div>
 
</div>
 
</div>
 
</div>
 
  
 
==References==
 
==References==
 
* Zhiqiang Lao, Dinggang Shen, Dengfeng Liu, Abbas F Jawad, Elias R Melhem, Lenore J Launer, Nick R Bryan, Christos Davatzikos, [http://www.med.unc.edu/~dgshen/papers/WMlesionSegmentation.pdf Computer-Assisted Segmentation of White Matter Lesions in 3D MR images, Using Pattern Recognition], Academic Radiology, 15(3):300-313, March 2008.
 
* Zhiqiang Lao, Dinggang Shen, Dengfeng Liu, Abbas F Jawad, Elias R Melhem, Lenore J Launer, Nick R Bryan, Christos Davatzikos, [http://www.med.unc.edu/~dgshen/papers/WMlesionSegmentation.pdf Computer-Assisted Segmentation of White Matter Lesions in 3D MR images, Using Pattern Recognition], Academic Radiology, 15(3):300-313, March 2008.

Revision as of 11:56, 14 June 2009

Home < 2009 Summer Project Week WML SEgmentation

Key Investigators

  • UNC: Minjeong Kim, Dinggang Shen
  • GE : Xiaodong Tao, Jim Miller

Objective

We will continue developping and testing the white matter lesion segmentation algorithm implemented using ITK. The goal is to have an initial version ready by the end of the week that can be distributed within NA-MIC community for more extensive testing.

Approach, Plan

We will develop a Slicer module for the white matter lesion segmentation algorithm. Base line results and test will be generated.

Progress

Since winter project week in Utah, we have developed/implemented WML segmentation algorithm using ITK classes. Subtasks implemented includes: 1. a skull stripping algorithm working on T1 weighted images; 2. a fuzzy clustering algorithm for tissue segmentation; 3. a parametric modle for gain field correction. All these are implemented using ITK. The training step uses AdaBoost and the segmenation step uses a support vector machine.

References