Final Flashcards

1
Q

Challenges to Trackin

A

1) Many Places its hard to compute optical flow
2) There can be large displacements since it could be moving rapidly. You need to take the dynamics into account.
3) Errors would compound or drift
4) Occlusions, dis-occlusions

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

Shi Tomasi Feature Tracker

A

Only compute motion where you should.

1) From frame to frame, track with lucas kanade and pure translation model
2) For each of the points you have tracked, is there an affine model to represent this translation

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

Tracking with Dynamics

A

This is used if the displacements are large because there is fast movement. Given a model of expected motion, preditucs where the object will occur in the next frame, even before seeing the image.
restricuts search of the object
imrpved estimates

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

Detection vs. Tracking

A

the incormproiation of dynamics is the differece between tracking and just detection. The detection is independent each time. Tracking we predice with estiamted dynamics and then update based on upon measurements.

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

Assumptions in Tracking

A

Continous Models of motion Paramenter
Objects do not appear and disappear instantly
Camera is not moving instantly
Gradual change in pose between scene and object

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

Prediction

A

What is the next state of the object given past measurements

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

Correction

A

Compute an update destiamte of the state from preduction and new measurments

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

Tracking

A

The process of propagation this posterior distribution of state given measurements across time

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

Tracking Simplyfying Assumptions

A

Only the Immediate Past maters

Measurements depend only on the current state

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

Tracking as Induction

A

Base Case:
Assume an initial prior tha tpredicts in the absense of any evidence
At the first frame tak ea mesurment and correct a predocution
Preditct for frame t + 1
Correct for frame t + 1

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

Prediction

A

Given t-1 information, then make a guess of t

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

Correction

A

now predict again with the yt using again. This ues Bayes rule P(A|B) = P(B|A)P(A)/P(B)

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

Kalman Filter

A

Linear Dynamics Models in gaussian noise

State densities are gaussian

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

Partical Filterting

A

Relies on non gaussian distributions

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

Perturbation

A

This is equivalent to the dynamics model

Known ways the world should change that are modeled by the filter

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

Bayes Filter Framework

A

1) Priort probability of the system state p(x)
2) Action (dynamical system) model)
p(x..t|u..t-1, x..t-1)
3) Sensor Model (likelihood) p(z|x)
if the object is someplace what is the likeliehood of my measurement
4) Stream of Observations z and action data
u: data = {u1,z2,….

17
Q

Object Categorization

A

Given some number training instances find images with recognized labels from the training instances

18
Q

Risk

A

is the sum of the loss function times the probability of that incorrect classification happening