MHT Tracker Flashcards

1
Q

What is the main idea behind Multiple Hypotheses Tracking (MHT)?

A

MHT involves processing all measurements to build multiple hypotheses due to sensor measurements being correct or clutter.

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

How does MHT handle the possibility of sensor detection failure?

A

MHT accounts for the possibility that a sensor may not detect an object by creating hypotheses for both detection and non-detection scenarios.

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

What is the role of the likelihood function in MHT?

A

The likelihood function in MHT is used to determine the probability that a measurement is correct, with all other measurements being false.

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

How does MHT manage the exponential growth in the number of hypotheses?

A

MHT uses techniques like gating, pruning, and hypothesis tree to manage the growth of hypotheses.

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

What is the significance of the Kalman Gain Matrix in the context of MHT?

A

The Kalman Gain Matrix is used to update the estimate of the state of a system by weighing the error covariance of the estimate.

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

In MHT, what is meant by ‘strong children’ and ‘weak children’?

A

‘Strong children’ refer to hypotheses with high likelihood, which strengthen their ‘parent’ hypotheses. ‘Weak children’ have low likelihood and can weaken strong parents.

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

How does the concept of retrodiction apply to MHT?

A

Retrodiction in MHT involves smoothing past states based on new information to improve the accuracy of the tracking.

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

What is the purpose of using multiple dynamic models in MHT?

A

Multiple dynamic models in MHT are used to account for different phases of target movement, improving tracking accuracy.

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

How does the Unscented Kalman Filter differ from the standard Kalman Filter in the context of MHT?

A

The Unscented Kalman Filter is used in MHT to better handle non-linear dynamics by approximating the probability distribution of states.

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

What is the Fokker-Planck Equation and how is it related to MHT?

A

The Fokker-Planck Equation describes the time evolution of the probability density function of the velocity of a particle, which is relevant for predicting movement in MHT.

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

What distinguishes MHT from other tracking algorithms?

A

MHT builds a tree of potential track hypotheses for each candidate target, providing a systematic solution to the data association problem. Unlike some other methods, MHT considers multiple association hypotheses over time, postponing difficult decisions until more data is available.

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

How does MHT handle unreliable sensor detections?

A

MHT accounts for sensor detection failures by creating hypotheses for both detection and non-detection scenarios. It maintains a list of potential hypotheses based on sensor measurements, allowing flexibility in handling uncertain detections.

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

What role does the likelihood function play in MHT?

A

The likelihood function in MHT calculates the probability that a measurement is correct, considering all other measurements as false. It is crucial for evaluating the likelihood of different track hypotheses and making informed decisions.

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

How does MHT manage the exponential growth of hypotheses?

A

MHT employs techniques like gating, pruning, and hypothesis trees to manage the growth of hypotheses. These methods help keep the number of track hypotheses manageable despite the combinatorial explosion.

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

What are ‘strong children’ and ‘weak children’ in MHT?

A

In MHT, ‘strong children’ refer to hypotheses with high likelihood, which strengthen their ‘parent’ hypotheses. Conversely, ‘weak children’ have low likelihood and can weaken strong parents. Balancing these relationships is essential for accurate tracking.

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

How does retrodiction enhance MHT performance?

A

Retrodiction in MHT involves smoothing past states based on new information. By considering historical data, MHT refines estimates and improves tracking accuracy, especially in scenarios with noisy measurements.

17
Q

Why does MHT use multiple dynamic models?

A

MHT employs multiple dynamic models to account for different phases of target movement. By considering various motion models, MHT adapts to varying dynamics and enhances tracking performance.

18
Q

What distinguishes the Unscented Kalman Filter in MHT?

A

The Unscented Kalman Filter, used in MHT, handles non-linear dynamics more accurately than the standard Kalman Filter. It approximates the probability distribution of states, improving tracking in complex scenarios.