Probability Hypothesis Density Filter
Matthieu Bloch
Thursday, December 1, 2022
Today in ECE 6555
- Announcements
- 2 lectures left (including today)
- One more homework (optional, I didn't realize how close the end of
the semester was…)
- One final exam take-home
- Last time
- Gaussian processes
- Check office hours video for discussion of
- Today
- PhD filter for multi-target tracking
- Questions?
Single target tracking
- Probabilistic state-space model
- State vector
- Markov process or order 1 with transition density governing state
evolution
- Observation
- Noisy observation with lieklihood
- Bayesian filtering
- Initialization: start from known
- For
- Prediction: compute by Chapman-Kolmogorov
equation
- Update: compute by Bayes' rule
Multi-target tracking
- Multi-target tracking extends the problem to multiple
objects
- At time , targets with state vectors , each in
- Targets may die, evolve, or new targets may appear
- At time , measurements , each in
- Measurements cannot be associated to targets
- No ordering on the targets and measurements (no
association)
- Represented as collections ,
- Collections modeled as random finite sets (RFS) to model
undertainty
- RFS model
- Given , each target
survives with
probability or
dies
- Conditioned on existence, state in evolves according to
- A given state can
evolve either into an RFS equal to or
- Spontaneous births of targets described by independent RFS
- Existing target can spawn
new targets described by independent RFS
PhD filter
- Probability Hypothesis Density filter is analogous to the
Kalman filter for single-target tracking
- Approximation to alleviate computational burden in the
multiple-target Bayes filter
- Propagates a first-order statistical moment of the posterior
multiple-target state
- Intensity function: first- order moment of RFS
- Intensity if
such that for any
- is the
expected number of targets in
- local maxima of can be used
to generated estimate of elements in
- Poisson RFS
- Completely characterized by intensity function
- is poisson with
mean
- elements of are i.i.d.
according to the probability density function
- Clutter, Birth, Spawn RFS modeled as Poisson RFS
PhD filter
- Intensities
- : intensity of birth
RFS
- :
intensity of spawn RFS
- : probability that
target survives
- : probability that
target is detected
- : intensity of clutter
RFS
- Assumptions
- Each target evolves and generates observations independently of one
another
- Clutter is Poisson and independent of target-originated
measurements
- The predicted multiple-target RFS governed by is Poisson
- approximation but true without spawning if and Poisson
- Recursions for intensity
Linear gaussian models
Linear Gaussian models for dynamics and
measurment
Survival and detection probabilities state
independent
Gaussian mixtures for birth and spawn
intensities
Key insight: Gaussian mixtures are
preserved
Gaussian Mixture PhD recursion (1/3)
Gaussian Mixture PhD recursion (2/3)
Gaussian Mixture PhD recursion (3/3)


1/1
Probability Hypothesis Density Filter
Matthieu Bloch
Thursday, December 1, 2022