18
Page 1! Particle Filters Pieter Abbeel UC Berkeley EECS Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: AAAAAAAAAAAAA 2 §For continuous spaces: often no analytical formulas for Bayes filter updates §Solution 1: Histogram Filters: (not studied in this lecture) §Partition the state space §Keep track of probability for each partition §Challenges: §What is the dynamics for the partitioned model? §What is the measurement model? §Often very fine resolution required to get reasonable results §Solution 2: Particle Filters: §Represent belief by random samples §Can use actual dynamics and measurement models §Naturally allocates computational resources where required (~ adaptive resolution) §Aka Monte Carlo filter, Survival of the fittest, Condensation, Bootstrap filter Motivation

Particle Filters++ Pieter Abbeel UC Berkeley EECS Many slides adapted from Thrun , Burgard and Fox, Probabilistic Robotics

  • Upload
    micheal

  • View
    39

  • Download
    0

Embed Size (px)

DESCRIPTION

Particle Filters++ Pieter Abbeel UC Berkeley EECS Many slides adapted from Thrun , Burgard and Fox, Probabilistic Robotics. TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: A A A A A A A A A A A A A. - PowerPoint PPT Presentation

Citation preview

Page 1: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 1!

Particle Filters

Pieter Abbeel UC Berkeley EECS

Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics TexPoint fonts used in EMF.

Read the TexPoint manual before you delete this box.: AAAAAAAAAAAAA

2

§  For continuous spaces: often no analytical formulas for Bayes filter updates

§  Solution 1: Histogram Filters: (not studied in this lecture) §  Partition the state space §  Keep track of probability for each partition §  Challenges:

§  What is the dynamics for the partitioned model? §  What is the measurement model? §  Often very fine resolution required to get reasonable results

§  Solution 2: Particle Filters: §  Represent belief by random samples §  Can use actual dynamics and measurement models §  Naturally allocates computational resources where required (~ adaptive

resolution) §  Aka Monte Carlo filter, Survival of the fittest, Condensation, Bootstrap filter

Motivation

Page 2: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 2!

Sample-based Localization (sonar)

n  Given a sample-based representation of Bel(xt) = P(xt | z1, …, zt, u1, …, ut)

Find a sample-based representation of Bel(xt+1) = P(xt+1 | z1, …, zt, zt+1 , u1, …, ut+1)

Problem to be Solved St ={x t

1, xt2,..., xt

N }

St+1 ={xt+11 , xt+1

2 ,..., xt+1N }

Page 3: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 3!

n  Given a sample-based representation of Bel(xt) = P(xt | z1, …, zt, u1, …, ut)

Find a sample-based representation of P(xt+1 | z1, …, zt, u1, …, ut+1)

n  Solution: n  For i=1, 2, …, N

n  Sample xit+1 from P(Xt+1 | Xt = xit)

Dynamics Update St ={x t

1, xt2,..., xt

N }

Sampling Intermezzo

Page 4: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 4!

n  Given a sample-based representation of P(xt+1 | z1, …, zt)

Find a sample-based representation of P(xt+1 | z1, …, zt, zt+1) = C * P(xt+1 | z1, …, zt) * P(zt+1 | xt+1)

n  Solution: n  For i=1, 2, …, N

n  w(i)t+1 = w(i)t* P(zt+1 | Xt+1 = x(i)t+1) n  the distribution is represented by the weighted set of samples

Observation update {x t+1

1 , xt+12 ,..., xt+1

N }

{< xt+11 , wt+1

1 >,< xt+12 , wt+1

2 >,...,< xt+1N , wt+1

N >}

n  Sample x11, x21, …, xN1 from P(X1)

n  Set wi1= 1 for all i=1,…,N

n  For t=1, 2, … n  Dynamics update:

n  For i=1, 2, …, N n  Sample xit+1 from P(Xt+1 | Xt = xit)

n  Observation update: n  For i=1, 2, …, N

n  wit+1 = wit* P(zt+1 | Xt+1 = xit+1)

n  At any time t, the distribution is represented by the weighted set of samples

{ <xit, wit> ; i=1,…,N}

Sequential Importance Sampling (SIS) Particle Filter

Page 5: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 5!

n  The resulting samples are only weighted by the evidence n  The samples themselves are never affected by the evidence à Fails to concentrate particles/computation in the high

probability areas of the distribution P(xt | z1, …, zt)

SIS particle filter major issue

n  At any time t, the distribution is represented by the weighted set of samples { <xit, wit> ; i=1,…,N}

à  Sample N times from the set of particles à  The probability of drawing each particle is given by its

importance weight

à More particles/computation focused on the parts of the state space with high probability mass

Sequential Importance Resampling (SIR)

Page 6: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 6!

1.  Algorithm particle_filter( St-1, ut , zt): 2.  3.  For Generate new samples

4.  Sample index j(i) from the discrete distribution given by wt-1

5.  Sample from using and

6.  Compute importance weight

7.  Update normalization factor

8.  Insert

9.  For

10.  Normalize weights

0, =∅= ηtSni …1=

},{ ><∪= it

ittt wxSS

itw+=ηη

itx p(x t | xt! 1, ut ) )(

1ij

tx −

)|( itt

it xzpw =

ni …1=

η/it

it ww =

ut

Particle Filters

Page 7: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 7!

)|()(

)()|()()|()(

xzpxBel

xBelxzpw

xBelxzpxBel

ααα

=←

Sensor Information: Importance Sampling

∫←− 'd)'()'|()( , xxBelxuxpxBel

Robot Motion

Page 8: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 8!

)|()(

)()|()()|()(

xzpxBel

xBelxzpw

xBelxzpxBel

ααα

=←

Sensor Information: Importance Sampling

Robot Motion ∫←− 'd)'()'|()( , xxBelxuxpxBel

Page 9: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 9!

20

21

Page 10: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 10!

22

23

Page 11: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 11!

24

25

Page 12: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 12!

26

27

Page 13: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 13!

28

29

Page 14: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 14!

30

31

Page 15: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 15!

32

33

Page 16: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 16!

34

35

Page 17: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 17!

36

37

Page 18: Particle Filters++ Pieter  Abbeel UC Berkeley EECS Many slides adapted from  Thrun ,  Burgard  and Fox, Probabilistic Robotics

Page 18!

42

Summary – Particle Filters §  Particle filters are an implementation of recursive

Bayesian filtering §  They represent the posterior by a set of weighted

samples §  They can model non-Gaussian distributions §  Proposal to draw new samples §  Weight to account for the differences between the

proposal and the target

43

Summary – PF Localization §  In the context of localization, the particles are propagated

according to the motion model. §  They are then weighted according to the likelihood of the

observations. §  In a re-sampling step, new particles are drawn with a

probability proportional to the likelihood of the observation.