rao-blackwellised particle filtering for dynamic bayesian networks

21
Rao-Blackwellised Parti Rao-Blackwellised Parti cle Filtering for Dynam cle Filtering for Dynam ic Bayesian Networks ic Bayesian Networks -Arnaud Doucet, Nando de Freitas et al, UAI 2000-

Upload: scott

Post on 31-Jan-2016

36 views

Category:

Documents


0 download

DESCRIPTION

Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks. -Arnaud Doucet, Nando de Freitas et al, UAI 2000-. outline. Introduction Problem Formulation Importance Sampling and Rao-Blackwellisation Rao-Blackwellisation Particle Filter Example Conclusion. Introduction. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

Rao-Blackwellised Particle FilteriRao-Blackwellised Particle Filtering for Dynamic Bayesian Networng for Dynamic Bayesian Networ

ksks-Arnaud Doucet, Nando de Freitas

et al, UAI 2000-

Page 2: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

outlineoutline

IntroductionProblem FormulationImportance Sampling and Rao-BlackwellisationRao-Blackwellisation Particle FilterExampleConclusion

Page 3: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

IntroductionIntroductionFamous state estimaton algorithm, The Kalman filter and the HMM filter, are only applicable to linear-Gaussian models and if state space is so large, the computatuion cost becomes too expensive.Sequential Monte Carlo methods(Particle Filtering) have been introduced (Handschine and Mayne,1969) to handle large state model.

Page 4: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

Particle Filtering(PF) = “condensation” = “sequential Monte Carlo” = “survival of the fittest”

PF can treat any type of probability distribution,nonlinearity and non-stationarity.

PF are powerful sampling based inference/learning algorithms for DBNs

Page 5: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

Drawback of PF Inefficent in high-dimensional spaces (Variance becomes so large)

Solution Rao-Balckwellisation, that is, sample a subset of

the variables allowing the remainder to be integrated out exactly. The resulting estimates can be shown to have lower variance.

Rao-Blackwell Theorem

Page 6: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

Problem FormulationProblem FormulationModel : general state space model/DBN with hidden variables and observed variables Objective:

or filtering density To solve this problem,one need approximation sc

hemes because of intractable integrals

tzty

)|( :1 tt yzp

Page 7: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

Additive assumption in this paper: Divide hidden variables into two groups,

Conditional posterior distribution

is analytically tractable We only need to focus on estimating

Which lies in a space of reduced dimension

tt xandr

),|( :0:1:0 ttt ryxp)|( :1:0 tt yrp

Page 8: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

3.Importance Sampling and Rao3.Importance Sampling and Rao-Blackwellisation-Blackwellisation

Monte Carlo integration

Page 9: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

But it’s impossible to sample efficiently from the “target” posterior distribution .

Importance Sampling Method (Alternative way)

) | (:1 : 0 , : 0t t ty x r p

dxxgxg

xfdxxffI t )(

)(

)()()(

Weight function

Importance function

Page 10: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

Point mass approximation

Normalized

Importance weight

Page 11: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks
Page 12: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

In case, we can marginalize out analytically

tx :0

Page 13: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

ExampleExample

Page 14: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

We can estimate with a reduced variance)( tfI

Page 15: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

4.Rao-Blackwellisation Particle Filters4.Rao-Blackwellisation Particle Filters

Page 16: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

4.1Implementation Issues4.1Implementation IssuesSequential Importance Sampling Restrict importance function

We can obtain recursive formulas

and obtain “incremental weight” is given by

ttt wrwrw )()( 1:0:0

Page 17: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

Choice of importance Distribution Simplest choice is to just sample from the

prior, => it can be inefficent, since it ignores the most recent evidence, .

“optimal” importance distribution:Minimizing the variance of the importance weig

ht.

)|( 1tt rrp

ty

Page 18: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

But it is often too expensive.Several Deterministic approximations to the optimal distribution have been proposed, see for example(de Freitas 1999,Doucet 1998)Selection step Using Resampling : elimate samples with l

ow importance weight and multiply samples with high importance weight. ( ex: residual sampling, stratified sampling, multinomial sampling)

Page 19: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

Examples: Examples: On-Line Regression and MoOn-Line Regression and Model Selection with Neural Networkdel Selection with Neural Network

Goal :

It is paossible to simulate and to compute coefficent analytically using Kalman filters.This is because the output of the neural network is linear in

ttt andku ,

t

t

Number of basis function

Page 20: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks
Page 21: Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks

Conclusions and ExtensionsConclusions and Extensions

Successful application Conditionaliiy linear Gaussian state-space model

s Conditionally finite state-space HMMs

Possible extensions Dynamic models for counting observations Dynamic models with a time-varying unknown cov

ariance matrix for the dynamic noise Calsses of the exponential family state space mo

dels etc..