Week Five - Medical Data Registration & Fusion Flashcards

1
Q

What is the difference between image registration and fusion?

A
Registration = image aligning
Fusion = registration + combination (merging)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define image registration.

A

The process of transforming different sets of data into one coordinate system. It aims to spatially match data sets that may differ in time of acquisition, imaging device, and acquisition angle.

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

What is the purpose of monomodal image registration?

A

To register scans from the same imaging technique in temporal studies to evaluate disease progression.

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

What is the purpose of multimodal image registration?

A

To combine information from different imaging modalities in order to correlate anatomical structure with functional information.

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

What is an atlas?

A

A database of medical images that can be used to automatically segment, label, or interpret different tissues; and study anatomical/functional variability.

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

What advantage does image guided surgery have over conventional surgery?

A

Conventional surgery relies on direct vision, whereas image guided surgery allows planning and navigation by the registration of images to physical space when operating.

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

What role does registration play in image guided surgery? (3 things)

A

Register:

  1. Anatomical images with patient
  2. Intra-operative images with patient
  3. Segmented anatomical images with intra-operative images
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the steps involved in the registration framework?

A

Reference image + study image - Similarity measure - Optimisation - Transformation & Interpolation

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

What is interpolation?

A

Uses known data to estimate data at unknown points. When an image undergoes a transformation, each pixel might not map exactly to the centre of a pixel in the output image - so interpolation is used to predict the value of that pixel.

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

Name 3 commonly used interpolation methods.

A

Nearest neighbour, linear, bi-linear.

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

What is the purpose of an optimisation algorithm?

A

To search for the optimal transformation to maximise the similarity measure.

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

Describe the Powell algorithm.

A

An optimisation algorithm that performs a succession of 1D optimisations, finding the best solution for each variable; and the single variable optimisations are used to determine the new search direction.

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

Define transformation.

A

To relate the pixels of a study image to the corresponding points of a reference image.

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

Name three types of transformations.

A

Rigid - preserves lengths and angles (corrects translation and rotation)
Affine - maps parallel lines to parallel lines (corrects skewing)
Deformable - corrects dramatic deformations caused by changes of tissue structure, difference in shape of organs etc.

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

Name 4 applications of deformable transformations.

A

Matching atlas to patients.
Inter-subject registrations.
Temporal deformations.
Between pre- and intra-operative.

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

What are the two central types of registration strategies?

A

Feature based and intensity based.

17
Q

Describe fiducial marker registration.

A

Artificial markers are placed on the subject e.g. stereo-tactic frames, skin markers.

18
Q

What is the difference between feature based and intensity based registration?

A

Feature based - establish a correspondence between distinct points, before a geometrical transformation is used to map the target image to the reference image.
Intensity based - compares intensity patterns in images via correlation metrics.

19
Q

What are the three main types of feature based registrations?

A

Point/landmark
Contour
Surface

20
Q

What are the three steps involved in feature based registration?

A
  1. Pre-processing (segmentation)
  2. Registering
  3. Verifying
21
Q

What is an advantage and a disadvantage of feature based registration?

A

Transformation in analytic form allows for efficient computation.
Highly dependent on success of pre-processing.

22
Q

What are some advantages (2) and disadvantages (1) to intensity based registration?

A

No preprocessing, automatic.

Low computational efficiency.

23
Q

Why is intensity based registration only used for monomodal images?

A

Sensitive to intensity changes, therefore works best with 2 images with similar intensities. Correlation metrics only works when there is a linear dependence between intensities - which doesn’t happen across image modes.

24
Q

What are two similarity measures used in intensity based registration?

A

Sum of squared differences, sum of absolute differences. Minimum in case of perfect match.