Midterm Exam Flashcards

1
Q

A histogram filter is an example of a __________ filter.

A

Discrete

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

A Kalman Filter is an example of a ____________ filter.

A

Continuous

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

Histogram Filter beliefs are unimodal? (True/False)

A

False. They are multimodal (i.e. it can represent multiple Gaussian “bumps”.)

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

Kalman Filter beliefs are unimodal? (True/False)

A

True

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

Histogram filters are represented as grids? (True/False)

A

True

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

Kalman filters are represented by Gaussians? (True/False)

A

True

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

Is the efficiency of a histogram filter quadratic or exponential?

A

Exponential. Any k-dimensional space when subdivided into grids the number of cells scales exponentially. This means it works best for low dimensional problems.

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

Is the efficiency of a Kalman filter quadratic or exponential?

A

Quadratic. This is because the problem is defined using a vector that contains the means, and then a covariance matrix that is quadratic. The reason for this is that if your measurement space is fixed size, it always scales quadratically. (Video says to just take this on faith.)

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

In a robotics context, is a histogram filter an EXACT or APPROXIMATE estimate of the a posteriori distribution?

A

Approximate. This is because of the discretization. Since we’re binning things we lose information on the precise location.

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

In a robotics context, is a Kalman filter an EXACT or APPROXIMATE estimate of the a posteriori distribution?

A

Approximate. The lecture video just says the math is too involved, but that the KF is exact only for linear systems. Since practically every real-world application is non-linear, this means that KF can be considered approximates.

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

A Particle Filter is an example of a ____________ filter.

A

Continuous

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

Particle Filter beliefs are multi-modal? (True/False)

A

True

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

In a robotics context, is a Particle Filter an EXACT or APPROXIMATE estimate of the a posteriori distribution?

A

Approximate

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

Is the efficiency of a Particle Filter quadratic or exponential?

A

Neither (or unknown). Trick question. This is something the jury is still out on. Research is ongoing.

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

What is the key advantage of particle filters?

A

They’re very easy to program.

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