CSE 473: Ar+ficial Intelligence

Similar documents
CSE 473: Ar+ficial Intelligence. Probability Recap. Markov Models - II. Condi+onal probability. Product rule. Chain rule.

CSE 473: Ar+ficial Intelligence. Example. Par+cle Filters for HMMs. An HMM is defined by: Ini+al distribu+on: Transi+ons: Emissions:

CS 343: Artificial Intelligence

CS 188: Artificial Intelligence Spring Announcements

CS 5522: Artificial Intelligence II

CS 5522: Artificial Intelligence II

Markov Chains and Hidden Markov Models

CSEP 573: Artificial Intelligence

Announcements. CS 188: Artificial Intelligence Fall Markov Models. Example: Markov Chain. Mini-Forward Algorithm. Example

CS 188: Artificial Intelligence Spring 2009

Markov Models. CS 188: Artificial Intelligence Fall Example. Mini-Forward Algorithm. Stationary Distributions.

CS 188: Artificial Intelligence

Announcements. CS 188: Artificial Intelligence Fall VPI Example. VPI Properties. Reasoning over Time. Markov Models. Lecture 19: HMMs 11/4/2008

Hidden Markov Models. Hal Daumé III. Computer Science University of Maryland CS 421: Introduction to Artificial Intelligence 19 Apr 2012

Hidden Markov Models. Vibhav Gogate The University of Texas at Dallas

CSE 473: Artificial Intelligence

Approximate Inference

CS 343: Artificial Intelligence

CS 188: Artificial Intelligence

Probability, Markov models and HMMs. Vibhav Gogate The University of Texas at Dallas

CS 5522: Artificial Intelligence II

CS 343: Artificial Intelligence

CS 5522: Artificial Intelligence II

CSE 473: Ar+ficial Intelligence. Hidden Markov Models. Bayes Nets. Two random variable at each +me step Hidden state, X i Observa+on, E i

CS 5522: Artificial Intelligence II

CSE 473: Artificial Intelligence Spring 2014

CSCI 360 Introduc/on to Ar/ficial Intelligence Week 2: Problem Solving and Op/miza/on. Professor Wei-Min Shen Week 8.1 and 8.2

Markov Models and Hidden Markov Models

CS 188: Artificial Intelligence Fall Recap: Inference Example

Outline. CSE 573: Artificial Intelligence Autumn Agent. Partial Observability. Markov Decision Process (MDP) 10/31/2012

CSE 473: Artificial Intelligence Probability Review à Markov Models. Outline

Mini-project 2 (really) due today! Turn in a printout of your work at the end of the class

CSE 473: Artificial Intelligence

CS188 Outline. We re done with Part I: Search and Planning! Part II: Probabilistic Reasoning. Part III: Machine Learning

CS188 Outline. CS 188: Artificial Intelligence. Today. Inference in Ghostbusters. Probability. We re done with Part I: Search and Planning!

Our Status in CSE 5522

CS 188: Artificial Intelligence. Our Status in CS188

Our Status. We re done with Part I Search and Planning!

CS 188: Artificial Intelligence Spring Announcements

Hidden Markov Models. AIMA Chapter 15, Sections 1 5. AIMA Chapter 15, Sections 1 5 1

Bayes Nets: Sampling

CS 343: Artificial Intelligence

IS4200/CS6200 Informa0on Retrieval. PageRank Con+nued. with slides from Hinrich Schütze and Chris6na Lioma

CS 343: Artificial Intelligence

CS 188: Artificial Intelligence Fall 2011

Reinforcement Learning Wrap-up

CSCI 360 Introduc/on to Ar/ficial Intelligence Week 2: Problem Solving and Op/miza/on

Introduction to Artificial Intelligence (AI)

CS 188: Artificial Intelligence Fall 2011

Artificial Intelligence Bayes Nets: Independence

CS 188: Artificial Intelligence Fall 2009

Bayes Nets: Independence

Introduc)on to Ar)ficial Intelligence

CS 188: Artificial Intelligence Spring Announcements

Bayesian Networks. Vibhav Gogate The University of Texas at Dallas

Hidden Markov models 1

Markov localization uses an explicit, discrete representation for the probability of all position in the state space.

Bayesian networks Lecture 18. David Sontag New York University

CSE 473: Artificial Intelligence Autumn 2011

Probabilistic Models. Models describe how (a portion of) the world works

CS 7180: Behavioral Modeling and Decision- making in AI

Sta$s$cal sequence recogni$on

Bayesian Networks. Vibhav Gogate The University of Texas at Dallas

Par$cle Filters Part I: Theory. Peter Jan van Leeuwen Data- Assimila$on Research Centre DARC University of Reading

Graphical Models. Lecture 1: Mo4va4on and Founda4ons. Andrew McCallum

Product rule. Chain rule

CS 343: Artificial Intelligence

Introduction to Artificial Intelligence (AI)

CS 188: Artificial Intelligence Fall 2009

Machine Learning & Data Mining CS/CNS/EE 155. Lecture 8: Hidden Markov Models

Approximate Q-Learning. Dan Weld / University of Washington

Announcements. CS 188: Artificial Intelligence Fall Causality? Example: Traffic. Topology Limits Distributions. Example: Reverse Traffic

Forward algorithm vs. particle filtering

Machine Learning & Data Mining CS/CNS/EE 155. Lecture 11: Hidden Markov Models

CS 188: Artificial Intelligence Spring Announcements

Hidden Markov Models (recap BNs)

CS 5522: Artificial Intelligence II

CS 188: Artificial Intelligence. Bayes Nets

Why do we care? Measurements. Handling uncertainty over time: predicting, estimating, recognizing, learning. Dealing with time

Bayesian Networks BY: MOHAMAD ALSABBAGH

PROBABILISTIC REASONING OVER TIME

Human-Oriented Robotics. Temporal Reasoning. Kai Arras Social Robotics Lab, University of Freiburg

CS 343: Artificial Intelligence

Bayes Net Representation. CS 188: Artificial Intelligence. Approximate Inference: Sampling. Variable Elimination. Sampling.

CS 188: Artificial Intelligence Spring Announcements

Announcements. CS 188: Artificial Intelligence Spring Classification. Today. Classification overview. Case-Based Reasoning

CS 188: Artificial Intelligence Fall Announcements

CSE 473: Artificial Intelligence Spring 2014

CS532, Winter 2010 Hidden Markov Models

CS325 Artificial Intelligence Ch. 15,20 Hidden Markov Models and Particle Filtering

Announcements. CS 188: Artificial Intelligence Spring Probability recap. Outline. Bayes Nets: Big Picture. Graphical Model Notation

Bayes Nets III: Inference

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

CS 188: Artificial Intelligence Spring Announcements

Extensions of Bayesian Networks. Outline. Bayesian Network. Reasoning under Uncertainty. Features of Bayesian Networks.

Reasoning Under Uncertainty Over Time. CS 486/686: Introduction to Artificial Intelligence

CSEP 573: Artificial Intelligence

STAD68: Machine Learning

Final Exam December 12, 2017

Streaming - 2. Bloom Filters, Distinct Item counting, Computing moments. credits:

Transcription:

CSE 473: Ar+ficial Intelligence Hidden Markov Models Luke Ze@lemoyer - University of Washington [These slides were created by Dan Klein and Pieter Abbeel for CS188 Intro to AI at UC Berkeley. All CS188 materials are available at h@p://ai.berkeley.edu.]

Reasoning over Time or Space OXen, we want to reason about a sequence of observa+ons Speech recogni+on Robot localiza+on User a@en+on Medical monitoring Need to introduce +me (or space) into our models

Markov Models Value of X at a given +me is called the state X 1 X 2 X 3 X 4 Parameters: called transi+on probabili+es or dynamics, specify how the state evolves over +me (also, ini+al state probabili+es) Sta+onarity assump+on: transi+on probabili+es the same at all +mes Same as MDP transi+on model, but no choice of ac+on

Example Markov Chain: Weather States: X = {rain, sun} Ini+al distribu+on: 1.0 sun CPT P(X t X t-1 ): Two new ways of represen+ng the same CPT X t-1 X t P(X t X t-1 ) sun sun 0.9 sun rain 0.1 rain sun 0.3 rain rain 0.7 0.7 rain 0.3 0.1 sun 0.9 sun rain 0.9 0.1 0.3 0.7 sun rain

Joint Distribu+on of a Markov Model X 1 X 2 X 3 X 4 Joint distribu+on: P (X 1,X 2,X 3,X 4 )=P (X 1 )P (X 2 X 1 )P (X 3 X 2 )P (X 4 X 3 ) More generally: P (X 1,X 2,...,X T )=P(X 1 )P (X 2 X 1 )P (X 3 X 2 )...P(X T X T 1 ) TY = P (X 1 ) P (X t X t 1 ) Ques+ons to be resolved: Does this indeed define a joint distribu+on? Can every joint distribu+on be factored this way, or are we making some assump+ons about the joint distribu+on by using this factoriza+on? t=2

Chain Rule and Markov Models X 1 X 2 X 3 X 4 From the chain rule, every joint distribu+on over X 1,X 2,X 3,X 4 can be wri@en as: P (X 1,X 2,X 3,X 4 )=P (X 1 )P (X 2 X 1 )P (X 3 X 1,X 2 )P (X 4 X 1,X 2,X 3 ) Assuming that X 3? X 1 X 2 and X 4? X 1,X 2 X 3 results in the expression posited on the previous slide: P (X 1,X 2,X 3,X 4 )=P (X 1 )P (X 2 X 1 )P (X 3 X 2 )P (X 4 X 3 )

Chain Rule and Markov Models From the chain rule, every joint distribu+on over can be wri@en as: TY P (X 1,X 2,...,X T )=P(X 1 ) P (X t X 1,X 2,...,X t 1 ) Assuming that for all t: X t? X 1,...,X t 2 X t 1 X 1 X 2 X 3 X 4 t=2 gives us the expression posited on the earlier slide: P (X 1,X 2,...,X T )=P (X 1 ) TY t=2 X 1,X 2,...,X T P (X t X t 1 )

Implied Condi+onal Independencies X 1 X 2 X 3 X 4 We assumed: X 3? X 1 X 2 and X 4? X 1,X 2 X 3 Do we also have X 1? X 3,X 4 X 2? Yes! Proof: P (X 1,X 2,X 3,X 4 ) P (X 1 X 2,X 3,X 4 )= P (X 2,X 3,X 4 ) = P (X 1)P (X 2 X 1 )P (X 3 X 2 )P (X 4 X 3 ) P x 1 P (x 1 )P (X 2 x 1 )P (X 3 X 2 )P (X 4 X 3 ) = P (X 1,X 2 ) P (X 2 ) = P (X 1 X 2 )

Markov Models Recap Explicit assump+on for all t : X t? X 1,...,X t 2 X t 1 Consequence, joint distribu+on can be wri@en as: P (X 1,X 2,...,X T )=P(X 1 )P (X 2 X 1 )P (X 3 X 2 )...P(X T X T 1 ) TY = P (X 1 ) P (X t X t 1 ) Implied condi+onal independencies: (try to prove this!) t=2 Past variables independent of future variables given the present i.e., if or then: X t1? X t3 X t2 t 1 <t 2 <t 3 t 1 >t 2 >t 3 P (Xt Xt 1) Addi+onal explicit assump+on: is the same for all t

Example Markov Chain: Weather Ini+al distribu+on: 1.0 sun rain 0.3 sun 0.9 0.7 0.1 What is the probability distribu+on axer one step?

Mini-Forward Algorithm Ques+on: What s P(X) on some day t? X 1 X 2 X 3 X 4 P (x t )= X x t 1 P (x t 1,x t ) = X x t 1 P (x t x t 1 )P (x t 1 ) Forward simulation

Proof of Mini-Forward Algorithm Ques+on: What s P(X T )? X P (x T )=x 1,...x T 1 P (x 1,...,x T ) TY P (X 1,X 2,...,X T )=P(X 1 ) P (X t X t 1 ) t=2 [Inference by enumeration] = X x 1,...x T 1 P (x 1 ) = X x T 1 TY P (x t x t 1 ) t=2 X P (x T x T 1 ) P (x 1 ) x 1,...x T 2 = X x T 1 P (x T x T 1 )P (x T 1 ) TY 1 t=2 P (x t x t 1 ) [Def. of Markov model] [Factoring: basic algebra] [Def. of Markov model]

Example Run of Mini-Forward Algorithm From ini+al observa+on of sun P(X 1 ) P(X 2 ) P(X 3 ) P(X 4 ) P(X ) From ini+al observa+on of rain P(X 1 ) P(X 2 ) P(X 3 ) P(X 4 ) P(X ) From yet another ini+al distribu+on P(X 1 ): P(X 1 ) P(X ) [Demo: L13D1,2,3]

Mini-Forward Algorithm

Sta+onary Distribu+ons For most chains: Influence of the ini+al distribu+on gets less and less over +me. The distribu+on we end up in is independent of the ini+al distribu+on Sta+onary distribu+on: The distribu+on we end up with is called the sta+onary distribu+on P 1 of the chain It sa+sfies P 1 (X) =P 1+1 (X) = X x P (X x)p 1 (x)

Example: Sta+onary Distribu+ons Ques+on: What s P(X) at +me t = infinity? X 1 X 2 X 3 X 4 P 1 (sun) =P (sun sun)p 1 (sun)+p (sun rain)p 1 (rain) P 1 (rain) =P (rain sun)p 1 (sun)+p (rain rain)p 1 (rain) P 1 (sun) =0.9P 1 (sun)+0.3p 1 (rain) P 1 (rain) =0.1P 1 (sun)+0.7p 1 (rain) P 1 (sun) =3P 1 (rain) P 1 (rain) =1/3P 1 (sun) Also: P 1 (sun)+p 1 (rain) =1 P 1 (sun) =3/4 P 1 (rain) =1/4 X t-1 X t P(X t X t-1 ) sun sun 0.9 sun rain 0.1 rain sun 0.3 rain rain 0.7

Applica+on of Sta+onary Distribu+on: Web Link Analysis PageRank over a web graph Each web page is a state Ini+al distribu+on: uniform over pages Transi+ons: With prob. c, uniform jump to a random page (do@ed lines, not all shown) With prob. 1-c, follow a random outlink (solid lines) Sta+onary distribu+on Will spend more +me on highly reachable pages E.g. many ways to get to the Acrobat Reader download page Somewhat robust to link spam Google 1.0 returned the set of pages containing all your keywords in decreasing rank, now all search engines use link analysis along with many other factors (rank actually gesng less important over +me)

Hidden Markov Models

Hidden Markov Models Markov chains not so useful for most agents Need observa+ons to update your beliefs Hidden Markov models (HMMs) Underlying Markov chain over states X You observe outputs (effects) at each +me step X 1 X 2 X 3 X 4 X 5 E 1 E 2 E 3 E 4 E 5

Example: Weather HMM P (X t X t 1 ) Rain t-1 Rain t Rain t+1 P (E t X t ) Umbrella t-1 Umbrella t Umbrella t+1 An HMM is defined by: Ini+al distribu+on: Transi+ons: Emissions: P (X t X t 1 ) P (E t X t ) R t R t+1 P(R t+1 R t ) +r +r 0.7 +r -r 0.3 -r +r 0.3 -r -r 0.7 R t U t P(U t R t ) +r +u 0.9 +r -u 0.1 -r +u 0.2 -r -u 0.8

Example: Ghostbusters HMM P(X 1 ) = uniform 1/9 1/9 1/9 P(X X ) = usually move clockwise, but some+mes move in a random direc+on or stay in place 1/9 1/9 1/9 1/9 1/9 1/9 P(X 1 ) P(R ij X) = same sensor model as before: red means close, green means far away. 1/6 1/6 0 1/6 1/2 0 X 1 X 2 X 3 X 4 0 0 0 R i,j X 5 P(X X =<1,2>) R i,j R i,j R i,j [Demo: Ghostbusters Circular Dynamics HMM (L14D2)]

Joint Distribu+on of an HMM X 1 X 2 X 3 X 5 Joint distribu+on: More generally: E 1 E 2 E 3 E 5 P (X 1,E 1,X 2,E 2,X 3,E 3 )=P (X 1 )P (E 1 X 1 )P (X 2 X 1 )P (E 2 X 2 )P (X 3 X 2 )P (E 3 X 3 ) P (X 1,E 1,...,X T,E T )=P (X 1 )P (E 1 X 1 ) TY P (X t X t 1 )P (E t X t ) Ques+ons to be resolved: Does this indeed define a joint distribu+on? Can every joint distribu+on be factored this way, or are we making some assump+ons about the joint distribu+on by using this factoriza+on? t=2

Chain Rule and HMMs X 1 X 2 X 3 E 1 E 2 E 3 From the chain rule, every joint distribu+on over X 1,E 1,X 2,E 2,X 3,E 3 can be wri@en as: P (X 1,E 1,X 2,E 2,X 3,E 3 )=P(X 1 )P (E 1 X 1 )P (X 2 X 1,E 1 )P (E 2 X 1,E 1,X 2 ) P (X 3 X 1,E 1,X 2,E 2 )P (E 3 X 1,E 1,X 2,E 2,X 3 ) Assuming that 2? E 1 X 1, E 2? X 1,E 1 X 2, X 3? X 1,E 1,E 2 X 2, E 3? X 1,E 1,X 2,E 2 X 3 gives us the expression posited on the previous slide: P (X 1,E 1,X 2,E 2,X 3,E 3 )=P(X 1 )P (E 1 X 1 )P (X 2 X 1 )P (E 2 X 2 )P (X 3 X 2 )P (E 3 X 3 )

Chain Rule and HMMs X 1 X 2 X 3 From the chain rule, every joint distribu+on over X 1,E 1,...,X T,E T can be wri@en as: P (X 1,E 1,...,X T,E T )=P (X 1 )P (E 1 X 1 ) TY P (X t X 1,E 1,...,X t 1,E t 1 )P (E t X 1,E 1,...,X t 1,E t 1,X t ) Assuming that for all t: State independent of all past states and all past evidence given the previous state, i.e.: X t? X 1,E 1,...,X t 2,E t 2,E t 1 X t 1 t=2 Evidence is independent of all past states and all past evidence given the current state, i.e.: E t? X 1,E 1,...,X t 2,E t 2,X t 1,E t 1 X t gives us the expression posited on the earlier slide: TY P (X 1,E 1,...,X T,E T )=P(X 1 )P (E 1 X 1 ) P (X t X t 1 )P (E t X t ) t=2 E 1 E 2 E 3

Implied Condi+onal Independencies X 1 X 2 X 3 E 1 E 2 E 3 Many implied condi+onal independencies, e.g., E 1? X 2,E 2,X 3,E 3 X 1 To prove them Approach 1: follow similar (algebraic) approach to what we did in the Markov models lecture Approach 2: directly from the graph structure (3 lectures from now) Intui+on: If path between U and V goes through W, then U? V W [Some fineprint later]

Real HMM Examples Speech recogni+on HMMs: Observa+ons are acous+c signals (con+nuous valued) States are specific posi+ons in specific words (so, tens of thousands) Machine transla+on HMMs: Observa+ons are words (tens of thousands) States are transla+on op+ons Robot tracking: Observa+ons are range readings (con+nuous) States are posi+ons on a map (con+nuous)

Filtering / Monitoring Filtering, or monitoring, is the task of tracking the distribu+on B t (X) = P t (X t e 1,, e t ) (the belief state) over +me We start with B 1 (X) in an ini+al sesng, usually uniform As +me passes, or we get observa+ons, we update B(X) The Kalman filter was invented in the 60 s and first implemented as a method of trajectory es+ma+on for the Apollo program

Example: Robot Localiza+on Example from Michael Pfeiffer Prob 0 t=0 Sensor model: can read in which direc+ons there is a wall, never more than 1 mistake Mo+on model: may not execute ac+on with small prob. 1

Example: Robot Localiza+on Prob 0 t=1 Lighter grey: was possible to get the reading, but less likely b/c required 1 mistake 1

Example: Robot Localiza+on Prob 0 1 t=2

Example: Robot Localiza+on Prob 0 1 t=3

Example: Robot Localiza+on Prob 0 1 t=4

Example: Robot Localiza+on Prob 0 1 t=5

Proof of Forward Algorithm TY P (X 1,E 1,...,X T,E T )=P(X 1 )P (E 1 X 1 ) P (X t X t 1 )P (E t X t ) t=2 Ques+on: What s P(X T e 1, e T )? X P (x T,e 1,...,e T )= P (x 1,e 1...,x T,e T ) x 1,...x T 1 = X x 1,...x T 1 P (x 1 )P (e 1 x 1 ) = P (e T x T ) X x T 1 P (x T x T 1 ) TY P (x t x t 1 )P (e t x t ) t=2 X x 1,...,x T 2 P (x 1 )P (e 1 x 1 ) = P (e T x T ) X x T 1 P (x T x T 1 )P (x T 1,e 1,...,e T 1 ) TY 1 t=2 P (x t x t 1 )P (e t x t ) [Inference by enumeration] [Def. of HMM] [Factoring: basic algebra] [Def. of HMM] Final step: normalize entries in P(X T,e 1, e T ) to get P(X T e 1, e T )

Inference: Base Cases X 1 X 1 X 2 E 1

Passage of Time Assume we have current belief P(X evidence to date) X 1 X 2 Then, axer one +me step passes: P (X t+1 e 1:t ) = X x t P (X t+1,x t e 1:t ) = X x t P (X t+1 x t,e 1:t )P (x t e 1:t ) = X x t P (X t+1 x t )P (x t e 1:t ) Or compactly: B 0 (X t+1 ) = X x t P (X t+1 x t )B(x t ) Basic idea: beliefs get pushed through the transi+ons With the B nota+on, we have to be careful about what +me step t the belief is about, and what evidence it includes

Example: Passage of Time As +me passes, uncertainty accumulates (Transi+on model: ghosts usually go clockwise) T = 1 T = 2 T = 5

Observa+on Assume we have current belief P(X previous evidence): B 0 (X t+1 )=P (X t+1 e 1:t ) Then, axer evidence comes in: X 1 E 1 P (X t+1 e 1:t+1 ) = P (X t+1,e t+1 e 1:t )/P (e t+1 e 1:t ) / Xt+1 P (X t+1,e t+1 e 1:t ) = P (e t+1 e 1:t,X t+1 )P (X t+1 e 1:t ) Or, compactly: = P (e t+1 X t+1 )P (X t+1 e 1:t ) B(X t+1 ) / Xt+1 P (e t+1 X t+1 )B 0 (X t+1 ) Basic idea: beliefs reweighted by likelihood of evidence Unlike passage of +me, we have to renormalize

Example: Observa+on As we get observa+ons, beliefs get reweighted, uncertainty decreases Before observa+on AXer observa+on

Example: Weather HMM B 0 (X t+1 ) = X x t P (X t+1 x t )B(x t ) B(X t+1 ) / Xt+1 P (e t+1 X t+1 )B 0 (X t+1 ) B (+r) = 0.5 B (-r) = 0.5 B (+r) = 0.627 B (-r) = 0.373 R t R t+1 P(R t+1 R t ) +r +r 0.7 B(+r) = 0.5 B(-r) = 0.5 B(+r) = 0.818 B(-r) = 0.182 B(+r) = 0.883 B(-r) = 0.117 +r -r 0.3 -r +r 0.3 -r -r 0.7 Rain 0 Rain 1 Rain 2 Umbrella 1 Umbrella 2 R t U t P(U t R t ) +r +u 0.9 +r -u 0.1 -r +u 0.2 -r -u 0.8

Online Belief Updates Every +me step, we start with current P(X evidence) We update for +me: X 1 X 2 We update for evidence: X 2 The forward algorithm does both at once (and doesn t normalize) E 2

Forward Algorithm

Pacman Sonar (P4) [Demo: Pacman Sonar No Beliefs(L14D1)]

Video of Demo Pacman Sonar (with beliefs)

Par+cle Filtering

Par+cle Filtering Filtering: approximate solu+on Some+mes X is too big to use exact inference X may be too big to even store B(X) E.g. X is con+nuous Solu+on: approximate inference Track samples of X, not all values Samples are called par+cles Time per step is linear in the number of samples But: number needed may be large In memory: list of par+cles, not states This is how robot localiza+on works in prac+ce Par+cle is just new name for sample 0.0 0.1 0.0 0.0 0.0 0.2 0.0 0.2 0.5

Representa+on: Par+cles Our representa+on of P(X) is now a list of N par+cles (samples) Generally, N << X Storing map from X to counts would defeat the point P(x) approximated by number of par+cles with value x So, many x may have P(x) = 0! More par+cles, more accuracy For now, all par+cles have a weight of 1 Par+cles: (3,3) (2,3) (3,3) (3,2) (3,3) (3,2) (1,2) (3,3) (3,3) (2,3)

Par+cle Filtering: Elapse Time Each par+cle is moved by sampling its next posi+on from the transi+on model This is like prior sampling samples frequencies reflect the transi+on probabili+es Here, most samples move clockwise, but some move in another direc+on or stay in place This captures the passage of +me If enough samples, close to exact values before and axer (consistent) Par+cles: (3,3) (2,3) (3,3) (3,2) (3,3) (3,2) (1,2) (3,3) (3,3) (2,3) Par+cles: (3,2) (2,3) (3,2) (3,1) (3,3) (3,2) (1,3) (2,3) (3,2) (2,2)

Par+cle Filtering: Observe Slightly trickier: Don t sample observa+on, fix it Similar to likelihood weigh+ng, downweight samples based on the evidence Par+cles: (3,2) (2,3) (3,2) (3,1) (3,3) (3,2) (1,3) (2,3) (3,2) (2,2) As before, the probabili+es don t sum to one, since all have been downweighted (in fact they now sum to (N +mes) an approxima+on of P(e)) Par+cles: (3,2) w=.9 (2,3) w=.2 (3,2) w=.9 (3,1) w=.4 (3,3) w=.4 (3,2) w=.9 (1,3) w=.1 (2,3) w=.2 (3,2) w=.9 (2,2) w=.4

Par+cle Filtering: Resample Rather than tracking weighted samples, we resample N +mes, we choose from our weighted sample distribu+on (i.e. draw with replacement) This is equivalent to renormalizing the distribu+on Now the update is complete for this +me step, con+nue with the next one Par+cles: (3,2) w=.9 (2,3) w=.2 (3,2) w=.9 (3,1) w=.4 (3,3) w=.4 (3,2) w=.9 (1,3) w=.1 (2,3) w=.2 (3,2) w=.9 (2,2) w=.4 (New) Par+cles: (3,2) (2,2) (3,2) (2,3) (3,3) (3,2) (1,3) (2,3) (3,2) (3,2)

[Demos: ghostbusters par+cle filtering (L15D3,4,5)] Recap: Par+cle Filtering Par+cles: track samples of states rather than an explicit distribu+on Elapse Weight Resample Par+cles: (3,3) (2,3) (3,3) (3,2) (3,3) (3,2) (1,2) (3,3) (3,3) (2,3) Par+cles: (3,2) (2,3) (3,2) (3,1) (3,3) (3,2) (1,3) (2,3) (3,2) (2,2) Par+cles: (3,2) w=.9 (2,3) w=.2 (3,2) w=.9 (3,1) w=.4 (3,3) w=.4 (3,2) w=.9 (1,3) w=.1 (2,3) w=.2 (3,2) w=.9 (2,2) w=.4 (New) Par+cles: (3,2) (2,2) (3,2) (2,3) (3,3) (3,2) (1,3) (2,3) (3,2) (3,2)

Which Algorithm? Exact filter, uniform initial beliefs

Which Algorithm? Particle filter, uniform initial beliefs, 300 particles

hich Algorithm? Particle filter, uniform initial beliefs, 25 particles

Robot Localiza+on In robot localiza+on: We know the map, but not the robot s posi+on Observa+ons may be vectors of range finder readings State space and readings are typically con+nuous (works basically like a very fine grid) and so we cannot store B(X) Par+cle filtering is a main technique

Par+cle Filter Localiza+on

Dynamic Bayes Nets

Dynamic Bayes Nets (DBNs) We want to track mul+ple variables over +me, using mul+ple sources of evidence Idea: Repeat a fixed Bayes net structure at each +me Variables from +me t can condi+on on those from t-1 t =1 t =2 t =3 G 1 a G 2 a G 3 a G 1 b G 2 b G 3 b E 1 a E 1 b E 2 a E 2 b E 3 a E 3 b Dynamic Bayes nets are a generaliza+on of HMMs [Demo: pacman sonar ghost DBN model (L15D6)]

DBN Par+cle Filters A par+cle is a complete sample for a +me step Ini3alize: Generate prior samples for the t=1 Bayes net Example par+cle: G 1 a = (3,3) G 1 b = (5,3) Elapse 3me: Sample a successor for each par+cle Example successor: G 2 a = (2,3) G 2 b = (6,3) Observe: Weight each en=re sample by the likelihood of the evidence condi+oned on the sample Likelihood: P(E 1 a G 1 a ) * P(E 1 b G 1 b ) Resample: Select prior samples (tuples of values) in propor+on to their likelihood