intro to imaging analysis and data L3 Flashcards
what are the main neuroimaging data formats used in analysis?
- DICOM
- Analyse 7.5
- NiFTI
what are the typical preprocessing steps for neuroimaging data?
- correcting for mechanical artefacts
- poor signal-to-noise ratio
- slice timing corrections
-realignment
-normalisation
-spatial smoothing
what are the 6 degree of freedom (DoF) in rigid body registration?
3 translations (X,Y,Z) and 3 rotations
describe the characteristics of analyse 7.5 and NifTI formats
- analyse 7.5 only has info about image itself
- NifTI is an improved version of analyse 7.5 that adds MR parameters to the header like Tr and Te and voxel dimension
what is slice-timing correction and why is it necessary?
- it accounts foe the fact that different brain slices are sampled at different time points in the BOLD repsonse
- this is because we sample the brain in lots of 2d slices rather than getting a 3D image simultaneously
- without correction the time series data may be mixture of signals from different parts of the brain
what do MRI scanners output the data as? and what is it then converted to?
- output in the format of DICOM
which ahs both image data and metadata( patient details) - but since its not suitable for neuroimaging it is converted ti NifTI or Analyse 7.5
NifTI vs Analyse 7.5? whats the difference
nifti:
- has parameters that analyse 7.5 doesnt have like:
- Tr, Te, voxel size
- can handle 4D
- for more specific parameters
Analyse 7.5:
- has basic information about the image like dimension/orientation
- limited to only to 3D data and thus cant handle time0series data like fMRI
define the preprocessing tricks simply:
- realignment = corrects for patient movements
- normalisation = aligns brain images to a standard template
- co-registration = aligns functional (fMRI) and structural(anatomical) data from the same subject
- smoothing = applies filters to reduce noise and enhance signal
what is the difference between fMRI and MRI ?
fMRI ( function):
- measures the brain activity by detecting changes in blood 02 levels, allowing for the study of functional processes in the brain
MRI (structure):
- detail of anatomical images of brain and body structure
explain the concept of interpolation in slice-timing correction
- interpolation replaces a value based on the two adjacent time points and the reference slice
- ## sync interpolation is more commonly used than linear interpolation to avoid signal distortion
describe the process of realignment in fMRI data preprocessing? and what gets involved in terms of RBR( rigid body resgistration)?
- realignment ensures that each voxel samples the signal from the same part of the brain over time by correcting for head movement
- moves each volume towards the first or average volume using rigid body registration
- rigid body registration involves translation and rotation along the X,Y,Z axes resulting in 5 DoF
what are the challenges associated with head motion in fMRI?
- movement greater than 1 voxel is a problem
- realignment minimises the mean square error between adjacent brain volumes to correct for motion
explain the two steps involved in normalisation
- Affine (liear) transformation= involves 12 parameters:
- translation
- rotation
- stretches
- shears
and makes the brain approx the same shape and size of the template ( Talairach Atlas) - Non linear warping/deformation = this optional step uses DCT ( discrete cosine transform) ro refine the alignement
describe the role of DCTs and regularisation in non-linear warping
- show local deformation of the brain images
- they are flexible so we need to make sure that the adjustments don’t distort the actual shape of the brain
- regularisation minimises the mean square error between the template and source image ,AKA keeps the changes realistic
what is co-registration and why is it used?
- EPI images can lose signal esp in the frontal and temporal regions of brain.
- to improve normalisation accuracy, co-registration is used
- co reg aligns functional (EPI ) images and structural images
- since functional and structural images have different contrast, methods like MSE ( mean square error) are not good in measuring the alignment so instead mutual information or shared entropy is used to maximise the shared info between 2 types of images