Difference between revisions of "2010 Winter Project Week WM ATLAS"

From NAMIC Wiki
Jump to: navigation, search
 
(15 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<gallery>
 
<gallery>
 
Image:PW-SLC2010.png|[[2010_Winter_Project_Week#Projects|Projects List]]
 
Image:PW-SLC2010.png|[[2010_Winter_Project_Week#Projects|Projects List]]
Image:WM-seg-1.png|Input from example subject: Automatically segmented fiber tracts and fMRI peak locations.
+
Image:WM-seg-1.png|Input from example subject: Automatically segmented fiber tracts and fMRI peak locations. This data from 5 subjects has been used in matlab to build a fiber-fMRI distance model to enable prediction/detection of fiber tracts using fMRI.
Image:Predict-AG_1124-3.png|Output: Search region for arcuate based on fMRI locations. Region is prediction of arcuate location in this patient.
+
Image:SlicerImage_1.png|Output: Yellow region is prediction of arcuate location in this patient, based on fMRI peaks (spheres). Predicted AF visualized in Slicer3 with fMRI points and actual patient's fiber tracts.
 +
Image:SlicerImage_0.png|Output: Predicted AF location visualized in Slicer3 with fibers clustered by python test code and colored using Mahnaz Maddah's cluster coloring in Slicer3.
 
</gallery>
 
</gallery>
  
 
==Key Investigators==
 
==Key Investigators==
* Lauren O'Donnell (Instructor, Harvard Medical School (BWH))
+
* Lauren O'Donnell (Harvard Medical School (BWH))
 +
* Luis Ibanez (Kitware Inc)
 
* Carl-Fredrik Westin (Professor, Harvard Medical School (BWH) )
 
* Carl-Fredrik Westin (Professor, Harvard Medical School (BWH) )
 
* William Wells (Professor, Harvard Medical School (BWH) )
 
* William Wells (Professor, Harvard Medical School (BWH) )
 
* Alexandra J Golby (Professor of Neurosurgery, Harvard Medical School (BWH) )
 
* Alexandra J Golby (Professor of Neurosurgery, Harvard Medical School (BWH) )
* Gordon L. Kindlmann (Professor University of Chicago)
+
* Gordon L. Kindlmann (Professor University of Chicago) (teem help/docs/implementation)
 +
* James Malcolm and Yogesh Rathi (2-tensor tractography)
 +
* Steve Pieper (advice on ipython and module implementation)
  
 
<div style="margin: 20px;">
 
<div style="margin: 20px;">
Line 18: Line 22:
 
<h3>Objective</h3>
 
<h3>Objective</h3>
  
Eventual goal: Implement slicer module for neurosurgical planning using fMRI+DTI atlas.
+
Eventual goal: Implement slicer module for neurosurgical planning using novel fMRI+DTI atlas.
  
 
Intermediate goals: Investigate re-implementation of tract-based morphometry pipeline in 3D Slicer, including clustering for atlas creation, atlas-based WM (white matter) segmentation and whole-brain WM coordinate system generation.  Investigate integration of FMRI+DTI into atlas pipeline, for neurosurgical planning applications.
 
Intermediate goals: Investigate re-implementation of tract-based morphometry pipeline in 3D Slicer, including clustering for atlas creation, atlas-based WM (white matter) segmentation and whole-brain WM coordinate system generation.  Investigate integration of FMRI+DTI into atlas pipeline, for neurosurgical planning applications.
  
This work is based on the papers
 
 
Defining Spatial Relationships Between fMRI and DTI Fiber Tracts
 
Lauren J. O'Donnell, Laura E. Rigolo, Isaiah Norton, Carl-Fredrik Westin, and Alexandra J. Golby.
 
MICCAI Workshop on Diffusion Modeling and the Fibre Cup, 2009
 
 
Tract-Based Morphometry for White Matter Group Analysis. Lauren J. O'Donnell, Carl-Fredrik Westin, and Alexandra J. Golby.
 
NeuroImage 45(3):832-844, 2009
 
 
Automatic Tractography Segmentation Using a High-Dimensional White Matter Atlas.
 
Lauren O'Donnell and Carl-Fredrik Westin.
 
IEEE Transactions in Medical Imaging 26(11):1562-1575, 2007
 
 
</div>
 
</div>
  
Line 64: Line 56:
  
 
<h3>Progress</h3>
 
<h3>Progress</h3>
Our current goal is to decide what dependencies the software should have and whether re-implementation in python is feasible.
+
We have tested/debugged the group registration and enabled Slicer3 display of matlab output for tract prediction.
  
 
* Preprocessing
 
* Preprocessing
** initial implementation of BatchMake modules for tensor calc, but found ipython is preferable for overall pipeline
+
** Debugging of ITK congealing with Luis.
** tested congealing implementation in ITK from NAMIC SandBox to replace our current use of original code by Lilla Zollei
 
*** unable to output mean images due to code crash
 
** discussions with Sandy, Lilla indicate ITK congealing broke with new ITK version, unclear when this was
 
 
** implementation of initial seeding pipeline script in ipython
 
** implementation of initial seeding pipeline script in ipython
*** current pipeline uses slicer command line modules that call teem/vtk
 
 
** Gordon has implemented tractography methods and some probing capability in teem, may allow more direct teem/itk/vtk dependencies
 
** Gordon has implemented tractography methods and some probing capability in teem, may allow more direct teem/itk/vtk dependencies
 
* Clustering
 
* Clustering
** looking into available packages in python
+
** initial single-subject cluster test implemented in python
 +
** communicated with Mahnaz Maddah to learn how to display clusters in Slicer3 (cell data array must be called ClusterId)
 
* IGT fMRI+DTI atlas
 
* IGT fMRI+DTI atlas
 
** Initial methods development: fiber-fMRI distance model (MICCAI Diffusion workshop 2009)
 
** Initial methods development: fiber-fMRI distance model (MICCAI Diffusion workshop 2009)
 +
** Output of matlab-generated tract predictions to slicer3 as nrrd volumes
 
</div>
 
</div>
 
</div>
 
</div>
  
 
<div style="width: 97%; float: left;">
 
<div style="width: 97%; float: left;">
 +
 +
==References==
 +
 +
This work is based on the papers
 +
 +
Defining Spatial Relationships Between fMRI and DTI Fiber Tracts
 +
Lauren J. O'Donnell, Laura E. Rigolo, Isaiah Norton, Carl-Fredrik Westin, and Alexandra J. Golby.
 +
MICCAI Workshop on Diffusion Modeling and the Fibre Cup, 2009
 +
 +
Tract-Based Morphometry for White Matter Group Analysis. Lauren J. O'Donnell, Carl-Fredrik Westin, and Alexandra J. Golby.
 +
NeuroImage 45(3):832-844, 2009
 +
 +
Automatic Tractography Segmentation Using a High-Dimensional White Matter Atlas.
 +
Lauren O'Donnell and Carl-Fredrik Westin.
 +
IEEE Transactions in Medical Imaging 26(11):1562-1575, 2007
 +
</div>

Latest revision as of 17:42, 8 January 2010

Home < 2010 Winter Project Week WM ATLAS

Key Investigators

  • Lauren O'Donnell (Harvard Medical School (BWH))
  • Luis Ibanez (Kitware Inc)
  • Carl-Fredrik Westin (Professor, Harvard Medical School (BWH) )
  • William Wells (Professor, Harvard Medical School (BWH) )
  • Alexandra J Golby (Professor of Neurosurgery, Harvard Medical School (BWH) )
  • Gordon L. Kindlmann (Professor University of Chicago) (teem help/docs/implementation)
  • James Malcolm and Yogesh Rathi (2-tensor tractography)
  • Steve Pieper (advice on ipython and module implementation)

Objective

Eventual goal: Implement slicer module for neurosurgical planning using novel fMRI+DTI atlas.

Intermediate goals: Investigate re-implementation of tract-based morphometry pipeline in 3D Slicer, including clustering for atlas creation, atlas-based WM (white matter) segmentation and whole-brain WM coordinate system generation. Investigate integration of FMRI+DTI into atlas pipeline, for neurosurgical planning applications.

Approach, Plan

The original WM atlas pipeline consists of (over a group):

  • Preprocessing
    • DTI and FA image calculation (slicer)
    • congealing registration of FA images (Lilla's code)
    • whole-brain tract seeding (slicer2)
    • application of registration to tractography (matlab)
    • measurement of fiber-fMRI model (slicer2/matlab)
  • Atlas generation (matlab)
    • clustering of (sample from) whole-brain tractography in group
    • expert labeling of clusters to give anatomical structures
    • the above produces an atlas that can be used to segment
  • WM tract segmentation (matlab)
    • based on atlas, plus fMRI in future for IGT
  • analysis of segmented WM (matlab)
    • optimal generation of tract-based coordinate systems per anatomical structure
    • export of cluster/structure based measurements (FA, etc)
    • some statistical analysis

We propose re-implementation of much of the above in python and/or Slicer3 framework. This will enable use of the pipeline by others and our investigation of DTI+fMRI atlases for neurosurgery.

Progress

We have tested/debugged the group registration and enabled Slicer3 display of matlab output for tract prediction.

  • Preprocessing
    • Debugging of ITK congealing with Luis.
    • implementation of initial seeding pipeline script in ipython
    • Gordon has implemented tractography methods and some probing capability in teem, may allow more direct teem/itk/vtk dependencies
  • Clustering
    • initial single-subject cluster test implemented in python
    • communicated with Mahnaz Maddah to learn how to display clusters in Slicer3 (cell data array must be called ClusterId)
  • IGT fMRI+DTI atlas
    • Initial methods development: fiber-fMRI distance model (MICCAI Diffusion workshop 2009)
    • Output of matlab-generated tract predictions to slicer3 as nrrd volumes

References

This work is based on the papers

Defining Spatial Relationships Between fMRI and DTI Fiber Tracts Lauren J. O'Donnell, Laura E. Rigolo, Isaiah Norton, Carl-Fredrik Westin, and Alexandra J. Golby. MICCAI Workshop on Diffusion Modeling and the Fibre Cup, 2009

Tract-Based Morphometry for White Matter Group Analysis. Lauren J. O'Donnell, Carl-Fredrik Westin, and Alexandra J. Golby. NeuroImage 45(3):832-844, 2009

Automatic Tractography Segmentation Using a High-Dimensional White Matter Atlas. Lauren O'Donnell and Carl-Fredrik Westin. IEEE Transactions in Medical Imaging 26(11):1562-1575, 2007