Python Stochastic Tractography Tutorial

From NAMIC Wiki
Jump to: navigation, search
Home < Python Stochastic Tractography Tutorial
Model of the Corpus Callosum from Stochastic Tractography (coronal)
Model of the Corpus Callosum from Stochastic Tractography (sagittal)
Stochastic Tractography on Phantom


Key Investigators

  • PI: Marek Kubicki (kubicki at bwh.harvard.edu)
  • DBP2 Investigators: Sylvain Bouix, Yogesh Rathi, Julien de Siebenthal, RA Doug Terry, Andrew Rausch
  • NA-MIC Engineering Contact: Brad Davis, Kitware
  • NA-MIC Algorithms Contact: Polina Gollard, MIT
  • NAC: C-F Westin, BWH/Harvard Medical School

Tutorial


Objective

To address the uncertainty of deterministic tractography methods, stochastic tractography methods have been developed to quantify the uncertainty associated with estimated fibers (Bjornemo et al., 2002). Method uses a propagation model based on stochastics and regularization, which allows paths originating at one point to branch and return a probability distribution of possible paths. One can generate thousands of fibers starting in the same point by sequentially drawing random step directions. This gives a very rich model of the fiber distribution, as contrasted with single fibers produced by conventional tractography methods. Moreover, from a large number of sampled paths, probability maps can be generated, providing better estimates of connectivity between several anatomical locations.

Approach, Plan

This tutorial will walk users through the multiple stages of the python stochastic tractography module, where the inputs are a DWI and a region of interest labelmap. This will include:

  1. Loading the Volumes
  2. Extracting DWI and getting Baseline DWI threshold levels
  3. Using features of the module including smoothing, brain mask generation, and other settings.
  4. Generating a Connectivity Map, which is able to be thresholded and customized.

Progress

  • A tutorial has been developed and data is available for tutorial.
  • We have started the project of investigating Arcuate Fasciculus using Stochastic Tractography. This structure is especially important in both VCFS and schizophrenia, as it connects language related areas (Brocka and Wernicke's), and is involved in language processing quite disturbed in schizophrenia patients. It also can not be reliably traced using deterministic tractography.