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

Size: px
Start display at page:

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

Transcription

1 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 time. Computation time is a key element. We would therefore like to modify sequential algorithms to become parallel algorithms and take advantage of parallel processing with the GPU. With a much higher number of cores available as compared to that of the CPU, the GPU is better suited to parallel processing and displays even better performance when processing larger amounts of data. Methods Data Acquisition DW images were acquired by a Philips 3-tesla scanner and obtained with the following parameters: TR = ms; 129 volumes; TE = 80 ms; 128 non-colinear diffusion gradient directions with a b- factor of 3000 s/mm 2 ; a b-factor image of 0 s/mm 2 is one; matrix size is ; mm 3 field of view as acquired. Parallelized Algorithm of Probabilistic Tractography (BEDPOSTX of FSL) This process makes probability density function (pdf) for every voxel Bayesian estimation of diffusion parameters obtained using sampling techniques [1-3]. The goal of this process is to infer optimal predicted values μ i from eight free parameters using MCMC. P(w Y, M) = P(Y w, M)P(w M) P(Y M) where w (θ, φ, ψ, λ 1, λ 2, λ 3, S 0, σ) is the set of parameters of data. Y and M are data and model. The first step of parallelizing is to find the dependencies in the algorithm. It is important that it considers how to separate algorithm. When probability distribution function is obtained in a voxel, MCMC is used. In order to obtain mean and variance of θ and φ distributions, algorithm runs 3000 steps because of burnin process and every second jump sampling. Obtaining mean and variance of distributions in each voxel is not affected by results of the different each voxel and this is same process with different data in each voxel. This is a key parallel algorithm. As in Figure 1, sequential algorithm is calculated at one by one voxel and this algorithm generates many loops. On the other hand, parallel algorithm can simultaneously be calculated at many voxels; as many pdfs in voxels may

2 be generated as there are threads, because mean and variance of probability distribution function (θ, φ) of one voxel corresponds to one thread. We used 3 GPUs to provide a significant number of cores (720 cores). To simultaneously operate 3 GPUs, CPU parallel processing is used based on OpenMP. Approximately, 250,000 voxels are processed per a GPU respectively.

3 Results To compare results of sequential algorithm and GPU parallel algorithm, we used two hardware. First hardware is desktop PC featuring Intel Xeon E5520, 8 GB RAM. Second hardware is desktop server featuring same CPU, RAM and 3 NVIDIA TESLA C1060. The result is as follows: When we ran sequential algorithms using CPU, we had a total time of approximately 34 hours. On the other hand, when we ran parallel algorithms based on one GPU, the total computation time is about 100 minutes, and when we ran it using 3 GPUs, it took about 30 minutes which is approximately 60 times faster than using sequential processing. This performance result was obtained to maximize performance through optimization process (Figure 3) Using shared and constant memories are a great help to raise performance. In this study, shared memory was used for some variables by using coalesced memory access to reduce processing time.

4 Conclusions Probabilistic tractography using multi-gpu parallel processing can dramatically reduce computation time. In particular, GPU parallel processing is very suitable for tractography algorithms, because the greater part of the tractography algorithm is used to obtain pdf of each voxel and the algorithm has highly parallelizable properties. GPU processing is also much more cost effective than CPU processing. Through this study, the results show us the possibilities of realtime processing of probabilistic tractography using GPU parallel processing. Although parallel programming using GPU has not yet become widespread, it will be applied across the brain imaging research as well as DTI tractography in the near future.

5 References [1] T. E. J. Behrens, H. Johansen-Berg, M. W. Woolrich, S. M. Smith, C. A. M. Wheeler-Kingshott, P. A. Boulby, G. J. Barker, E. I. Sillery, K. Sheehan, O. Ciccarelli, A. J. Thompson, J. M. Brady, P. M. Matthews. (2003). Non-invasive mapping of connections between human thalamus and cortex using diffusion imaging. Nature Neuroscience. 6(7), pp [2] T. E. J. Behrens, M. W. Woolrich, M. Jenkinson, H. Johansen-Berg, R. G. Nunes, S. Clare, P. M. Matthews, J. M. Brady, and S. M. Smith. (2003). Characterization and Propagation of Uncertainty in Diffusion-Weighted MR Imaging. Magnetic Resonance in Medicine, 50, pp [3] M. W. Woolrich, S. Jbabdi, B. Patenaude, M. Chappell, S. Makni, T. E. J. Behrens, C. Beckmann, M. Jenkinson, and S. M. Smith. (2009). Bayesian analysis of neuroimaging data in FSL. NeuroImage, 45, pp. S173-S186. [4] D. B. Kirk, W. W. Hwu. (2010). Programming Massively Parallel Processors A Hands-on Approach. Elsevier, Morgan Kaufmann Publishers.

Accelerating Fibre Orientation Estimation from Diffusion Weighted Magnetic Resonance Imaging using GPUs

Accelerating Fibre Orientation Estimation from Diffusion Weighted Magnetic Resonance Imaging using GPUs 2012 20th Euromicro International Conference on Parallel, Distributed and Network-based Processing Accelerating Fibre Orientation Estimation from Diffusion Weighted Magnetic Resonance Imaging using GPUs

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

Supplementary Online Content

Supplementary Online Content Supplementary Online Content Palacios EM, Sala-Llonch R, Junque C, Roig T, Tormos JM, Bargallo N, Vendrella P. Restingstate functional magnetic resonance imaging activity and connectivity and cognitive

More information

Sampling-Based Ensemble Segmentation against Inter-operator Variability

Sampling-Based Ensemble Segmentation against Inter-operator Variability Sampling-Based Ensemble Segmentation against Inter-operator Variability Jing Huo 1, Kazunori Okada, Whitney Pope 1, Matthew Brown 1 1 Center for Computer vision and Imaging Biomarkers, Department of Radiological

More information

Anatomic parcellation based on DTI data with FSL taking the example of SMA/preSMA

Anatomic parcellation based on DTI data with FSL taking the example of SMA/preSMA Groupe de Travail IRMf/MEG 02/2014 Anatomic parcellation based on DTI data with FSL taking the example of SMA/preSMA Magdalena Wutte, Lucile Brun & Boris Burle SMA/preSMA Parcellation - what for? - connectivity

More information

ABSTRACT 1. INTRODUCTION 2. METHODS

ABSTRACT 1. INTRODUCTION 2. METHODS Finding Seeds for Segmentation Using Statistical Fusion Fangxu Xing *a, Andrew J. Asman b, Jerry L. Prince a,c, Bennett A. Landman b,c,d a Department of Electrical and Computer Engineering, Johns Hopkins

More information

BHMSMAfMRI User Manual

BHMSMAfMRI User Manual BHMSMAfMRI User Manual Nilotpal Sanyal Bayesian and Interdisciplinary Research Unit Indian Statistical Institute, Calcutta, India nsanyal v@isical.ac.in Welcome to BHMSMAfMRI, an R package to analyze functional

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

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

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

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

Segmentation of Thalamic Nuclei from DTI Using Spectral Clustering

Segmentation of Thalamic Nuclei from DTI Using Spectral Clustering Segmentation of Thalamic Nuclei from DTI Using Spectral Clustering Ulas Ziyan 1,DavidTuch 2, and Carl-Fredrik Westin 1,3 1 MIT Computer Science and Artificial Intelligence Lab, Cambridge MA, USA ulas@mit.edu

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

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

Supplementary Data. in residuals voxel time-series exhibiting high variance, for example, large sinuses.

Supplementary Data. in residuals voxel time-series exhibiting high variance, for example, large sinuses. Supplementary Data Supplementary Materials and Methods Step-by-step description of principal component-orthogonalization technique Below is a step-by-step description of the principal component (PC)-orthogonalization

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

Spatial Regularization of Functional Connectivity Using High-Dimensional Markov Random Fields

Spatial Regularization of Functional Connectivity Using High-Dimensional Markov Random Fields Spatial Regularization of Functional Connectivity Using High-Dimensional Markov Random Fields Wei Liu 1, Peihong Zhu 1, Jeffrey S. Anderson 2, Deborah Yurgelun-Todd 3, and P. Thomas Fletcher 1 1 Scientific

More information

Probabilistic Monte Carlo Based Mapping of Cerebral Connections Utilising Whole-Brain Crossing Fibre Information

Probabilistic Monte Carlo Based Mapping of Cerebral Connections Utilising Whole-Brain Crossing Fibre Information Probabilistic Monte Carlo Based Mapping of Cerebral Connections Utilising Whole-Brain Crossing Fibre Information Geoff J.M. Parker 1 and Daniel C. Alexander 2 1 Imaging Science & Biomedical Engineering,

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

REPORT DOCUMENTATION PAGE

REPORT DOCUMENTATION PAGE REPORT DOCUMENTATION PAGE Form Approved OMB NO. 0704-0188 The public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions,

More information

Diffusion MRI Acquisition. Karla Miller FMRIB Centre, University of Oxford

Diffusion MRI Acquisition. Karla Miller FMRIB Centre, University of Oxford Diffusion MRI Acquisition Karla Miller FMRIB Centre, University of Oxford karla@fmrib.ox.ac.uk Diffusion Imaging How is diffusion weighting achieved? How is the image acquired? What are the limitations,

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

ARTICLE IN PRESS YNIMG-03489; No. of pages: 8; 4C:

ARTICLE IN PRESS YNIMG-03489; No. of pages: 8; 4C: YNIMG-03489; No. of pages: 8; 4C: DTD 5 www.elsevier.com/locate/ynimg NeuroImage xx (2005) xxx xxx A consistent relationship between local white matter architecture and functional specialisation in medial

More information

Voxel selection algorithms for fmri

Voxel selection algorithms for fmri Voxel selection algorithms for fmri Henryk Blasinski December 14, 2012 1 Introduction Functional Magnetic Resonance Imaging (fmri) is a technique to measure and image the Blood- Oxygen Level Dependent

More information

mritc: A Package for MRI Tissue Classification

mritc: A Package for MRI Tissue Classification mritc: A Package for MRI Tissue Classification Dai Feng 1 Luke Tierney 2 1 Merck Research Labratories 2 University of Iowa July 2010 Feng & Tierney (Merck & U of Iowa) MRI Tissue Classification July 2010

More information

Clustering Fiber Traces Using Normalized Cuts

Clustering Fiber Traces Using Normalized Cuts Clustering Fiber Traces Using Normalized Cuts Anders Brun 1,4, Hans Knutsson 1, Hae-Jeong Park 2,3,4, Martha E. Shenton 2, and Carl-Fredrik Westin 4 1 Department. of Biomedical Engineering, Linköping University,

More information

Processing math: 100% Intensity Normalization

Processing math: 100% Intensity Normalization Intensity Normalization Overall Pipeline 2/21 Intensity normalization Conventional MRI intensites (T1-w, T2-w, PD, FLAIR) are acquired in arbitrary units Images are not comparable across scanners, subjects,

More information

Probabilistic diffusion tractography with multiple fibre orientations: What can we gain?

Probabilistic diffusion tractography with multiple fibre orientations: What can we gain? www.elsevier.com/locate/ynimg NeuroImage 34 (27) 144 155 Probabilistic diffusion tractography with multiple fibre orientations: What can we gain? T.E.J. Behrens, a,b, H. Johansen Berg, a S. Jbabdi, a M.F.S.

More information

A Stochastic Tractography System and Applications. Tri M. Ngo

A Stochastic Tractography System and Applications. Tri M. Ngo A Stochastic Tractography System and Applications by Tri M. Ngo Submitted to the Department of Electrical Engineering and Computer Science in partial fulfillment of the requirements for the degree of Master

More information

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

A GPU Accelerated Interactive Interface for Exploratory Functional Connectivity Analysis of fmri Data

A GPU Accelerated Interactive Interface for Exploratory Functional Connectivity Analysis of fmri Data A GPU Accelerated Interactive Interface for Exploratory Functional Connectivity Analysis of fmri Data Anders Eklund, Ola Friman, Mats Andersson and Hans Knutsson Linköping University Post Print N.B.: When

More information

Dictionary Based Super-Resolution for Diffusion MRI

Dictionary Based Super-Resolution for Diffusion MRI Dictionary Based Super-Resolution for Diffusion MRI Burak Yoldemir, Mohammad Bajammal, Rafeef Abugharbieh Abstract Diffusion magnetic resonance imaging (dmri) provides unique capabilities for non-invasive

More information

LUNAR TEMPERATURE CALCULATIONS ON A GPU

LUNAR TEMPERATURE CALCULATIONS ON A GPU LUNAR TEMPERATURE CALCULATIONS ON A GPU Kyle M. Berney Department of Information & Computer Sciences Department of Mathematics University of Hawai i at Mānoa Honolulu, HI 96822 ABSTRACT Lunar surface temperature

More information

High Performance Computing in Neuroimaging using BROCCOLI. Anders Eklund, PhD Virginia Tech Carilion Research Institute

High Performance Computing in Neuroimaging using BROCCOLI. Anders Eklund, PhD Virginia Tech Carilion Research Institute High Performance Computing in Neuroimaging using BROCCOLI Anders Eklund, PhD Virginia Tech Carilion Research Institute Outline What is BROCCOLI? What is high performance computing and GPUs? Why are GPUs

More information

Building an Average Population HARDI Atlas

Building an Average Population HARDI Atlas 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.

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

Bridging Neuroscience and HPC with MPI-LiFE Shashank Gugnani

Bridging Neuroscience and HPC with MPI-LiFE Shashank Gugnani Bridging Neuroscience and HPC with MPI-LiFE Shashank Gugnani The Ohio State University E-mail: gugnani.2@osu.edu http://web.cse.ohio-state.edu/~gugnani/ Network Based Computing Laboratory SC 17 2 Neuroscience:

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

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

A Comprehensive Study on the Performance of Implicit LS-DYNA

A Comprehensive Study on the Performance of Implicit LS-DYNA 12 th International LS-DYNA Users Conference Computing Technologies(4) A Comprehensive Study on the Performance of Implicit LS-DYNA Yih-Yih Lin Hewlett-Packard Company Abstract This work addresses four

More information

FSL Pre-Processing Pipeline

FSL Pre-Processing Pipeline The Art and Pitfalls of fmri Preprocessing FSL Pre-Processing Pipeline Mark Jenkinson FMRIB Centre, University of Oxford FSL Pre-Processing Pipeline Standard pre-processing: Task fmri Resting-state fmri

More information

Diffusion MRI. Introduction and Modern Methods. John Plass. Department Of Psychology

Diffusion MRI. Introduction and Modern Methods. John Plass. Department Of Psychology Diffusion MRI Introduction and Modern Methods John Plass Department Of Psychology Diffusion MRI Introduction and Modern Methods John Plass Department Of Psychology Overview I. Why use diffusion MRI? II.

More information

fmri Image Preprocessing

fmri Image Preprocessing fmri Image Preprocessing Rick Hoge, Ph.D. Laboratoire de neuroimagerie vasculaire (LINeV) Centre de recherche de l institut universitaire de gériatrie de Montréal, Université de Montréal Outline Motion

More information

Introduction to Neuroimaging Janaina Mourao-Miranda

Introduction to Neuroimaging Janaina Mourao-Miranda Introduction to Neuroimaging Janaina Mourao-Miranda Neuroimaging techniques have changed the way neuroscientists address questions about functional anatomy, especially in relation to behavior and clinical

More information

Institute of Cardiovascular Science, UCL Centre for Cardiovascular Imaging, London, United Kingdom, 2

Institute of Cardiovascular Science, UCL Centre for Cardiovascular Imaging, London, United Kingdom, 2 Grzegorz Tomasz Kowalik 1, Jennifer Anne Steeden 1, Bejal Pandya 1, David Atkinson 2, Andrew Taylor 1, and Vivek Muthurangu 1 1 Institute of Cardiovascular Science, UCL Centre for Cardiovascular Imaging,

More information

Multi-GPU Scaling of Direct Sparse Linear System Solver for Finite-Difference Frequency-Domain Photonic Simulation

Multi-GPU Scaling of Direct Sparse Linear System Solver for Finite-Difference Frequency-Domain Photonic Simulation Multi-GPU Scaling of Direct Sparse Linear System Solver for Finite-Difference Frequency-Domain Photonic Simulation 1 Cheng-Han Du* I-Hsin Chung** Weichung Wang* * I n s t i t u t e o f A p p l i e d M

More information

Bayesian Inference of Hemodynamic Changes in Functional Arterial Spin Labeling Data

Bayesian Inference of Hemodynamic Changes in Functional Arterial Spin Labeling Data Bayesian Inference of Hemodynamic Changes in Functional Arterial Spin Labeling Data Mark W. Woolrich, 1, * Peter Chiarelli, 1 Daniel Gallichan, 1 Joanna Perthen, 2 and Thomas T. Liu 2 Magnetic Resonance

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

Basic principles of MR image analysis. Basic principles of MR image analysis. Basic principles of MR image analysis

Basic principles of MR image analysis. Basic principles of MR image analysis. Basic principles of MR image analysis Basic principles of MR image analysis Basic principles of MR image analysis Julien Milles Leiden University Medical Center Terminology of fmri Brain extraction Registration Linear registration Non-linear

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

Probabilistic Registration of 3-D Medical Images

Probabilistic Registration of 3-D Medical Images Probabilistic Registration of 3-D Medical Images Mei Chen, Takeo Kanade, Dean Pomerleau, Jeff Schneider CMU-RI-TR-99-16 The Robotics Institute Carnegie Mellon University Pittsburgh, Pennsylvania 1513 July,

More information

J. Blair Perot. Ali Khajeh-Saeed. Software Engineer CD-adapco. Mechanical Engineering UMASS, Amherst

J. Blair Perot. Ali Khajeh-Saeed. Software Engineer CD-adapco. Mechanical Engineering UMASS, Amherst Ali Khajeh-Saeed Software Engineer CD-adapco J. Blair Perot Mechanical Engineering UMASS, Amherst Supercomputers Optimization Stream Benchmark Stag++ (3D Incompressible Flow Code) Matrix Multiply Function

More information

PANDA Manual Zaixu Cui & Suyu Zhong & Gaolang Gong

PANDA Manual Zaixu Cui & Suyu Zhong & Gaolang Gong PANDA Manual Zaixu Cui & Suyu Zhong & Gaolang Gong National Key Laboratory of Cognitive Neuroscience and Learning Beijing Normal University, China Contents Overview Setup Files/Directories selection Preparing

More information

Exploiting GPU Caches in Sparse Matrix Vector Multiplication. Yusuke Nagasaka Tokyo Institute of Technology

Exploiting GPU Caches in Sparse Matrix Vector Multiplication. Yusuke Nagasaka Tokyo Institute of Technology Exploiting GPU Caches in Sparse Matrix Vector Multiplication Yusuke Nagasaka Tokyo Institute of Technology Sparse Matrix Generated by FEM, being as the graph data Often require solving sparse linear equation

More information

N-Body Simulation using CUDA. CSE 633 Fall 2010 Project by Suraj Alungal Balchand Advisor: Dr. Russ Miller State University of New York at Buffalo

N-Body Simulation using CUDA. CSE 633 Fall 2010 Project by Suraj Alungal Balchand Advisor: Dr. Russ Miller State University of New York at Buffalo N-Body Simulation using CUDA CSE 633 Fall 2010 Project by Suraj Alungal Balchand Advisor: Dr. Russ Miller State University of New York at Buffalo Project plan Develop a program to simulate gravitational

More information

Parallel Direct Simulation Monte Carlo Computation Using CUDA on GPUs

Parallel Direct Simulation Monte Carlo Computation Using CUDA on GPUs Parallel Direct Simulation Monte Carlo Computation Using CUDA on GPUs C.-C. Su a, C.-W. Hsieh b, M. R. Smith b, M. C. Jermy c and J.-S. Wu a a Department of Mechanical Engineering, National Chiao Tung

More information

Sampling Using GPU Accelerated Sparse Hierarchical Models

Sampling Using GPU Accelerated Sparse Hierarchical Models Sampling Using GPU Accelerated Sparse Hierarchical Models Miroslav Stoyanov Oak Ridge National Laboratory supported by Exascale Computing Project (ECP) exascaleproject.org April 9, 28 Miroslav Stoyanov

More information

FSL Pre-Processing Pipeline

FSL Pre-Processing Pipeline The Art and Pitfalls of fmri Preprocessing FSL Pre-Processing Pipeline Mark Jenkinson FMRIB Centre, University of Oxford FSL Pre-Processing Pipeline Standard pre-processing: Task fmri Resting-state fmri

More information

Title. Author(s)P. LATCHAROTE; Y. KAI. Issue Date Doc URL. Type. Note. File Information

Title. Author(s)P. LATCHAROTE; Y. KAI. Issue Date Doc URL. Type. Note. File Information Title HIGH PERFORMANCE COMPUTING OF DYNAMIC STRUCTURAL RES INTEGRATED EARTHQUAKE SIMULATION Author(s)P. LATCHAROTE; Y. KAI Issue Date 2013-09-13 Doc URL http://hdl.handle.net/2115/54441 Type proceedings

More information

Introduction to GPU hardware and to CUDA

Introduction to GPU hardware and to CUDA Introduction to GPU hardware and to CUDA Philip Blakely Laboratory for Scientific Computing, University of Cambridge Philip Blakely (LSC) GPU introduction 1 / 35 Course outline Introduction to GPU hardware

More information

OpenACC Based GPU Parallelization of Plane Sweep Algorithm for Geometric Intersection. Anmol Paudel Satish Puri Marquette University Milwaukee, WI

OpenACC Based GPU Parallelization of Plane Sweep Algorithm for Geometric Intersection. Anmol Paudel Satish Puri Marquette University Milwaukee, WI OpenACC Based GPU Parallelization of Plane Sweep Algorithm for Geometric Intersection Anmol Paudel Satish Puri Marquette University Milwaukee, WI Introduction Scalable spatial computation on high performance

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

TR An Overview of NVIDIA Tegra K1 Architecture. Ang Li, Radu Serban, Dan Negrut

TR An Overview of NVIDIA Tegra K1 Architecture. Ang Li, Radu Serban, Dan Negrut TR-2014-17 An Overview of NVIDIA Tegra K1 Architecture Ang Li, Radu Serban, Dan Negrut November 20, 2014 Abstract This paperwork gives an overview of NVIDIA s Jetson TK1 Development Kit and its Tegra K1

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

Learning an Atlas of a Cognitive Process in its Functional Geometry

Learning an Atlas of a Cognitive Process in its Functional Geometry Learning an Atlas of a Cognitive Process in its Functional Geometry Georg Langs 1,3, Danial Lashkari 1, Andrew Sweet 1, Yanmei Tie 2, Laura Rigolo 2, Alexandra J. Golby 2, and Polina Golland 1 1 Computer

More information

GPU-PCC: A GPU Based Technique to Compute Pairwise Pearson s Correlation Coefficients for Big fmri Data

GPU-PCC: A GPU Based Technique to Compute Pairwise Pearson s Correlation Coefficients for Big fmri Data Western Michigan University ScholarWorks at WMU Parallel Computing and Data Science Lab Technical Reports Computer Science 2017 GPU-PCC: A GPU Based Technique to Compute Pairwise Pearson s Correlation

More information

A Data-Driven fmri Neuronal Activation Analysis Method Using Temporal Clustering Technique and an Adaptive Voxel Selection Criterion

A Data-Driven fmri Neuronal Activation Analysis Method Using Temporal Clustering Technique and an Adaptive Voxel Selection Criterion A Data-Driven fmri Neuronal Activation Analysis Method Using Temporal Clustering Technique and an Adaptive Voxel Selection Criterion Sarah Lee, Fernando Zelaya, Stephanie A. Amiel and Michael J. Brammer

More information

Multilevel Segmentation and Integrated Bayesian Model Classification with an Application to Brain Tumor Segmentation

Multilevel Segmentation and Integrated Bayesian Model Classification with an Application to Brain Tumor Segmentation To appear in MICCAI 2006. Multilevel Segmentation and Integrated Bayesian Model Classification with an Application to Brain Tumor Segmentation Jason J. Corso, Eitan Sharon 2, and Alan Yuille 2 Medical

More information

3D Stochastic Completion Fields for Fiber Tractography

3D Stochastic Completion Fields for Fiber Tractography 3D Stochastic Completion Fields for Fiber Tractography Parya Momayyez School of Computer Science Centre for Intelligent Machines McGill University, Montréal, QC, Canada pmamay@cim.mcgill.ca Kaleem Siddiqi

More information

MCMC Methods for data modeling

MCMC Methods for data modeling MCMC Methods for data modeling Kenneth Scerri Department of Automatic Control and Systems Engineering Introduction 1. Symposium on Data Modelling 2. Outline: a. Definition and uses of MCMC b. MCMC algorithms

More information

ACCELERATING THE PRODUCTION OF SYNTHETIC SEISMOGRAMS BY A MULTICORE PROCESSOR CLUSTER WITH MULTIPLE GPUS

ACCELERATING THE PRODUCTION OF SYNTHETIC SEISMOGRAMS BY A MULTICORE PROCESSOR CLUSTER WITH MULTIPLE GPUS ACCELERATING THE PRODUCTION OF SYNTHETIC SEISMOGRAMS BY A MULTICORE PROCESSOR CLUSTER WITH MULTIPLE GPUS Ferdinando Alessi Annalisa Massini Roberto Basili INGV Introduction The simulation of wave propagation

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

A Nonparametric Bayesian Approach to Detecting Spatial Activation Patterns in fmri Data

A Nonparametric Bayesian Approach to Detecting Spatial Activation Patterns in fmri Data A Nonparametric Bayesian Approach to Detecting Spatial Activation Patterns in fmri Data Seyoung Kim, Padhraic Smyth, and Hal Stern Bren School of Information and Computer Sciences University of California,

More information

arxiv: v1 [physics.comp-ph] 4 Nov 2013

arxiv: v1 [physics.comp-ph] 4 Nov 2013 arxiv:1311.0590v1 [physics.comp-ph] 4 Nov 2013 Performance of Kepler GTX Titan GPUs and Xeon Phi System, Weonjong Lee, and Jeonghwan Pak Lattice Gauge Theory Research Center, CTP, and FPRD, Department

More information

arxiv: v1 [physics.ins-det] 11 Jul 2015

arxiv: v1 [physics.ins-det] 11 Jul 2015 GPGPU for track finding in High Energy Physics arxiv:7.374v [physics.ins-det] Jul 5 L Rinaldi, M Belgiovine, R Di Sipio, A Gabrielli, M Negrini, F Semeria, A Sidoti, S A Tupputi 3, M Villa Bologna University

More information

CUDA and OpenCL Implementations of 3D CT Reconstruction for Biomedical Imaging

CUDA and OpenCL Implementations of 3D CT Reconstruction for Biomedical Imaging CUDA and OpenCL Implementations of 3D CT Reconstruction for Biomedical Imaging Saoni Mukherjee, Nicholas Moore, James Brock and Miriam Leeser September 12, 2012 1 Outline Introduction to CT Scan, 3D reconstruction

More information

CONTRACTING ORGANIZATION: The Cleveland Clinic Foundation, Cleveland, OH 44195

CONTRACTING ORGANIZATION: The Cleveland Clinic Foundation, Cleveland, OH 44195 AD Award Number: W81XWH-11-1-0362 TITLE: Whole Brain Networks for Treatment for Epilepsy PRINCIPAL INVESTIGATOR: Ken Sakaie, Ph.D. CONTRACTING ORGANIZATION: The Cleveland Clinic Foundation, Cleveland,

More information

SPM8 for Basic and Clinical Investigators. Preprocessing. fmri Preprocessing

SPM8 for Basic and Clinical Investigators. Preprocessing. fmri Preprocessing SPM8 for Basic and Clinical Investigators Preprocessing fmri Preprocessing Slice timing correction Geometric distortion correction Head motion correction Temporal filtering Intensity normalization Spatial

More information

Bayesian Inference in fmri Will Penny

Bayesian Inference in fmri Will Penny Bayesian Inference in fmri Will Penny Bayesian Approaches in Neuroscience Karolinska Institutet, Stockholm February 2016 Overview Posterior Probability Maps Hemodynamic Response Functions Population

More information

EMPIRICALLY INVESTIGATING THE STATISTICAL VALIDITY OF SPM, FSL AND AFNI FOR SINGLE SUBJECT FMRI ANALYSIS

EMPIRICALLY INVESTIGATING THE STATISTICAL VALIDITY OF SPM, FSL AND AFNI FOR SINGLE SUBJECT FMRI ANALYSIS EMPIRICALLY INVESTIGATING THE STATISTICAL VALIDITY OF SPM, FSL AND AFNI FOR SINGLE SUBJECT FMRI ANALYSIS Anders Eklund a,b,c, Thomas Nichols d, Mats Andersson a,c, Hans Knutsson a,c a Department of Biomedical

More information

A Novel Information Theoretic and Bayesian Approach for fmri data Analysis

A Novel Information Theoretic and Bayesian Approach for fmri data Analysis Proceedings of SPIE Medical Imaging 23, San Diego, CA, February 23. A Novel Information Theoretic and Bayesian Approach for fmri data Analysis Chandan Reddy *a, Alejandro Terrazas b,c a Department of Computer

More information

Diffusion MR fiber tracking uses the random motion of water

Diffusion MR fiber tracking uses the random motion of water ORIGINAL RESEARCH BRAIN High Angular Resolution Diffusion Imaging Probabilistic Tractography of the Auditory Radiation J.I. Berman, M.R. Lanza, L. Blaskey, J.C. Edgar, and T.P.L. Roberts ABSTRACT BACKGROUND

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

MR Diffusion-Based Inference of a Fiber Bundle Model from a Population of Subjects

MR Diffusion-Based Inference of a Fiber Bundle Model from a Population of Subjects MR Diffusion-Based Inference of a Fiber Bundle Model from a Population of Subjects V. El Kouby 1,3, Y. Cointepas 1,3, C. Poupon 1,3, D. Rivière 1,3, N. Golestani 1,2, J.-B. Poline 4, D. Le Bihan 1,3, and

More information

Basic fmri Design and Analysis. Preprocessing

Basic fmri Design and Analysis. Preprocessing Basic fmri Design and Analysis Preprocessing fmri Preprocessing Slice timing correction Geometric distortion correction Head motion correction Temporal filtering Intensity normalization Spatial filtering

More information

Speedup Altair RADIOSS Solvers Using NVIDIA GPU

Speedup Altair RADIOSS Solvers Using NVIDIA GPU Innovation Intelligence Speedup Altair RADIOSS Solvers Using NVIDIA GPU Eric LEQUINIOU, HPC Director Hongwei Zhou, Senior Software Developer May 16, 2012 Innovation Intelligence ALTAIR OVERVIEW Altair

More information

Paralization on GPU using CUDA An Introduction

Paralization on GPU using CUDA An Introduction Paralization on GPU using CUDA An Introduction Ehsan Nedaaee Oskoee 1 1 Department of Physics IASBS IPM Grid and HPC workshop IV, 2011 Outline 1 Introduction to GPU 2 Introduction to CUDA Graphics Processing

More information

Bias in Resampling-Based Thresholding of Statistical Maps in fmri

Bias in Resampling-Based Thresholding of Statistical Maps in fmri Bias in Resampling-Based Thresholding of Statistical Maps in fmri Ola Friman and Carl-Fredrik Westin Laboratory of Mathematics in Imaging, Department of Radiology Brigham and Women s Hospital, Harvard

More information

Ischemic Stroke Lesion Segmentation Proceedings 5th October 2015 Munich, Germany

Ischemic Stroke Lesion Segmentation   Proceedings 5th October 2015 Munich, Germany 0111010001110001101000100101010111100111011100100011011101110101101012 Ischemic Stroke Lesion Segmentation www.isles-challenge.org Proceedings 5th October 2015 Munich, Germany Preface Stroke is the second

More information

Acceleration of the Iterative Physical Optics Using Graphic Processing Unit. Abstract

Acceleration of the Iterative Physical Optics Using Graphic Processing Unit. Abstract THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 21 Nov.; 2(11), 112 11. http://dx.doi.org/1.1/kjkiees.21.2.11.112 ISSN 122-1 (Print) ISSN 2288-22X (Online) Acceleration of the

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

Title: Super-resolution track-density imaging studies of mouse brain: comparison to histology

Title: Super-resolution track-density imaging studies of mouse brain: comparison to histology Title: Super-resolution track-density imaging studies of mouse brain: comparison to histology Authors: Fernando Calamante, a,b, Jacques-Donald Tournier a,b, Nyoman D. Kurniawan c, Zhengyi Yang c, Erika

More information

FUNCTIONAL magnetic resonance imaging (fmri) is

FUNCTIONAL magnetic resonance imaging (fmri) is IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. X, NO. X, MARCH 2 A Bayesian Mixture Approach to Modeling Spatial Activation Patterns in Multi-site fmri Data Seyoung Kim, Padhraic Smyth, Member, IEEE, and Hal

More information

Statistical Analysis of Neuroimaging Data. Phebe Kemmer BIOS 516 Sept 24, 2015

Statistical Analysis of Neuroimaging Data. Phebe Kemmer BIOS 516 Sept 24, 2015 Statistical Analysis of Neuroimaging Data Phebe Kemmer BIOS 516 Sept 24, 2015 Review from last time Structural Imaging modalities MRI, CAT, DTI (diffusion tensor imaging) Functional Imaging modalities

More information

Parametric Response Surface Models for Analysis of Multi-Site fmri Data

Parametric Response Surface Models for Analysis of Multi-Site fmri Data Parametric Response Surface Models for Analysis of Multi-Site fmri Data Seyoung Kim 1, Padhraic Smyth 1, Hal Stern 1, Jessica Turner 2, and FIRST BIRN 1 Bren School of Information and Computer Sciences,

More information

Parallelization of Shortest Path Graph Kernels on Multi-Core CPUs and GPU

Parallelization of Shortest Path Graph Kernels on Multi-Core CPUs and GPU Parallelization of Shortest Path Graph Kernels on Multi-Core CPUs and GPU Lifan Xu Wei Wang Marco A. Alvarez John Cavazos Dongping Zhang Department of Computer and Information Science University of Delaware

More information

Graphical Models, Bayesian Method, Sampling, and Variational Inference

Graphical Models, Bayesian Method, Sampling, and Variational Inference Graphical Models, Bayesian Method, Sampling, and Variational Inference With Application in Function MRI Analysis and Other Imaging Problems Wei Liu Scientific Computing and Imaging Institute University

More information

arxiv: v1 [q-bio.qm] 27 May 2015

arxiv: v1 [q-bio.qm] 27 May 2015 Sparse multiway decomposition for analysis and modeling of diffusion imaging and tractography Cesar F. Caiafa Instituto Argentino de Radioastronomía (IAR) - CONICET, CCT-La Plata, Buenos Aires, ARGENTINA.

More information

Predicting Activation Across Individuals with Resting- State Functional Connectivity Based Multi-Atlas Label Fusion

Predicting Activation Across Individuals with Resting- State Functional Connectivity Based Multi-Atlas Label Fusion Predicting Activation Across Individuals with Resting- State Functional Connectivity Based Multi-Atlas Label Fusion The MIT Faculty has made this article openly available. Please share how this access

More information

Longitudinal Brain MRI Analysis with Uncertain Registration

Longitudinal Brain MRI Analysis with Uncertain Registration Longitudinal Brain MRI Analysis with Uncertain Registration Ivor J.A. Simpson 1,2,,MarkW.Woolrich 2,3,AdrianR.Groves 2, and Julia A. Schnabel 1 1 Institute of Biomedical Engineering, University of Oxford,

More information