Difference between revisions of "2011 Summer Project Week NerveSeg"
Line 31: | Line 31: | ||
<h3>Objective</h3> | <h3>Objective</h3> | ||
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. | 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. | ||
− | Current progress can track the core of a Nerve | + | Current progress can track the core of a Nerve. |
</div> | </div> | ||
Revision as of 23:47, 18 June 2011
Home < 2011 Summer Project Week NerveSegNerve Segmentation
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. Current progress can track the core of a Nerve.
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). The dynamics model encourages continuity and smoothness. The image likelihood model compares gradient fields and intensities of predicted patches with image observations to evaluate a posterior distribution of the particles' importance. While we can currently usually track the nerve cores, usually fully throughout the vertebral canal, the algorithm does not delineate the full extent of the nerves, and behaves poorly on peripheral nerves outside of the vertebral canal. We will modify the likelihood function and parameters and concentrate on achieving this during the project week.
Progress