Statistical Parametric Mapping Lecture 11 - Chapter 13 Head motion and correction Textbook: Functional MRI an introduction to methods, Peter Jezzard, Paul.

Slides:



Advertisements
Similar presentations
VBM Voxel-based morphometry
Advertisements

Realignment – Motion Correction (gif from FMRIB at Oxford)
Concepts of SPM data analysis Marieke Schölvinck.
Gordon Wright & Marie de Guzman 15 December 2010 Co-registration & Spatial Normalisation.
Medical Image Registration Kumar Rajamani. Registration Spatial transform that maps points from one image to corresponding points in another image.
Statistical Parametric Mapping
Links and Joints.
Introduction to Functional and Anatomical Brain MRI Research Dr. Henk Cremers Dr. Sarah Keedy 1.
Basics of fMRI Preprocessing Douglas N. Greve
OverviewOverview Motion correction Smoothing kernel Spatial normalisation Standard template fMRI time-series Statistical Parametric Map General Linear.
SPM5 Tutorial, Part 1 fMRI preprocessing Tiffany Elliott May
The BRAINs Orientation
Coregistration and Normalisation By Lieke de Boer & Julie Guerin.
Preprocessing: Coregistration and Spatial Normalisation Cassy Fiford and Demis Kia Methods for Dummies 2014 With thanks to Gabriel Ziegler.
Realigning and Unwarping MfD
Statistical Parametric Mapping
JOAQUÍN NAVAJAS SARAH BUCK 2014 fMRI data pre-processing Methods for Dummies Realigning and unwarping.
Structural and Functional Imaging This is a Functional MRI Image !?
CSci 6971: Image Registration Lecture 3: Images and Transformations January 20, 2004 Prof. Chuck Stewart, RPI Dr. Luis Ibanez, Kitware Prof. Chuck Stewart,
Motion Analysis (contd.) Slides are from RPI Registration Class.
Used slides/content with permission from
Motion Analysis (contd.) Slides are from RPI Registration Class.
Ch. 2: Rigid Body Motions and Homogeneous Transforms
3D orientation.
Preprocessing ROI Image Geometry
Haskins fMRI Workshop Part I: Data Acquisition & Preprocessing.
FMRI Preprocessing John Ashburner. Contents *Preliminaries *Rigid-Body and Affine Transformations *Optimisation and Objective Functions *Transformations.
Intro to FreeSurfer Jargon
Lecture 24: Cross-correlation and spectral analysis MP574.
Co-registration and Spatial Normalisation
Statistical Parametric Mapping Lecture 9 - Chapter 11 Overview of fMRI analysis Textbook: Functional MRI an introduction to methods, Peter Jezzard, Paul.
CSE554AlignmentSlide 1 CSE 554 Lecture 8: Alignment Fall 2014.
Preprocessing of FMRI Data fMRI Graduate Course October 23, 2002.
Research course on functional magnetic resonance imaging Lecture 2
An Example Using PET for Statistical Parametric Mapping An Example Using PET for Statistical Parametric Mapping Jack L. Lancaster, Ph.D. Presented to SPM.
CSE 681 Review: Transformations. CSE 681 Transformations Modeling transformations build complex models by positioning (transforming) simple components.
OPTIMIZATION OF FUNCTIONAL BRAIN ROIS VIA MAXIMIZATION OF CONSISTENCY OF STRUCTURAL CONNECTIVITY PROFILES Dajiang Zhu Computer Science Department The University.
CSci 6971: Image Registration Lecture 3: Images and Transformations March 1, 2005 Prof. Charlene Tsai.
Coregistration and Spatial Normalisation
Coregistration and Spatial Normalization Jan 11th
Medical Image Analysis Image Registration Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.
NA-MIC National Alliance for Medical Image Computing Registering Image Volumes in Slicer Steve Pieper.
Spatio-Temporal Free-Form Registration of Cardiac MR Image Sequences Antonios Perperidis s /02/2006.
Jeff J. Orchard, M. Stella Atkins School of Computing Science, Simon Fraser University Freire et al. (1) pointed out that least squares based registration.
CS 376b Introduction to Computer Vision 04 / 28 / 2008 Instructor: Michael Eckmann.
SPM Pre-Processing Oli Gearing + Jack Kelly Methods for Dummies
MultiModality Registration Using Hilbert-Schmidt Estimators By: Srinivas Peddi Computer Integrated Surgery II April 6 th, 2001.
1 st level analysis: Design matrix, contrasts, and inference Stephane De Brito & Fiona McNabe.
Forward Kinematics Where is my hand ?. Examples Denavit-Hartenberg Specialized description of articulated figures (joints) Each joint has only one degree.
Positron Emission Tomography - training - IBRO CEERC Summer School 2005 Miklós Emri, Iván Valastyán, Gábor Opposits PET Center University of Debrecen 2005.
EE 495 Modern Navigation Systems Navigation Mathematics Rotation Matrices – Part II Wednesday, Jan 14 EE 495 Modern Navigation Systems Slide 1 of 21.
Intro to FreeSurfer Jargon. voxel surface volume vertex surface-based recon cortical, subcortical parcellation/segmentation registration, morph, deform,
Multimodal Integration surfer.nmr.mgh.harvard.edu.
CS 325 Introduction to Computer Graphics 02 / 19 / 2010 Instructor: Michael Eckmann.
MfD Co-registration and Normalisation in SPM
INTRODUCTION TO DYNAMICS ANALYSIS OF ROBOTS (Part 2)
Ki-Chang Kwak. Average Brain Templates Used for Registration.
Multimodal Integration: Registration
University of Ioannina
Surface-based Analysis: Inter-subject Registration and Smoothing
Intro to FreeSurfer Jargon
Surface-based Analysis: Intersubject Registration and Smoothing
Surface-based Analysis: Intersubject Registration and Smoothing
Intro to FreeSurfer Jargon
Computational Neuroanatomy for Dummies
Image Preprocessing for Idiots
Intro to FreeSurfer Jargon
Intro to FreeSurfer Jargon
Preprocessing: Coregistration and Spatial Normalisation
Vahe Poghosyan, Andreas A. Ioannides  Neuron 
Presentation transcript:

Statistical Parametric Mapping Lecture 11 - Chapter 13 Head motion and correction Textbook: Functional MRI an introduction to methods, Peter Jezzard, Paul Matthews, and Stephen Smith Many thanks to those that share their MRI slides online

Head motion correction by MCFLIRT FSL software for Motion Correction using FMRIB’s Linear Image Registration Tool - FLIRT.

1 43 2

4x4 Affine transform matrix used with 3-D images m14, m24, and m34 are x, y, and z translations 3 each rotations, scales, shears Let R represent (x, y, z) column vectors and M the 4x4 transform matrix R’ = M R when you want to calculate primed location from unprimed one R = M -1 R’ when you want to calculate unprimed location from primed one

4x4 translation matrix T (3 parameters) 4x4 scale matrix S (3 parameters) rotation matrix Rx for rotation about x-axis (1 parameter) rotation matrix Ry for rotation about y-axis (1 parameter) rotation matrix Rz for rotation about z-axis (1 parameter) M= [S][Rx][Ry][Rz][T] Order of matrices important. Above ordering does translations first to match origins, then rotations about new origin, and finally scaling of the aligned image. For MC of fMRI no scale, i.e. use only 3 translation and 3 rotation parameters.

1 43 2

Mango provides these three interpolation options when saving an image with transform applied. Nearest neighbor leads to similar image histograms in transformed images but least accurate in terms of interpolation values. Sinc interpolation is considered to be the most accurate. Trilinear is intermediate in quality but relatively fast.

1 43 2

Motion Correction Same Modality

1 43 2

1 3 2

Talariach's Coordinate System AC-PC line AC as origin Bounding Box –136 x 172 x 118 mm Right-handed system Z = +1 mm Origin (AC)

Averages of Anatomy & Function Average MRI - 16 Subjects ( 3-D Gradient Echo ) Average PET - 15 Subjects ( FDG )

Fitted AC-PC Line CCTNSCCB Manual SN with High-Resolution MRI Mango has a plugin for fitting high resolution MRI to the Talairach standard.

PET SPECT MRI CT Multi-modality registration to a standard brain space (i.e. a particular brain atlas).

Using FLIRT to fit a T1W MR image to the MNI305 3-D average brain template (template brain feature outline indicated by red lines). Note the large rotation about the y-axis indicated in the left image.

Atlas Based Registration of fMRI MNI152 structural brain template is average of D T1W images after affine registration. MNI152structuralEPI M1M2 M= [M2][M1] What is a 7 DOF transform? All three scales are identical to correct for possible differences in spatial calibrations.

Global (affine) vs. Regional (warping) to target brain 4x4 affine transform registration to target brain High degree of freedom warp to register to target brain (~2x10 5 deformation vectors) Target Brain This could be stage 2 in fMRI alignment to atlas.

1 43 2

R’ = MR For 6 DOFs M includes rotations about x, y, and z axes and translations along x, y, and z. Total motion is calculated from distance = {(x’-x) 2 + (y’-y) 2 +(z’-z) 2 } 1/2 calculated for each voxel within the brain. 12

Figure Motion correction in a finger tapping experiment. Fig 1a (left) shows the motion component ( z translation) exhibiting the strongest stimulus-correlated motion. The experimental “on” periods are shown at the bottom of the figure. Fig 1b (right) shows a set of superior axial images with no correction (top row), after realignment to template only (middle row) and following full correction including z-motion in regression analysis ( bottom row). Full correction models signal loss due to movement.

Figure Motion correction in a visual stimulation experiment. Fig 2a (left) shows the motion component ( z translation) exhibiting the strongest stimulus-correlated motion. The experimental “on” periods are shown at the bottom. Fig 2b (right) shows a set of superior axial images with no correction (top row), after realignment only (middle row) and following full correction( bottom row)

Figure Two slices from a group activation map ( n=6) in schizophrenic patients before ( upper row) and after (lower row) group correction for subject motion.

No MC MC visual auditory