Save
Z - Old
Probalistc Models
Part 6
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Merel DJ
Visit profile
Subdecks (2)
Part 6b : Kalman Filters
Z - Old > Probalistc Models > Part 6
13 cards
Part 6a : Hidden Markov Models
Z - Old > Probalistc Models > Part 6
34 cards
Cards (67)
State-Observation Models as Distributions
A)
Joint Distribution
B)
i
C)
i-1
D)
O^i
E)
S^i
F)
S^0
6
Three common inference tasks in S-O-Models
Filtering
/
tracking
Smoothing
Prediction
Filtering
/
tracking
Compute our
belief
about the
current system state
given all observations so
far
Smoothing
Compute the
posterior distribution
over the
system state
at time t given all of the
evidence
over some longer
trajectory
Prediction
: given all the observation up to t, predict the
distribution
over some
future states
3 Common Inference Tasks in S-O-Models
A)
Filtering/tracking
B)
Smoothing
C)
Prediction
3
Hindsight
: Later information may change our
belief
about
previous states
that the
system
might have gone through
Filtering
problems :
sum
out over a large number of
hidden
variables
must keep entire
histroy
of observations
Exact inference in S-O Models
A)
4x100+3
1
Recursive inductive update algorithm :
propagate state
forward
take into account
new observation
Posterior
Belief State :
P
(
S
(
t
+
1
)
∣
o
(
1
:
t
+
1
)
P(S^{(t+1)} | o^{(1:t+1)}
P
(
S
(
t
+
1
)
∣
o
(
1
:
t
+
1
)
The general filtering algorithm
A)
Propagate state distribution forwards
B)
Condition on new observation
2
Forward step
A)
initialisation
B)
state propagation
C)
Conditioning and re-normalisation
3
Prediction (converge to the stationary distribution of the Markov process)
A)
Transition Model
1
Trick to smoothing
is to devide the task into two parts - the evidence up to k and the evidence from k+1 to T
Smoothing
A)
forward message
B)
backward message
C)
Forward-Backward Algortihm
3
The forward backward algorithm
A)
Initialise
B)
forward pass
C)
store
D)
Initialise b
E)
Backward pass
5
Forward pass
go
forward
in
time
,
estimate probability distribution
over
current state
, given observations so
far
Backward pass
go backward in time, in each step correct forward estimate by considering what happened later
Summary over general problems
A)
intractable
B)
exponential
C)
sum
D)
possible states
3
See all 67 cards