Difference between revisions of "EMSegment"

From NAMIC Wiki
Jump to: navigation, search
(→‎Collaboration: Progress update at the end of NA-MIC Programming Week)
Line 40: Line 40:
 
</div>
 
</div>
 
<div style="width: 97%; float: left; padding-right: 3%;">
 
<div style="width: 97%; float: left; padding-right: 3%;">
 +
 +
==New Features==
 +
===Intensity Normalization===
 +
We compute the normalization parameter for the atlas based on the value selected by the user.
 +
 +
[[File:EMSegment_Intensity_Normalization.png]]
 +
===Intensity Distribution Visualization===
 +
We model the image intensities using a Gaussian distribution for every class.
 +
 +
[[File:EMSegment_Gaussian_2D.png]]
 +
===Global Prior Visualization===
 +
We compute the Global Priors based on the selection in the intensity histogram.
 +
 +
[[File:EMSegment_Global_Prior_Visualization.png]]
  
 
==Collaboration==
 
==Collaboration==

Revision as of 00:25, 26 June 2009

Home < EMSegment

Key Investigators

  • Sylvain Jaume, Polina Golland (MIT Computer Science and Artificial Intelligence Laboratory)
  • Nicolas Rannou, Steve Pieper, Ron Kikinis (Harvard Medical School, Brigham and Women's Hospital)
  • Koen Van Leemput (Harvard Medical School, Massachusetts General Hospital)


Objective

The goal of the EMSegment project is to create a segmentation module in Slicer3 that offers a high productivity and reliability to the clinician. The targeted application is the segmentation of MRI images of the brain. The EMSegment module allows the segmentation of other anatomical regions as long as a statistical atlas is available.

Approach, Plan

Our algorithm builds upon the Expectation Maximization theory and is structured to let the clinician make the most efficient use of his/her anatomical knowledge. Because of our intuitive visualization of probabilities, the user can understand the probabilistic features of his/her data and can efficiently tune the parameters to obtain the most accurate segmentation. To meet the time constraints of the tasks in a hospital, a main focus has been devoted to the acceleration of the EM segmentation algorithm.

Progress

The EMSegment module is under active development and will be available in Slicer 3.5. A first achievement of this project is the completion of a Slicer3 module for MRI Bias Field Correction. The MRIBiasFieldCorrection module is currently tested for the study of alcohol and stress interaction in primates.

New Features

Intensity Normalization

We compute the normalization parameter for the atlas based on the value selected by the user.

EMSegment Intensity Normalization.png

Intensity Distribution Visualization

We model the image intensities using a Gaussian distribution for every class.

EMSegment Gaussian 2D.png

Global Prior Visualization

We compute the Global Priors based on the selection in the intensity histogram.

EMSegment Global Prior Visualization.png

Collaboration