2011 Winter Project Week:NerveSeg

From NAMIC Wiki
Jump to: navigation, search
Home < 2011 Winter Project Week:Segmentation of Nerve and Nerve Ganglia in the Spine

Key Investigators

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

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.

We hope to achieve #1 in the project week.

Progress

  • Received many ideas on new approaches. Thank you to everyone.
  • Tried center-line search to avoid direct segmentation. Level-set or similar segmentation might follow.
    • Method is very sensitive to spilling into surrounding tissue.
    • Might be able to clean up bad centerlines with global nerve measure.
  • Method of gradients (and intensity together) with other constraints (mostly intensity ranges) seems to be best right now after some development.
    • See Figures 4-6
    • But still problematic in more ambiguous regions (neighboring anatomy of similar intensity)
      • Hopefully fix this with global measure.