2011 Winter Project Week:NerveSeg

From NAMIC Wiki
Jump to: navigation, search
Home < 2011 Winter Project Week:NerveSeg

Key Investigators

  • MIT: Adrian Dalca, Polina Golland
  • BWH: Giovanna Danagoulian, Ehud Schmidt

Objective

We are developing a nerve segmentation algorithm for the automatic isolation of nerves and nerve ganglia inside the spinal sack and out through the vertebrae in new MR Myelography images.


Approach, Plan

Currently we use a particle-filter tracking approach for segmenting the nerves. The algorithm is given a seed point, preferably somewhere in the spine. The particles are tubes following Bézier curves (and hence forming a B-spline track). To compute the likelihood of each sample we are experimenting with measures that use image intensity and gradients within the patch. Correct partial volume estimates are important in the measure as well.

Current results are promising, but several parts have to be perfected:

  1. Finalize the measure - currently the best results are only using gradient values, we need to incorporate image intensity better
  2. Select overall tracks at the end of the algorithm
  3. Clean tracks from unimportant branches.

Progress

---