week 2 - image processing concepts Flashcards

(29 cards)

1
Q

What is intensity non-uniformity/ bias field?
What does this look like in layman’s terms?
What is it caused by?

A

-artificial, smooth, low-frequency variations in image intensity that are not related to actual tissue properties
-changing of brightness towards the centre of the scan -> does not reflect tissue magnetic properties
-patient head movement, hardware imperfections, RF coil sensitivity differences

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does intensity non-uniformity correction or aka bias field correction do?

A

a preprocessing step which removes artificial, smooth brightness variations in MRI so that the same tissue has consistent intensity across the image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some structural MRI analysis methods?
(processing images)

A
  1. brain extraction
  2. tissue segmentation & tissue volume
  3. Masks
  4. image registration
  5. pulling it all together?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does brain extraction involve (aka skull stripping)?

A

removing/zeroing all voxels which are not the brain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does tissue segmentation distinguish?

A

distinguishes different tissue types like grey and white matter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do tissue probability maps (tpms) analyse MRI scanned images?

A

tpms remove all tissue which is not of interest (eg. grey matter tpm)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does a TPM calculate?
Are the values arbitrary?

A

percentage of each tissue type at a specific voxel - voxel values are now NOT arbitrary

eg.
0% CSF
43.53% white matter
56.47% grey matter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Can you calculate the overall volume of person’s grey matter/any tissue type from a single tissue segmentation image?
HOw is this calculated?

A

yes
for example answer would be 0.53 litres of grey matter

overall volume of GM/WM = total volume of all voxels identified having GM/WM timse mean value of those voxels

total volume x mean voxel value = overall volume of X in whole brain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why is it useful to know the total volume of white and grey matter or total brain volume in research?
What is the issue with using raw brain volume with many different patients?

A

-brain atrophy cause by neurodegenerative conditions (shrinkage of W or GM)
-people have naturally different sized brains

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which preprocessing techniques can you use to combat the issue that people have different sized brains when investigating total brain volume or total WM/GM volume?

A

FSL has a pipeline (sienax) that will give you grey and white matter volumes, normalised to the size of a person’s skull

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is masking?

A

eg. setting a threshold of a certain percentage of a tissue type in all voxels AND make threshold them binary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Do two different people have the same ‘image space’?
Do two separate scans from the same person have the same image space? why?

A
  • no, scans from different people will have different image spaces
  • not usually: it’s safest to assume any two different scans are in their own unique space
    -people can move around during scan etc
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is native space?

A

different image space unique to an individual

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is image registration and how does it affect ‘image space’?

A

image registration is a processing technique that moves, stretches and squishes one image to match the alignment of another

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the ‘target image’?

A

the other image is registered to it, so to make both of them have the same image space as the target image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does FLIRT stand for?
What is it used for?
What sort of transformations does it use?
What is the alternate use of FLIRT?

A

-FSL’s Linear Image Registration Tool
-Register images from the SAME person using linear transformations
-linear

-used as an initial step in a non-linear registration

17
Q

What do we want to reduce when using FLIRT?

A

the number of manoeuvres/transformation used as each one introduces more noise

18
Q

What degrees of freedom can you use for each FLIRT manoeuvre/transformation?

A

up to 12
so you can have a 6DOF etc

19
Q

What manoeuvre is used with 6 degrees of freedom with FLIRT?
What type of MRI images is it useful to do this manoeuvre with?
What is good about this manoeuvre?

A

rigid body registration
fMRI and DTI
it can shift the brain in many ways but WITHOUT deforming the actual shape (any stretching or squishing)

20
Q

What is FNIRT used for?
What does it stand for?

A

register different people’s brain together
FSL NON-linear Image Registration Transformation

21
Q

How is FNIRT classified as non-linear?

A

parts of the image can be differently warped in “uneven” ways

22
Q

What mathematical function does registration require? What does this function do?

A

cost function -> calculates how similar/dissimilar images are to each other (real & desired outcome)

23
Q

Are there multiples cost functions you can use to do an image registration with FLIRT?
How do you decide which cost function to use?

A

yes
depends on image modalities of the experiment - type of MRI eg T1, PET

24
Q

What is a pipeline?

A

a combination of all these techniques (mentioned) which attempt to complete a more complex goal

25
What is a template? How is it made? What are the advantages of using a template?
-average brain scan of multiple people -scanning many people and then registering their scans in same space and then taking the mathematical average -use template as a target image in registration
26
What is an alternate use of templates?
used to help automate segmentation of different brain regions, by knowing where a structure is in MNI template space and then registering a person’s brain to the template.
27
How can you efficiently and quickly mark all the ROIs in each image scan in a data set from 100 different people? (ROIs anatomical areas of brain)
1make a template from all images using NON-linear registration 2mark the ROIs on template 3do the opposite of registration so you can superimpose the ROIs on patient's native image space (for each person)
28
Why do we perform brain extraction?
to make the scan easier to analyse in subsequent steps
29
What are the five MRI image analysis processing steps?
1. Brain extraction 2. Tissue segmentation/tissue volume 3. Masks 4. Image registration 5. Pulling it all together