Image Registration Flashcards

1
Q

What can the meta information of a image contain?

A

Scale, Orientation, Position…

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

What is a rigid transformation and how many degree of freedoms does it have?

A

Rotation + translation, 3/6

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

What is a similarity transformation and how many degree of freedoms does it have?

A

rigid + uniform scaling, 4/7

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

What is a afine transformation and how many degree of freedoms does it have?

A

rigid + non-uniform scaling + shear, 6/12

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

How can we perform a shear transformation?

A

HSH^-1 where H is rotation and S is scaling

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

What uses has image registration?

A

Panorama stitching, optical flow, comparission (e.g. medical)…

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

What is the assumption behind SSD (sum of squared differences) and SAD (sum of absolute differences) cost functions for intensity registration?

A
  1. Identity relation between intesity distributions

2. Mono modal

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

What is the assumption behind CC (Correlation coefficient) cost functions for intensity registration?

A
  1. Linear relation between intesity distributions

2. Mono modal.

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

How can we create a cost function using 2d histograms of intensities for intensity registration?

A

Search for a registration with where the 2d histogram has most high-value bins. The most used cost function is:
D_NMI = - NMI = (H(I) + H(J)) / H(I,J)

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

What is the assumption behind D_NMI (Dissimilarity Normal Mutual Information) cost functions for intensity registration?

A
  1. Statistical relation

2. Can be multi modal

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

Where in two images is the disimilarity meassured

A

Only in the overlap of the registration

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

How can we leviate the problem of local minimas in Image registration?

A

Do registration on pyramids of gaussians.

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

What are some heuristics for image registration initialization?

A
  1. Initialize to center of images

2. Inaitalize to center of mass

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

What kind of search do we usually use for image registration?

A

Iterative search. (Gradient descent, bayesian optimization…)

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

What kind of architectures do we often use for image registration with neural networks?

A

Convolutional similar to architectures used for image segmentation.

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

What kind of datasets can be used for training of neural networks in image registration?

A

Syntetic data, (Computer generated video, Flying chairs…)

17
Q

What is the FlowNet 2.0?

A

A network for optical flow using a 3 network pipeline for large displacement and a parallel network for small displacement.

18
Q

What is the idea behind a spacial transformer network?

A

Add a network that learns parameters for a spacial transform before a classification network. The spacial transform is performed to the input of the classification network. The transform network is not trained directly, but trained by backpropagating classification errors.

19
Q

What is the idea behind the TeTrIs network?

A

Feed the image and a shape prior to a neural network that finds the transformation parameters. Perform the transformation on the prior.

20
Q

What is the formula for CC (Correlation coefficient)

A

covariance / (sigma_1 * sigma_2)