Building an Average Population HARDI Atlas

Size: px
Start display at page:

Download "Building an Average Population HARDI Atlas"

Transcription

1 Building an Average Population HARDI Atlas Sylvain Bouix 1, Yogesh Rathi 1, and Mert Sabuncu 2 1 Psychiatry Neuroimaging Laboratory, Brigham and Women s Hospital, Harvard Medical School, Boston, MA, USA. 2 A. A. Martinos Center for Biomedical Imaging, Massachusetts General Hospital, Harvard Medical School, Charlestown, MA, USA. Abstract. We present a framework to build a High Angular Resolution Diffusion Image (HARDI) Atlas based on a population of HARDIs from different subjects. The method relies on a non-linear group-wise registration algorithm as well as a set of tools to re-orient the gradient directions of individual subjects and re-interpolate their diffusion weighted signal in a canonical gradient direction set in atlas space. We test the technique on a population of forty six HARDIs acquired on a 3 Tesla scanner. Our experiments show that our atlas can capture information beyond that of a single tensor, even with the inherent smoothing effect of averaging many different brains together. 1 Introduction Diffusion Magnetic Resonance Imaging (dmri) needs no introduction. It is one of the most active research areas in medical image analysis in particular in neuroimaging, where its ability to provide information about the location, orientation and integrity of white matter has become indispensable [1]. One popular technique for neuroimaging studies is the use of an atlas to describe a population, and several methods have been proposed to build a dmri atlas from a population of subjects [2 4]. To our knowledge, all of these techniques use the Diffusion Tensor (DT) model to represent the diffusion information captured in the diffusion signal [5]. While DT imaging is still the de facto standard for neuroimaging analysis, more accurate diffusion models, capable of capturing more than a single primary orientation of diffusion, have been proposed and are becoming more prevalent [6 8]. In this article, we introduce a framework to build an average population atlas of the original diffusion signal without the use of a parametric model such as the DT (see for example [2, 9]). To our knowledge, only a couple attempts have been made to work with higher order signal [10, 11]. In [10] the authors rely on the 4th order tensor model to represent diffusion, whereas [11] uses a single tensor registration pipeline to transform the original dmris that are later used to fit a two tensor model. In contrast, we build a template of the diffusion signal directly, without the need for a model. Our work is inspired by the DT atlas building framework of [2] where an unbiased atlas building method designed for scalar data is used to compute diffeomorphic maps from each subject s space to

2 2 Sylvain Bouix, Yogesh Rathi, and Mert Sabuncu template space and diffusion tensor images are resampled and reoriented using the diffeomorphic maps. The main challenge when working with HARDI data is that one does not have a model such as DT that can be reoriented easily through the diffeomorphic map. Our approach, described in detail in section 2, is to, for each voxel in each subject: (i) transform the original signal through the diffeomorphic maps; (ii) reorient the gradient directions associated with this voxel; (iii) estimate a spherical harmonic representation of the signal; and (iv) resample the diffusion signal in a canonical set of gradient directions. Our experiments show (section 3) that building a HARDI atlas from a large population of subjects can capture enough information to represent complex neuronal fiber architecture, which cannot be handled by a single diffusion tensor model. 2 Methods 2.1 Group-wise Non-linear Registration In order to establish correspondence between all subjects, we use the Asymmetric Image-Template Registration method presented in [12]. This algorithm performs a non-linear alignment between a scalar individual image and a scalar template image that represents a population average. The heart of the method lies in using a bi-directional objective function that takes the asymmetric relationship between the individual image I and the template T into account by introducing a correction factor: the Jacobian that quantifies the deformation of the spatial grid. In mathematical terms, given an image I and a template T, the following objective function is minimized: 1 ( ˆΦ = arg min [I(x) T (Φ(x))] 2 + [I(Φ 1 (x)) T (x)] 2 det[ Φ 1 (x)] ) dx Φ 2 R 3 + Reg(Φ), (1) where Φ : R 3 R 3 is a smooth and invertible (i.e., diffeomorphic) transformation from the atlas coordinates to the coordinates of the individual image, denotes the Jacobian operator with respect to spatial coordinates, det denotes the determinant, and Reg is a regularization term that penalizes non-smooth transformations. The transformation Φ is parametrized using a stationary velocity field via an ordinary differential equation [12]. An efficient solution to Eq. 1 is then computed by adapting the so-called log-domain diffeomorphic demons registration framework of [13]. For a given population of images {I i } and transformations {Φ i } from the atlas coordinates to the corresponding image coordinates, an estimate of a template image that reflects the population average can be computed as [14]: i T (x) = I i(φ 1 i (x)) det( Φ 1 i (x)). (2) i det( Φ 1 i (x))

3 Building an Average Population HARDI Atlas 3 Our group-wise registration procedure co-registers a population of images by iterating between computing the individual registrations by optimizing Eq. (1) and updating the template image using Eq. (2) and the latest estimates of the transformations. Crucially, at the end of each iteration we perform a normalization on the current transformation estimates so that the average transformation across the subjects is identity, i.e., i Φ i(x) = x, x. These steps are repeated until convergence. The final result consists of a template image T and a set of diffeomorphic transformations {Φ i } from the atlas coordinates to the individual image coordinates. In our experiments, similarly to [15], we used the scalar Fractional Anisotropy (FA) images derived from the individual dmris to perform the group-wise registration. 2.2 Transforming Individual HARDIs into Template space If we were working with scalar images, our atlas would simply be the template computed in the previous section. However, when dealing with HARDI signal, one must perform additional steps. Firstly, the rotational component of the non-linear transform must be extracted at each location in the input image, so that the gradient directions associated with this location can be rotated accordingly. We extract this rotation R by computing the finite strain of the Jacobian of the transformation as described in [16]: R(x) = [ Φ(x)( Φ(x)) T ] 1 2 Φ(x). (3) Note that there is a different rotation for each voxel in the image. Secondly, we transform and resample each gradient weighted component of the subject s HARDI into atlas space as we would resample a scalar image, including scaling the MR signal by det( Φ 1 (x)). The final result for each subject consists of: (i) the original set of gradient directions, (ii) R a 3D volume containing a rotation at each voxel, and (iii) the 4D HARDI signal transformed and resampled into atlas space. 2.3 Averaging the Resampled HARDIs Since the HARDI signal at a voxel is a function defined on the sphere, an appropriate representation has to be used to compute the average signal. Spherical harmonics [17] provide one such basis in which averaging becomes a linear operation. The method works by first computing the coefficients of the spherical harmonic (SH) basis of order L that best fits the measured signal. Given any bandlimited signal S defined on the sphere, one can write it as an expansion in terms of the SH basis as: S(θ, φ) = L l l=0 m= l c l,my l,m, for any direction (θ, φ), where Y l,m are the basis functions given by: Y l,m (θ, φ) = (2l + 1)(l m)! P l,m (cos θ)e imφ, 4π(l + m)!

4 4 Sylvain Bouix, Yogesh Rathi, and Mert Sabuncu where P l,m is the associated Legendre polynomial. The above equations can be written as a linear system of equations and c l,m can be computed using the Moore-Penrose pseudo inverse. If needed, a regularization term can be added as shown in [17]. Let C i be the vector of coefficients c l,m that represents signal at a voxel for the i th subject. Then, the average signal over M subjects can be computed by linear averaging: C = 1 M M i=1 C i. Thus, the average signal at each voxel of the atlas is computed using the SH coefficients. Next, the average HARDI s of the atlas are computed by evaluating the signal (in the SH basis) in a specified set of directions. Our gradient direction scheme results from sampling the sphere on the vertices of a second order tessellation of the icosahedron, leading to 81 unique directions on the unit hemisphere. 3 Experiments and Results 3.1 Subjects Forty-six HARDI scans from our Normal Control (NC) database were selected as input to our atlas building framework. The dataset contains 8 females and 38 males, the average age is ± years. Diffusion-weighted images were acquired on a 3T scanner (General Electric Company, Milwaukee, WI, USA) using an echo planar imaging (EPI) sequence, with a double echo option to reduce eddy-current related distortions. To reduce the impact of EPI spatial distortion, an 8 Channel coil and ASSET with a SENSE-factor of 2 were used. The acquisition consisted of 51 directions with b = 900s/mm 2, and 8 baseline images with b = 0s/mm 2. The scan parameters were: T R = 17000ms, T E = 78ms, F OV = 24cm, encoding steps, 1.7mm slice thickness. A total of 85 axial slices covering the whole brain were acquired. 3.2 Building the atlas We estimated Fractional Anisotropy (FA) maps for each HARDI scan and rigidly registered all FA maps to a randomly selected subject using FSL 3 linear registration with six degrees of freedom. For each subject, the resulting transformation was applied to the HARDI scan, and the gradient directions were reoriented to account for the rotation introduced by the rigid alignment. We acknowledge here that we could have used an un-biased groupwise linear registration, the bias introduce in this step using a simpler rigid registration tool is clarly minimal. We then applied our atlas building pipeline as described in Section 2, using FA maps to compute the diffeomorphic maps and estimate the group template space. Figure 1 shows the resulting atlas. As expected, the main white matter tracts are apparent, whereas the regions closer to neocortical areas are blurrier due the variability of the anatomy between individuals. 3

5 Building an Average Population HARDI Atlas 5 Fig. 1. An axial (top) and coronal (bottom) slice of the population HARDI atlas. Left: b=0 image, center: one of the resampled gradient directions, right: FA map of the tensor map estimated from the HARDI atlas. 3.3 Evaluation with tractography In order to evaluate the benefits of building a HARDI instead of a DT template, we ran single tensor as well as two-tensor tractography on the atlas. The algorithm we used simultaneously estimates the diffusion model and performs tractography. Starting from a seed point, each fiber is traced to its termination using an un-scented Kalman filter to simultaneously fit the local model of diffusion and propagate in the most consistent direction [18]. We seeded the tractography in the midsagittal slice of the corpus callosum. The experiment was run twice, the first time using a single tensor as the diffusion model and the second time using two-tensor as the diffusion model. Results are shown in figure 2. We are pleased to report that although averaging over many subjects significantly smoothes the diffusion signal, the atlas captures enough information for the two-tensor tractography to accurately handle fiber crossings. We further illustrate the accuracy of the estimation in figure 3. Observe that the algorithm correctly aligns both the first and second tensor to the same direction in the central section of the corpus callosum (fig. 3 center). Additionally, and perhaps most importantly, in the area where the cortico-spinal tract and the corpus callosum fibers intersect, one can see that the first and second tensor are

6 6 Sylvain Bouix, Yogesh Rathi, and Mert Sabuncu Fig. 2. Tractography of the Corpus Callosum of the atlas using single tensor tractography (left) and two tensor tractography (right). Note the atlas captures enough information for the two tensor tractography to resolve fiber crossings. in perpendicular directions, thus correctly reflecting the anatomy in this region (fig. 3 right). 4 Discussion In this paper, we present a framework to build a HARDI atlas from a population of individual HARDIs. Our method relies on an unbiased, bi-directional, asymmetric group-wise registration algorithm which computes a template space and a set of diffeomorphic maps to bring individual subjects into this template space. The resulting maps are used to transform and resample the original HARDIs into template space and extract rotation maps which capture the rigid transformation that needs to be applied the the gradient direction set at each voxel in each subject. In order to average the diffusion signal in template space, we first estimate a spherical harmonic representation of the HARDI signal for each transformed subject and resample the signal in a canonical set of gradient directions. The resulting image is a 4D HARDI volume, which can then be used for further processing using any model to describe the Orientation Distribution Function. There are some limitations to such an atlas. Firstly, using a scalar image to derive the diffeomorphic maps may be suboptimal, although recent work suggest that using a high Contrast to Noise Ratio image (such as a high resolution anatomical T1 weighted) can lead to very accurate dmri registrations [19]. The use of FA in particular is controversial as it is often used as a primary measure in further statistical analyses. In such cases, we would likely use a different measure such as Goodlett s C measure [2]. Secondly, no matter how accurate

7 Building an Average Population HARDI Atlas 7 the registration is, averaging over a large number of subjects inevitably leads to smoothing the diffusion signal and losing some of the sharpness of the ODF in particular in regions close to the neocortex. Nevertheless, we have shown that sufficient information is captured in the atlas to resolve complex fiber architecture. Thirdly, our registration procedure utilized a method originally derived for scalar images. Obviously, here we are dealing with HARDIs and a rigorous derivation of an appropriate cost function for this type of signal for group-wise registration and template estimation is left to future work. Fig. 3. Close up views of two tensor tractography on a coronal slice of the atlas. The green tubes represent the estimation of the second tensor superimposed on the (red) streamline obtained by tracking along the first tensor. In the central section of the CC, the first and second tensors are aligned (center), whereas at the location where cortico-spinal tract and CC intersect, the second tensor is perpendicular to the first (right). To summarize, we have presented in this article a new method to build an unbiased group-wise HARDI population atlas. We believe such a template to be of great relevance in the dmri world, especially in neuroimaging studies where statistics of diffusion properties over clinical populations are of the utmost interest. Deriving meaningful statistics from our HARDI atlas will be the focus of our future work. Acknowledgements. Support for this research was provided in part by the National Institutes of Health Roadmap for Medical Research (U54EB005149), the National Center for Research Resources (P41RR14075), the National Institute for Biomedical Imaging and Bioengineering (R01EB006758), the National Institute on Aging (AG02238), and the National Institute for Neurological Disorders and Stroke (R01NS052585), the National Institute of Mental Health (R01MH50740, K05MH070047, P50MH080272, R01MH082918, R03TW008134), Department of Veteran Affairs Merit Awards, VA Schizophrenia Center grant, and Center for Integration of Medicine and Innovative Technology Soldier in Medicine Award. References 1. Bihan, D.L.: Looking into the functional architecture of the brain with diffusion mri. Nature Reviews Neuroscience 4 (2003)

8 8 Sylvain Bouix, Yogesh Rathi, and Mert Sabuncu 2. Goodlett, C., Davis, B., Jean, R., Gilmore, J., Gerig, G.: Improved correspondence for dti population studies via unbiased atlas building. In: MICCAI. Volume (2006) O Donnell, L., Westin, C.: Automatic tractography segmentation using a high dimensional white matter atlas. IEEE Trans Med Imaging 11(26) (2007) Maddah, M., Grimson, W., Warfield, S., Wells, W.: A unified framework for clustering and quantitative analysis of white matter fiber tracts. Med Imag Anal 12(2) (2008) Basser, P., Mattiello, J., LeBihan, J.: Estimation of the effective self-diffusion tensor from the nmr spin echo. J. Magn. Reson. B 103(3) (1994) Peled, S., Friman, O., Jolesz, F., Westin, C.: Geometrically constrained two-tensor model for crossing tracts in dwi. Magn. Reson. Imaging 24(9) (2006) Descoteaux, M., Deriche, R., Knosche, T., Anwander, A.: Deterministic and probabilist tractography based on complex fibre orientation distribution. IEEE Trans. Med. Imaging 28(2) (2009) Jian, B., Vemuri, B.: A unified computational framework for deconvolution to reconstruct multiple fibers from diffusion weighted mri. IEEE Trans. Med. Imaging 26(11) (2007) Zhang, H., Yushkevich, P., Rueckert, D., Gee, J.: Unbiased white matter atlas construction using diffusion tensor images. In: MICCAI. Volume (2007) Barmpoutis, A., Vemuri, B.C.: Groupwise registration and atlas construction of 4th-order tensor fields using the R + riemannian metric. In: MICCAI. Volume (2009) Caan, M., Sage, C., van der Graaf, M., Grimbergen, C., Sunaert, S., van Vliet, L., Vos, F.: Dual tensor atlas generation based on a cohort of coregistered non-hardi datasets. In: MICCAI. Volume (2009) Sabuncu, M.R., Yeo, B.T.T., Leemput, K.V., Vercauteren, T., Golland, P.: Asymmetric image-template registration. In: MICCAI. Volume (2009) Vercauteren, T., Pennec, X., Perchant, A., Ayache, N.: Symmetric log-domain diffeomorphic registration: A demons-based approach. In: MICCAI. Volume (2008) Ashburner, J., Friston, K.: Computing average shaped tissue probability templates. Neuroimage 45(2) (2009) Smith, S., Jenkinson, M., Johansen-Berg, H., Rueckert, D., Nichols, T., Mackay, C., Watkins, K., Ciccarelli, O., Cader, M., Matthews, P., Behrens, T.: Tract-based spatial statistics: Voxelwise analysis of multi-subject diffusion data. NeuroImage 31 (2006) Alexander, D., Pierpaoli, C., Basser, P., Gee, J.: Spatial transformations of diffusion tensor magnetic resonance images. IEEE Trans. Med. Imaging 20(11) (2001) Descoteaux, M., Angelino, E., Fitzgibbons, S., Deriche, R.: Regularized, fast and robust analytical q-ball imaging. Magnetic Resonance in Medicine 58(3) (2007) Malcolm, J.G., Shenton, M., Rathi, Y.: Two-tensor tractography using a constrained filter. In: MICCAI. Volume (2009) Zollei, L., Stevens, A., Huber, K., Kakunoori, S., Fischl, B.: Improved tractography alignment using combined volumetric and surface registration. Neuroimage 51 (2010)

Group Statistics of DTI Fiber Bundles Using Spatial Functions of Tensor Measures

Group Statistics of DTI Fiber Bundles Using Spatial Functions of Tensor Measures Group Statistics of DTI Fiber Bundles Using Spatial Functions of Tensor Measures Casey B. Goodlett 1,2, P. Thomas Fletcher 1,2, John H. Gilmore 3, and Guido Gerig 1,2 1 School of Computing, University

More information

Fiber Selection from Diffusion Tensor Data based on Boolean Operators

Fiber Selection from Diffusion Tensor Data based on Boolean Operators Fiber Selection from Diffusion Tensor Data based on Boolean Operators D. Merhof 1, G. Greiner 2, M. Buchfelder 3, C. Nimsky 4 1 Visual Computing, University of Konstanz, Konstanz, Germany 2 Computer Graphics

More information

Feasibility and Advantages of Diffusion Weighted Imaging Atlas Construction in Q-Space

Feasibility and Advantages of Diffusion Weighted Imaging Atlas Construction in Q-Space Feasibility and Advantages of Diffusion Weighted Imaging Atlas Construction in Q-Space Thijs Dhollander 1,2, Jelle Veraart 3,WimVanHecke 1,4,5, Frederik Maes 1,2, Stefan Sunaert 1,4,JanSijbers 3, and Paul

More information

NIH Public Access Author Manuscript Med Image Comput Comput Assist Interv. Author manuscript; available in PMC 2009 December 4.

NIH Public Access Author Manuscript Med Image Comput Comput Assist Interv. Author manuscript; available in PMC 2009 December 4. NIH Public Access Author Manuscript Med Image Comput Comput Assist Interv. Author manuscript; available in PMC 2009 December 4. Published in final edited form as: Med Image Comput Comput Assist Interv.

More information

Generating Fiber Crossing Phantoms Out of Experimental DWIs

Generating Fiber Crossing Phantoms Out of Experimental DWIs Generating Fiber Crossing Phantoms Out of Experimental DWIs Matthan Caan 1,2, Anne Willem de Vries 2, Ganesh Khedoe 2,ErikAkkerman 1, Lucas van Vliet 2, Kees Grimbergen 1, and Frans Vos 1,2 1 Department

More information

Multi-Diffusion-Tensor Fitting via Spherical Deconvolution: A Unifying Framework

Multi-Diffusion-Tensor Fitting via Spherical Deconvolution: A Unifying Framework Multi-Diffusion-Tensor Fitting via Spherical Deconvolution: A Unifying Framework Thomas Schultz 1, Carl-Fredrik Westin 2, and Gordon Kindlmann 1 1 Computer Science Department and Computation Institute,

More information

HST.583 Functional Magnetic Resonance Imaging: Data Acquisition and Analysis Fall 2008

HST.583 Functional Magnetic Resonance Imaging: Data Acquisition and Analysis Fall 2008 MIT OpenCourseWare http://ocw.mit.edu HST.583 Functional Magnetic Resonance Imaging: Data Acquisition and Analysis Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Dual Tensor Atlas Generation Based on a Cohort of Coregistered non-hardi Datasets

Dual Tensor Atlas Generation Based on a Cohort of Coregistered non-hardi Datasets Dual Tensor Atlas Generation Based on a Cohort of Coregistered non-hardi Datasets Matthan Caan 1,2, Caroline Sage 3, Maaike van der Graaf 1, Cornelis Grimbergen 1, Stefan Sunaert 3, Lucas van Vliet 2,

More information

MITK-DI. A new Diffusion Imaging Component for MITK. Klaus Fritzsche, Hans-Peter Meinzer

MITK-DI. A new Diffusion Imaging Component for MITK. Klaus Fritzsche, Hans-Peter Meinzer MITK-DI A new Diffusion Imaging Component for MITK Klaus Fritzsche, Hans-Peter Meinzer Division of Medical and Biological Informatics, DKFZ Heidelberg k.fritzsche@dkfz-heidelberg.de Abstract. Diffusion-MRI

More information

Tensor Kernels for Simultaneous Fiber Model Estimation and Tractography

Tensor Kernels for Simultaneous Fiber Model Estimation and Tractography Magnetic Resonance in Medicine 64:138 148 (2010) Tensor Kernels for Simultaneous Fiber Model Estimation and Tractography Yogesh Rathi, 1 * James G. Malcolm, 1 Oleg Michailovich, 2 Carl-Fredrik Westin,

More information

A Method for Registering Diffusion Weighted Magnetic Resonance Images

A Method for Registering Diffusion Weighted Magnetic Resonance Images A Method for Registering Diffusion Weighted Magnetic Resonance Images Xiaodong Tao and James V. Miller GE Research, Niskayuna, New York, USA Abstract. Diffusion weighted magnetic resonance (DWMR or DW)

More information

Reconstruction of Fiber Trajectories via Population-Based Estimation of Local Orientations

Reconstruction of Fiber Trajectories via Population-Based Estimation of Local Orientations IDEA Reconstruction of Fiber Trajectories via Population-Based Estimation of Local Orientations Pew-Thian Yap, John H. Gilmore, Weili Lin, Dinggang Shen Email: ptyap@med.unc.edu 2011-09-21 Poster: P2-46-

More information

H. Mirzaalian, L. Ning, P. Savadjiev, O. Pasternak, S. Bouix, O. Michailovich, M. Kubicki, C-F Westin, M.E.Shenton, Y. Rathi

H. Mirzaalian, L. Ning, P. Savadjiev, O. Pasternak, S. Bouix, O. Michailovich, M. Kubicki, C-F Westin, M.E.Shenton, Y. Rathi Harmonizing diffusion MRI data from multiple scanners H. Mirzaalian, L. Ning, P. Savadjiev, O. Pasternak, S. Bouix, O. Michailovich, M. Kubicki, C-F Westin, M.E.Shenton, Y. Rathi Synopsis Diffusion MRI

More information

Lilla Zöllei A.A. Martinos Center, MGH; Boston, MA

Lilla Zöllei A.A. Martinos Center, MGH; Boston, MA Lilla Zöllei lzollei@nmr.mgh.harvard.edu A.A. Martinos Center, MGH; Boston, MA Bruce Fischl Gheorghe Postelnicu Jean Augustinack Anastasia Yendiki Allison Stevens Kristen Huber Sita Kakonoori + the FreeSurfer

More information

Automatic Quantification of DTI Parameters along Fiber Bundles

Automatic Quantification of DTI Parameters along Fiber Bundles Automatic Quantification of DTI Parameters along Fiber Bundles Jan Klein 1, Simon Hermann 1, Olaf Konrad 1, Horst K. Hahn 1, and Heinz-Otto Peitgen 1 1 MeVis Research, 28359 Bremen Email: klein@mevis.de

More information

Tensor kernels for simultaneous fiber model estimation and tractography

Tensor kernels for simultaneous fiber model estimation and tractography Tensor kernels for simultaneous fiber model estimation and tractography The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters Citation

More information

Evaluation of Local Filter Approaches for Diffusion Tensor based Fiber Tracking

Evaluation of Local Filter Approaches for Diffusion Tensor based Fiber Tracking Evaluation of Local Filter Approaches for Diffusion Tensor based Fiber Tracking D. Merhof 1, M. Buchfelder 2, C. Nimsky 3 1 Visual Computing, University of Konstanz, Konstanz 2 Department of Neurosurgery,

More information

MITK-DI. A new Diffusion Imaging Component for MITK. Klaus Fritzsche, Hans-Peter Meinzer

MITK-DI. A new Diffusion Imaging Component for MITK. Klaus Fritzsche, Hans-Peter Meinzer MITK-DI A new Diffusion Imaging Component for MITK Klaus Fritzsche, Hans-Peter Meinzer Division of Medical and Biological Informatics, DKFZ Heidelberg k.fritzsche@dkfz-heidelberg.de Abstract. Diffusion-MRI

More information

ISMI: A classification index for High Angular Resolution Diffusion Imaging

ISMI: A classification index for High Angular Resolution Diffusion Imaging ISMI: A classification index for High Angular Resolution Diffusion Imaging D. Röttger, D. Dudai D. Merhof and S. Müller Institute for Computational Visualistics, University of Koblenz-Landau, Germany Visual

More information

Streamline Flows for White Matter Fibre Pathway Segmentation in Diffusion MRI

Streamline Flows for White Matter Fibre Pathway Segmentation in Diffusion MRI Streamline Flows for White Matter Fibre Pathway Segmentation in Diffusion MRI Peter Savadjiev 1, Jennifer S.W. Campbell 1,2,G.BrucePike 2, and Kaleem Siddiqi 1 McGill University, Montréal, QC, Canada 1

More information

Diffusion Tensor Processing and Visualization

Diffusion Tensor Processing and Visualization NA-MIC National Alliance for Medical Image Computing http://na-mic.org Diffusion Tensor Processing and Visualization Guido Gerig University of Utah Martin Styner, UNC NAMIC: National Alliance for Medical

More information

Automatic Quantification of DTI Parameters along Fiber Bundles

Automatic Quantification of DTI Parameters along Fiber Bundles Automatic Quantification of DTI Parameters along Fiber Bundles Jan Klein, Simon Hermann, Olaf Konrad, Horst K. Hahn, Heinz-Otto Peitgen MeVis Research, 28359 Bremen Email: klein@mevis.de Abstract. We introduce

More information

Diffusion model fitting and tractography: A primer

Diffusion model fitting and tractography: A primer Diffusion model fitting and tractography: A primer Anastasia Yendiki HMS/MGH/MIT Athinoula A. Martinos Center for Biomedical Imaging 03/18/10 Why n how Diffusion model fitting and tractography 0/18 Why

More information

Diffusion Imaging Models 1: from DTI to HARDI models

Diffusion Imaging Models 1: from DTI to HARDI models Diffusion Imaging Models 1: from DTI to HARDI models Flavio Dell Acqua, PhD. www.natbrainlab.com flavio.dellacqua@kcl.ac.uk @flaviodellacqua Diffusion Tensor Imaging (DTI) z λ 1 λ 2 The profile of the

More information

Quantitative MRI of the Brain: Investigation of Cerebral Gray and White Matter Diseases

Quantitative MRI of the Brain: Investigation of Cerebral Gray and White Matter Diseases Quantities Measured by MR - Quantitative MRI of the Brain: Investigation of Cerebral Gray and White Matter Diseases Static parameters (influenced by molecular environment): T, T* (transverse relaxation)

More information

Methods for data preprocessing

Methods for data preprocessing Methods for data preprocessing John Ashburner Wellcome Trust Centre for Neuroimaging, 12 Queen Square, London, UK. Overview Voxel-Based Morphometry Morphometry in general Volumetrics VBM preprocessing

More information

HST.583 Functional Magnetic Resonance Imaging: Data Acquisition and Analysis Fall 2008

HST.583 Functional Magnetic Resonance Imaging: Data Acquisition and Analysis Fall 2008 MIT OpenCourseWare http://ocw.mit.edu HST.583 Functional Magnetic Resonance Imaging: Data Acquisition and Analysis Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Fiber Selection from Diffusion Tensor Data based on Boolean Operators

Fiber Selection from Diffusion Tensor Data based on Boolean Operators Fiber Selection from Diffusion Tensor Data based on Boolean Operators D. Merhofl, G. Greiner 2, M. Buchfelder 3, C. Nimsky4 1 Visual Computing, University of Konstanz, Konstanz, Germany 2 Computer Graphics

More information

NIH Public Access Author Manuscript Proc SPIE. Author manuscript; available in PMC 2012 October 10.

NIH Public Access Author Manuscript Proc SPIE. Author manuscript; available in PMC 2012 October 10. NIH Public Access Author Manuscript Published in final edited form as: Proc SPIE. 2011 ; 7962: 79620S. doi:10.1117/12.878291. Efficient, Graph-based White Matter Connectivity from Orientation Distribution

More information

Super-Resolution Reconstruction of Diffusion-Weighted Images from Distortion Compensated Orthogonal Anisotropic Acquisitions.

Super-Resolution Reconstruction of Diffusion-Weighted Images from Distortion Compensated Orthogonal Anisotropic Acquisitions. Super-Resolution Reconstruction of Diffusion-Weighted Images from Distortion Compensated Orthogonal Anisotropic Acquisitions. Benoit Scherrer Ali Gholipour Simon K. Warfield Children s Hospital Boston,

More information

Joint Reconstruction of Multi-contrast MR Images for Multiple Sclerosis Lesion Segmentation

Joint Reconstruction of Multi-contrast MR Images for Multiple Sclerosis Lesion Segmentation Joint Reconstruction of Multi-contrast MR Images for Multiple Sclerosis Lesion Segmentation Pedro A Gómez 1,2,3, Jonathan I Sperl 3, Tim Sprenger 2,3, Claudia Metzler-Baddeley 4, Derek K Jones 4, Philipp

More information

DIFFUSION TENSOR IMAGING ANALYSIS. Using Analyze

DIFFUSION TENSOR IMAGING ANALYSIS. Using Analyze DIFFUSION TENSOR IMAGING ANALYSIS Using Analyze 2 Table of Contents 1. Introduction page 3 2. Loading DTI Data page 4 3. Computing DTI Maps page 5 4. Defining ROIs for Fiber Tracking page 6 5. Visualizing

More information

A Tract-Specific Framework for White Matter Morphometry Combining Macroscopic and Microscopic Tract Features

A Tract-Specific Framework for White Matter Morphometry Combining Macroscopic and Microscopic Tract Features A Tract-Specific Framework for White Matter Morphometry Combining Macroscopic and Microscopic Tract Features Hui Zhang, Suyash P. Awate, Sandhitsu R. Das, John H. Woo, Elias R. Melhem, James C. Gee, and

More information

Introduction of a Quantitative Evaluation Method for White Matter Tractography using a HARDI-based Reference

Introduction of a Quantitative Evaluation Method for White Matter Tractography using a HARDI-based Reference Introduction of a Quantitative Evaluation Method for White Matter Tractography using a HARDI-based Reference Peter F. Neher 1, Bram Stieltjes 2, Hans-Peter Meinzer 1, and Klaus H. Fritzsche 1,2, 1 German

More information

Network connectivity via inference over curvature-regularizing line graphs

Network connectivity via inference over curvature-regularizing line graphs Network connectivity via inference over curvature-regularizing line graphs Asian Conference on Computer Vision Maxwell D. Collins 1,2, Vikas Singh 2,1, Andrew L. Alexander 3 1 Department of Computer Sciences

More information

Groupwise Deformable Registration of Fiber Track Sets using Track Orientation Distributions

Groupwise Deformable Registration of Fiber Track Sets using Track Orientation Distributions Groupwise Deformable Registration of Fiber Track Sets using Track Orientation Distributions Daan Christiaens, Thijs Dhollander, Frederik Maes, Stefan Sunaert, and Paul Suetens Abstract Diffusion-weighted

More information

FROM IMAGE RECONSTRUCTION TO CONNECTIVITY ANALYSIS: A JOURNEY THROUGH THE BRAIN'S WIRING. Francesca Pizzorni Ferrarese

FROM IMAGE RECONSTRUCTION TO CONNECTIVITY ANALYSIS: A JOURNEY THROUGH THE BRAIN'S WIRING. Francesca Pizzorni Ferrarese FROM IMAGE RECONSTRUCTION TO CONNECTIVITY ANALYSIS: A JOURNEY THROUGH THE BRAIN'S WIRING Francesca Pizzorni Ferrarese Pipeline overview WM and GM Segmentation Registration Data reconstruction Tractography

More information

Appendix E1. Supplementary Methods. MR Image Acquisition. MR Image Analysis

Appendix E1. Supplementary Methods. MR Image Acquisition. MR Image Analysis RSNA, 2015 10.1148/radiol.2015150532 Appendix E1 Supplementary Methods MR Image Acquisition By using a 1.5-T system (Avanto, Siemens Medical, Erlangen, Germany) under a program of regular maintenance (no

More information

On Classifying Disease-Induced Patterns in the Brain Using Diffusion Tensor Images

On Classifying Disease-Induced Patterns in the Brain Using Diffusion Tensor Images On Classifying Disease-Induced Patterns in the Brain Using Diffusion Tensor Images Peng Wang 1,2 and Ragini Verma 1 1 Section of Biomedical Image Analysis, Department of Radiology, University of Pennsylvania,

More information

Neuroimaging and mathematical modelling Lesson 2: Voxel Based Morphometry

Neuroimaging and mathematical modelling Lesson 2: Voxel Based Morphometry Neuroimaging and mathematical modelling Lesson 2: Voxel Based Morphometry Nivedita Agarwal, MD Nivedita.agarwal@apss.tn.it Nivedita.agarwal@unitn.it Volume and surface morphometry Brain volume White matter

More information

BDP: BrainSuite Diffusion Pipeline. Chitresh Bhushan

BDP: BrainSuite Diffusion Pipeline. Chitresh Bhushan BDP: BrainSuite Diffusion Pipeline Chitresh Bhushan Why diffusion MRI? T 2 weighted MPRAGE FA map Fiber track Quantify microstructural tissue characteristics Structural connectivity Connectome Clinical

More information

NIH Public Access Author Manuscript Med Image Comput Comput Assist Interv. Author manuscript; available in PMC 2012 February 27.

NIH Public Access Author Manuscript Med Image Comput Comput Assist Interv. Author manuscript; available in PMC 2012 February 27. NIH Public Access Author Manuscript Med Image Comput Comput Assist Interv. Author manuscript; available in PMC 2012 February 27. Published in final edited form as: Med Image Comput Comput Assist Interv.

More information

Direct Registration of White Matter Tractographies with Application to Atlas Construction

Direct Registration of White Matter Tractographies with Application to Atlas Construction Direct Registration of White Matter Tractographies with Application to Atlas Construction Arnaldo Mayer, Hayit Greenspan Medical image processing lab, Tel-Aviv University, Ramat-Aviv, Israel arnakdom@post.tau.ac.il,

More information

Performance Issues in Shape Classification

Performance Issues in Shape Classification Performance Issues in Shape Classification Samson J. Timoner 1, Pollina Golland 1, Ron Kikinis 2, Martha E. Shenton 3, W. Eric L. Grimson 1, and William M. Wells III 1,2 1 MIT AI Laboratory, Cambridge

More information

Diffusion Imaging Visualization

Diffusion Imaging Visualization Diffusion Imaging Visualization Thomas Schultz URL: http://cg.cs.uni-bonn.de/schultz/ E-Mail: schultz@cs.uni-bonn.de 1 Outline Introduction to Diffusion Imaging Basic techniques Glyph-based Visualization

More information

Advanced MRI Techniques (and Applications)

Advanced MRI Techniques (and Applications) Advanced MRI Techniques (and Applications) Jeffry R. Alger, PhD Department of Neurology Ahmanson-Lovelace Brain Mapping Center Brain Research Institute Jonsson Comprehensive Cancer Center University of

More information

Symmetric Diffeomorphic Registration of Fibre Orientation Distributions

Symmetric Diffeomorphic Registration of Fibre Orientation Distributions Symmetric Diffeomorphic Registration of Fibre Orientation Distributions David Raffelt a,b,, J-Donald Tournier c,d, Jurgen Fripp a, Stuart Crozier b, Alan Connelly c,d, Olivier Salvado a a CSIRO Preventative

More information

An Introduction To Automatic Tissue Classification Of Brain MRI. Colm Elliott Mar 2014

An Introduction To Automatic Tissue Classification Of Brain MRI. Colm Elliott Mar 2014 An Introduction To Automatic Tissue Classification Of Brain MRI Colm Elliott Mar 2014 Tissue Classification Tissue classification is part of many processing pipelines. We often want to classify each voxel

More information

NIH Public Access Author Manuscript Conf Proc IEEE Eng Med Biol Soc. Author manuscript; available in PMC 2009 December 11.

NIH Public Access Author Manuscript Conf Proc IEEE Eng Med Biol Soc. Author manuscript; available in PMC 2009 December 11. NIH Public Access Author Manuscript Published in final edited form as: Conf Proc IEEE Eng Med Biol Soc. 2004 ; 2: 1521 1524. doi:10.1109/iembs.2004.1403466. An Elliptic PDE Approach for Shape Characterization

More information

Tractography via the Ensemble Average Propagator in diffusion MRI

Tractography via the Ensemble Average Propagator in diffusion MRI Tractography via the Ensemble Average Propagator in diffusion MRI Sylvain Merlet, Anne-Charlotte Philippe, Rachid Deriche, Maxime Descoteaux To cite this version: Sylvain Merlet, Anne-Charlotte Philippe,

More information

MITK Global Tractography

MITK Global Tractography MITK Global Tractography Peter F. Neher a, Bram Stieltjes b, Marco Reisert c, Ignaz Reicht a, Hans-Peter Meinzer a, Klaus H. Fritzsche a,b a German Cancer Research Center, Medical and Biological Informatics,

More information

Diffusion Tensor Imaging and Reading Development

Diffusion Tensor Imaging and Reading Development Diffusion Tensor Imaging and Reading Development Bob Dougherty Stanford Institute for Reading and Learning Reading and Anatomy Every brain is different... Not all brains optimized for highly proficient

More information

The Effects of Inter-slice Gap Thickness on Parametric Methods for Diffusion Tensor Imaging Abstract

The Effects of Inter-slice Gap Thickness on Parametric Methods for Diffusion Tensor Imaging Abstract The Effects of Inter-slice Gap Thickness on Parametric Methods for Diffusion Tensor Imaging Beth Hutchinson; Neuroscience Training program, Statistics 592 Abstract Although high-resolution, whole-brain

More information

Qualitative Comparison of Reconstruction Algorithms for Diffusion Imaging

Qualitative Comparison of Reconstruction Algorithms for Diffusion Imaging Qualitative Comparison of Reconstruction Algorithms for Diffusion Imaging Simon Koppers, M.Sc. Institute of Imaging & Computer Vision - Lehrstuhl für Bildverarbeitung RWTH Aachen University Sommerfeldstraße

More information

BDP: BrainSuite Diffusion Pipeline. Chitresh Bhushan

BDP: BrainSuite Diffusion Pipeline. Chitresh Bhushan BDP: BrainSuite Diffusion Pipeline Chitresh Bhushan Why diffusion MRI? T 2 weighted MPRAGE FA map Fiber track Quantify microstructural tissue characteristics Structural connectivity Connectome Clinical

More information

Atelier 2 : Calcul Haute Performance et Sciences du Vivant Forum er juillet, Paris, France

Atelier 2 : Calcul Haute Performance et Sciences du Vivant Forum er juillet, Paris, France From Diffusion MR Image Analysis to Whole Brain Connectivity Simulation Jean-Philippe Thiran EPFL Lausanne, Switzerland EPFL - Lausanne HPC in life sciences at EPFL The Blue Brain project: create a biologically

More information

Tractography via the Ensemble Average Propagator in Diffusion MRI

Tractography via the Ensemble Average Propagator in Diffusion MRI Tractography via the Ensemble Average Propagator in Diffusion MRI Sylvain Merlet 1, Anne-Charlotte Philippe 1, Rachid Deriche 1, and Maxime Descoteaux 2 1 Athena Project-Team, INRIA Sophia Antipolis -

More information

Automatic Optimization of Segmentation Algorithms Through Simultaneous Truth and Performance Level Estimation (STAPLE)

Automatic Optimization of Segmentation Algorithms Through Simultaneous Truth and Performance Level Estimation (STAPLE) Automatic Optimization of Segmentation Algorithms Through Simultaneous Truth and Performance Level Estimation (STAPLE) Mahnaz Maddah, Kelly H. Zou, William M. Wells, Ron Kikinis, and Simon K. Warfield

More information

Generation of Hulls Encompassing Neuronal Pathways Based on Tetrahedralization and 3D Alpha Shapes

Generation of Hulls Encompassing Neuronal Pathways Based on Tetrahedralization and 3D Alpha Shapes Generation of Hulls Encompassing Neuronal Pathways Based on Tetrahedralization and 3D Alpha Shapes Dorit Merhof 1,2, Martin Meister 1, Ezgi Bingöl 1, Peter Hastreiter 1,2, Christopher Nimsky 2,3, Günther

More information

Computational Neuroanatomy

Computational Neuroanatomy Computational Neuroanatomy John Ashburner john@fil.ion.ucl.ac.uk Smoothing Motion Correction Between Modality Co-registration Spatial Normalisation Segmentation Morphometry Overview fmri time-series kernel

More information

Estimation of the Underlying Fiber Orientation Using Spherical k-means Method from the Diffusion ODF in HARDI Data

Estimation of the Underlying Fiber Orientation Using Spherical k-means Method from the Diffusion ODF in HARDI Data Estimation of the Underlying Fiber Orientation Using Spherical k-means Method from the Diffusion ODF in HARDI Data Huaizhong Zhang, Martin McGinnity, Sonya Coleman and Min Jing Intelligent Systems Research

More information

Estimation of Extracellular Volume from Regularized Multi-shell Diffusion MRI

Estimation of Extracellular Volume from Regularized Multi-shell Diffusion MRI Estimation of Extracellular Volume from Regularized Multi-shell Diffusion MRI The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters

More information

Efficient population registration of 3D data

Efficient population registration of 3D data Efficient population registration of 3D data Lilla Zöllei 1, Erik Learned-Miller 2, Eric Grimson 1, William Wells 1,3 1 Computer Science and Artificial Intelligence Lab, MIT; 2 Dept. of Computer Science,

More information

Diffusion Propagator Estimation Using Radial Basis Functions

Diffusion Propagator Estimation Using Radial Basis Functions Diffusion Propagator Estimation Using Radial Basis Functions Yogesh Rathi, Marc eithammer, Frederik Laun, Kawin Setsompop, Oleg Michailovich, P. Ellen Grant, C-F Westin Abstract The average diffusion propagator

More information

UNC 4D Infant Cortical Surface Atlases, from Neonate to 6 Years of Age

UNC 4D Infant Cortical Surface Atlases, from Neonate to 6 Years of Age UNC 4D Infant Cortical Surface Atlases, from Neonate to 6 Years of Age Version 1.0 UNC 4D infant cortical surface atlases from neonate to 6 years of age contain 11 time points, including 1, 3, 6, 9, 12,

More information

Document Version Publisher s PDF, also known as Version of Record (includes final page, issue and volume numbers)

Document Version Publisher s PDF, also known as Version of Record (includes final page, issue and volume numbers) Extrapolating fiber crossings from DTI data : can we gain the same information as HARDI? Prckovska, V.; Rodrigues, P.R.; Duits, R.; ter Haar Romenij, B.M.; Vilanova Bartroli, A. Published: 01/01/2010 Document

More information

ADAPTIVE GRAPH CUTS WITH TISSUE PRIORS FOR BRAIN MRI SEGMENTATION

ADAPTIVE GRAPH CUTS WITH TISSUE PRIORS FOR BRAIN MRI SEGMENTATION ADAPTIVE GRAPH CUTS WITH TISSUE PRIORS FOR BRAIN MRI SEGMENTATION Abstract: MIP Project Report Spring 2013 Gaurav Mittal 201232644 This is a detailed report about the course project, which was to implement

More information

The organization of the human cerebral cortex estimated by intrinsic functional connectivity

The organization of the human cerebral cortex estimated by intrinsic functional connectivity 1 The organization of the human cerebral cortex estimated by intrinsic functional connectivity Journal: Journal of Neurophysiology Author: B. T. Thomas Yeo, et al Link: https://www.ncbi.nlm.nih.gov/pubmed/21653723

More information

NeuroImage. Tract-based morphometry for white matter group analysis. Lauren J. O'Donnell a,b,, Carl-Fredrik Westin b, Alexandra J.

NeuroImage. Tract-based morphometry for white matter group analysis. Lauren J. O'Donnell a,b,, Carl-Fredrik Westin b, Alexandra J. NeuroImage 45 (2009) 832 844 Contents lists available at ScienceDirect NeuroImage journal homepage: www.elsevier.com/locate/ynimg Tract-based morphometry for white matter group analysis Lauren J. O'Donnell

More information

Diffusion-MRI processing for group analysis

Diffusion-MRI processing for group analysis Diffusion-MRI processing for group analysis Felix Renard IRMaGe: Inserm US 17 / CNRS UMS 3552 University Hospital of Grenoble - France 25/09/2015 felixrenard@gmail.com 1 Diffusion-MRI processing for group

More information

Apparent Intravoxel Fibre Population Dispersion (FPD) using Spherical Harmonics

Apparent Intravoxel Fibre Population Dispersion (FPD) using Spherical Harmonics Apparent Intravoxel Fibre Population Dispersion (FPD) using Spherical Harmonics Haz-Edine Assemlal 1, Jennifer Campbell 2, Bruce Pike 2, and Kaleem Siddiqi 1 1 Centre for Intelligent Machines, McGill University,

More information

ACCEPTED MANUSCRIPT. Inter-site and inter-scanner diffusion MRI data harmonization

ACCEPTED MANUSCRIPT. Inter-site and inter-scanner diffusion MRI data harmonization Inter-site and inter-scanner diffusion MRI data harmonization H. Mirzaalian 1, L. Ning 1, P. Savadjiev 1, O. Pasternak 1, S. Bouix 1, O. Michailovich 2, M. Kubicki 1, C-F Westin 1, M.E.Shenton 1, Y. Rathi

More information

Asymmetric Image-Template Registration

Asymmetric Image-Template Registration Asymmetric Image-Template Registration Mert R. Sabuncu 1,B.T.ThomasYeo 1, Koen Van Leemput 1,2,3, Tom Vercauteren 4, and Polina Golland 1 1 Computer Science and Artificial Intelligence Lab, MIT 2 Department

More information

Acceleration of Probabilistic Tractography Using Multi-GPU Parallel Processing. Jungsoo Lee, Sun Mi Park, Dae-Shik Kim

Acceleration of Probabilistic Tractography Using Multi-GPU Parallel Processing. Jungsoo Lee, Sun Mi Park, Dae-Shik Kim Acceleration of Probabilistic Tractography Using Multi-GPU Parallel Processing Jungsoo Lee, Sun Mi Park, Dae-Shik Kim Introduction In particular, probabilistic tractography requires relatively long computation

More information

An Analytical Fiber ODF Reconstruction in 3D Polarized Light Imaging

An Analytical Fiber ODF Reconstruction in 3D Polarized Light Imaging An Analytical Fiber ODF Reconstruction in 3D Polarized Light Imaging Abib Alimi, Yves Usson, Pierre-Simon Jouk, Gabrielle Michalowicz, Rachid Deriche To cite this version: Abib Alimi, Yves Usson, Pierre-Simon

More information

Two Methods for Validating Brain Tissue Classifiers

Two Methods for Validating Brain Tissue Classifiers Two Methods for Validating Brain Tissue Classifiers The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters Citation Martin-Fernandez,

More information

NeuroQLab A Software Assistant for Neurosurgical Planning and Quantitative Image Analysis

NeuroQLab A Software Assistant for Neurosurgical Planning and Quantitative Image Analysis NeuroQLab A Software Assistant for Neurosurgical Planning and Quantitative Image Analysis Florian Weiler 1, Jan Rexilius 2, Jan Klein 1, Horst K. Hahn 1 1 Fraunhofer MEVIS, Universitätsallee 29, 28359

More information

Automatic Registration-Based Segmentation for Neonatal Brains Using ANTs and Atropos

Automatic Registration-Based Segmentation for Neonatal Brains Using ANTs and Atropos Automatic Registration-Based Segmentation for Neonatal Brains Using ANTs and Atropos Jue Wu and Brian Avants Penn Image Computing and Science Lab, University of Pennsylvania, Philadelphia, USA Abstract.

More information

Diffusion Tractography of the Corticospinal Tract with Multi-fiber Orientation Filtering

Diffusion Tractography of the Corticospinal Tract with Multi-fiber Orientation Filtering Diffusion Tractography of the Corticospinal Tract with Multi-fiber Orientation Filtering Ryan P. Cabeen, David H. Laidlaw Computer Science Department Brown University Providence, RI, USA {cabeen,dhl}@cs.brown.edu

More information

Mid-Space-Independent Symmetric Data Term for Pairwise Deformable Image Registration

Mid-Space-Independent Symmetric Data Term for Pairwise Deformable Image Registration Mid-Space-Independent Symmetric Data Term for Pairwise Deformable Image Registration Iman Aganj 1, Juan Eugenio Iglesias, Martin Reuter 1,3, Mert Rory Sabuncu 1,3, and Bruce Fischl 1,3 1 Athinoula A. Martinos

More information

Automatic segmentation of the cortical grey and white matter in MRI using a Region Growing approach based on anatomical knowledge

Automatic segmentation of the cortical grey and white matter in MRI using a Region Growing approach based on anatomical knowledge Automatic segmentation of the cortical grey and white matter in MRI using a Region Growing approach based on anatomical knowledge Christian Wasserthal 1, Karin Engel 1, Karsten Rink 1 und André Brechmann

More information

Head motion in diffusion MRI

Head motion in diffusion MRI Head motion in diffusion MRI Anastasia Yendiki HMS/MGH/MIT Athinoula A. Martinos Center for Biomedical Imaging 11/06/13 Head motion in diffusion MRI 0/33 Diffusion contrast Basic principle of diffusion

More information

Susceptibility Distortion Correction for Echo Planar Images with Non-uniform B-Spline Grid Sampling: A Diffusion Tensor Image Study

Susceptibility Distortion Correction for Echo Planar Images with Non-uniform B-Spline Grid Sampling: A Diffusion Tensor Image Study Susceptibility Distortion Correction for Echo Planar Images with Non-uniform B-Spline Grid Sampling: A Diffusion Tensor Image Study M.O. Irfanoglu 1,L.Walker 3,S.Sammet 2, C. Pierpaoli 3,andR.Machiraju

More information

Detection of Unique Point Landmarks in HARDI Images of the Human Brain

Detection of Unique Point Landmarks in HARDI Images of the Human Brain Detection of Unique Point Landmarks in HARDI Images of the Human Brain Henrik Skibbe and Marco Reisert Department of Radiology, University Medical Center Freiburg, Germany {henrik.skibbe, marco.reisert}@uniklinik-freiburg.de

More information

Quantitative Analysis of White Matter Fiber Properties along Geodesic Paths

Quantitative Analysis of White Matter Fiber Properties along Geodesic Paths Quantitative Analysis of White Matter Fiber Properties along Geodesic Paths Pierre Fillard 1,4, John Gilmore 2, Joseph Piven 2, Weili Lin 3, and Guido Gerig 1,2 1 Department of Computer Science, 2 Department

More information

n o r d i c B r a i n E x Tutorial DTI Module

n o r d i c B r a i n E x Tutorial DTI Module m a k i n g f u n c t i o n a l M R I e a s y n o r d i c B r a i n E x Tutorial DTI Module Please note that this tutorial is for the latest released nordicbrainex. If you are using an older version please

More information

Corpus Callosum Subdivision based on a Probabilistic Model of Inter-Hemispheric Connectivity

Corpus Callosum Subdivision based on a Probabilistic Model of Inter-Hemispheric Connectivity Corpus Callosum Subdivision based on a Probabilistic Model of Inter-Hemispheric Connectivity Martin A. Styner 1,2, Ipek Oguz 1, Rachel Gimpel Smith 2, Carissa Cascio 2, and Matthieu Jomier 1 1 Dept. of

More information

NIH Public Access Author Manuscript Med Image Comput Comput Assist Interv. Author manuscript; available in PMC 2013 May 04.

NIH Public Access Author Manuscript Med Image Comput Comput Assist Interv. Author manuscript; available in PMC 2013 May 04. NIH Public Access Author Manuscript Published in final edited form as: Med Image Comput Comput Assist Interv. 2005 ; 8(0 1): 180 187. A Hamilton-Jacobi-Bellman approach to high angular resolution diffusion

More information

Super-resolution Reconstruction of Fetal Brain MRI

Super-resolution Reconstruction of Fetal Brain MRI Super-resolution Reconstruction of Fetal Brain MRI Ali Gholipour and Simon K. Warfield Computational Radiology Laboratory Children s Hospital Boston, Harvard Medical School Worshop on Image Analysis for

More information

GLIRT: Groupwise and Longitudinal Image Registration Toolbox

GLIRT: Groupwise and Longitudinal Image Registration Toolbox Software Release (1.0.1) Last updated: March. 30, 2011. GLIRT: Groupwise and Longitudinal Image Registration Toolbox Guorong Wu 1, Qian Wang 1,2, Hongjun Jia 1, and Dinggang Shen 1 1 Image Display, Enhancement,

More information

NEURO M203 & BIOMED M263 WINTER 2014

NEURO M203 & BIOMED M263 WINTER 2014 NEURO M203 & BIOMED M263 WINTER 2014 MRI Lab 2: Neuroimaging Connectivity Lab In today s lab we will work with sample diffusion imaging data and the group averaged fmri data collected during your scanning

More information

Uncertainty in White Matter Fiber Tractography

Uncertainty in White Matter Fiber Tractography Uncertainty in White Matter Fiber Tractography Ola Friman and Carl-Fredrik Westin Laboratory of Mathematics in Imaging, Department of Radiology Brigham and Women s Hospital, Harvard Medical School Abstract.

More information

A Model-Independent, Multi-Image Approach to MR Inhomogeneity Correction

A Model-Independent, Multi-Image Approach to MR Inhomogeneity Correction Tina Memo No. 2007-003 Published in Proc. MIUA 2007 A Model-Independent, Multi-Image Approach to MR Inhomogeneity Correction P. A. Bromiley and N.A. Thacker Last updated 13 / 4 / 2007 Imaging Science and

More information

Characterizing the Shape of Anatomical Structures with Poisson s Equation

Characterizing the Shape of Anatomical Structures with Poisson s Equation Characterizing the Shape of Anatomical Structures with Poisson s Equation Haissam Haidar 1,2, Sylvain Bouix 2,3, James Levitt 2,3, Chandley Dickey 2,3, Robert W. McCarley 2,3, Martha E. Shenton 2,3 and

More information

Automatic MS Lesion Segmentation by Outlier Detection and Information Theoretic Region Partitioning Release 0.00

Automatic MS Lesion Segmentation by Outlier Detection and Information Theoretic Region Partitioning Release 0.00 Automatic MS Lesion Segmentation by Outlier Detection and Information Theoretic Region Partitioning Release 0.00 Marcel Prastawa 1 and Guido Gerig 1 Abstract July 17, 2008 1 Scientific Computing and Imaging

More information

Supplementary methods

Supplementary methods Supplementary methods This section provides additional technical details on the sample, the applied imaging and analysis steps and methods. Structural imaging Trained radiographers placed all participants

More information

White Pixel Artifact. Caused by a noise spike during acquisition Spike in K-space <--> sinusoid in image space

White Pixel Artifact. Caused by a noise spike during acquisition Spike in K-space <--> sinusoid in image space White Pixel Artifact Caused by a noise spike during acquisition Spike in K-space sinusoid in image space Susceptibility Artifacts Off-resonance artifacts caused by adjacent regions with different

More information

High-Order Diffusion Tensor Connectivity Mapping on the GPU

High-Order Diffusion Tensor Connectivity Mapping on the GPU High-Order Diffusion Tensor Connectivity Mapping on the GPU Tim McGraw and Donald Herring Purdue University Abstract. We present an efficient approach to computing white matter fiber connectivity on the

More information

CHAPTER 2. Morphometry on rodent brains. A.E.H. Scheenstra J. Dijkstra L. van der Weerd

CHAPTER 2. Morphometry on rodent brains. A.E.H. Scheenstra J. Dijkstra L. van der Weerd CHAPTER 2 Morphometry on rodent brains A.E.H. Scheenstra J. Dijkstra L. van der Weerd This chapter was adapted from: Volumetry and other quantitative measurements to assess the rodent brain, In vivo NMR

More information

Measuring longitudinal brain changes in humans and small animal models. Christos Davatzikos

Measuring longitudinal brain changes in humans and small animal models. Christos Davatzikos Measuring longitudinal brain changes in humans and small animal models Christos Davatzikos Section of Biomedical Image Analysis University of Pennsylvania (Radiology) http://www.rad.upenn.edu/sbia Computational

More information