CSE 473: Artificial Intelligence

Similar documents
CS 5522: Artificial Intelligence II

CS 5522: Artificial Intelligence II

CS 188: Artificial Intelligence Spring Announcements

CS 343: Artificial Intelligence

CSE 473: Artificial Intelligence Spring 2014

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

Markov Chains and Hidden Markov Models

CS 188: Artificial Intelligence Spring 2009

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

CSEP 573: Artificial Intelligence

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

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

CS 343: Artificial Intelligence

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

CSE 473: Ar+ficial Intelligence

CS 343: Artificial Intelligence

CS 5522: Artificial Intelligence II

CS 5522: Artificial Intelligence II

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

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

Approximate Inference

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

CSE 473: Artificial Intelligence

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

Markov Models and Hidden Markov Models

CS 188: Artificial Intelligence Fall Recap: Inference Example

CS 188: Artificial Intelligence. Our Status in CS188

Our Status in CSE 5522

CS 188: Artificial Intelligence Fall 2011

CS 343: Artificial Intelligence

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

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

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

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

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

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 188: Artificial Intelligence Fall 2011

CS 188: Artificial Intelligence

Hidden Markov models 1

CS 188: Artificial Intelligence Spring Announcements

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

CS 188: Artificial Intelligence Fall 2009

Introduction to Artificial Intelligence (AI)

CS532, Winter 2010 Hidden Markov Models

Introduction to Artificial Intelligence (AI)

Hidden Markov Models (recap BNs)

CS 343: Artificial Intelligence

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

Bayesian Networks BY: MOHAMAD ALSABBAGH

Bayes Nets: Sampling

Probabilistic Robotics

Final Exam December 12, 2017

CS 188: Artificial Intelligence Spring Announcements

CS 5522: Artificial Intelligence II

CS 343: Artificial Intelligence

PROBABILISTIC REASONING OVER TIME

Modeling and state estimation Examples State estimation Probabilities Bayes filter Particle filter. Modeling. CSC752 Autonomous Robotic Systems

Introduction to Mobile Robotics Probabilistic Robotics

CS 188: Artificial Intelligence Fall 2009

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

CS 5522: Artificial Intelligence II

Bayes Nets: Independence

Final Exam December 12, 2017

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

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

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

Kalman filtering and friends: Inference in time series models. Herke van Hoof slides mostly by Michael Rubinstein

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

Recursive Bayes Filtering

CS 188: Artificial Intelligence Spring Announcements

CS 188: Artificial Intelligence. Bayes Nets

Artificial Intelligence Bayes Nets: Independence

Reinforcement Learning Wrap-up

Hidden Markov Models,99,100! Markov, here I come!

Linear Dynamical Systems

Product rule. Chain rule

Hidden Markov Models. Aarti Singh Slides courtesy: Eric Xing. Machine Learning / Nov 8, 2010

Probabilistic Robotics

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

Hidden Markov Models. By Parisa Abedi. Slides courtesy: Eric Xing

Introduction to Machine Learning CMU-10701

Reasoning Under Uncertainty: Bayesian networks intro

CS491/691: Introduction to Aerial Robotics

Temporal probability models. Chapter 15

The Particle Filter. PD Dr. Rudolph Triebel Computer Vision Group. Machine Learning for Computer Vision

Partially Observable Markov Decision Processes (POMDPs) Pieter Abbeel UC Berkeley EECS

Artificial Intelligence

Mobile Robot Localization

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

CS 5522: Artificial Intelligence II

Probability and Time: Hidden Markov Models (HMMs)

CS 343: Artificial Intelligence

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

Probability. CS 3793/5233 Artificial Intelligence Probability 1

Mathematical Formulation of Our Example

CSE 473: Artificial Intelligence Autumn 2011

Autonomous Mobile Robot Design

Transcription:

CSE 473: Artificial Intelligence Hidden Markov Models Dieter Fox --- University of Washington [Most slides were created by Dan Klein and Pieter Abbeel for CS188 Intro to AI at UC Berkeley. All CS188 materials are available at http://ai.berkeley.edu.]

Hidden Markov Models Markov chains not so useful for most agents Eventually you don t know anything anymore Need observations to update your beliefs Hidden Markov models (HMMs) Underlying Markov chain over states S You observe outputs (effects) at each time step As a Bayes net: X1 X2 X3 X4 XN5 E1 E2 E3 E4 EN5

Example An HMM is defined by: Initial distribution: Transitions: Emissions:

Hidden Markov Models X1 X2 X3 X4 XN5 E1 E2 E3 E4 EN5 Defines a joint probability distribution:

Ghostbusters HMM P(X1) = uniform P(X X) = ghosts usually move clockwise, but sometimes move in a random direction or stay put P(E X) = same sensor model as before: red means close, green means far away. X1 E1 X2 E1 X3 E3 1/9 1/9 1/9 1/9 1/9 1/9 1/9 1/9 1/9 P(X1) X4 E4 1/6 1/6 1/2 0 1/6 0 0 0 0 P(X X=<1,2>) P(E X) P(red 3) P(orange 3) P(yellow 3) P(green 3) 0.05 0.15 0.5 0.3 Etc (must specify for other distances) E5 Etc

HMM Computations Given parameters evidence E1:n =e1:n Inference problems include: Filtering, find P(Xt e1:t) for all t Smoothing, find P(Xt e1:n) for all t Most probable explanation, find x*1:n = argmaxx1:n P(x1:n e1:n)

Real HMM Examples Speech recognition HMMs: Observations are acoustic signals (continuous valued) States are specific positions in specific words (so, tens of thousands) X1 X2 X3 X4 E1 E1 E3 E4

Real HMM Examples Machine translation HMMs: Observations are words (tens of thousands) States are translation options X1 X2 X3 X4 E1 E1 E3 E4

Real HMM Examples Robot tracking: Observations are range readings (continuous) States are positions on a map (continuous) X1 X2 X3 X4 E1 E1 E3 E4

Conditional Independence HMMs have two important independence properties: Markov hidden process, future depends on past via the present?? X1 X2 X3 X4 E1 E1 E3 E4

Conditional Independence HMMs have two important independence properties: Markov hidden process, future depends on past via the present Current observation independent of all else given current state? X1 X2 X3 X4 E1 E1 E3 E4?

Conditional Independence HMMs have two important independence properties: Markov hidden process, future depends on past via the present Current observation independent of all else given current state X1 X2 X3 X4 E1 E1 E3 E4?? Quiz: does this mean that observations are independent given no evidence?

Filtering / Monitoring Filtering, or monitoring, is the task of tracking the distribution B(X) (the belief state) over time We start with B(X) in an initial setting, usually uniform As time passes, or we get observations, we update B(X) The Kalman filter (one method Real valued values) invented in the 60 s as a method of trajectory estimation for the Apollo program

Example: Robot Localization Example from Michael Pfeiffer Prob 0 1 t=0 Sensor model: can read in which directions there is a wall, never more than 1 mistake Motion model: may not execute action with small prob.

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

Example: Robot Localization Prob 0 1 t=2

Example: Robot Localization Prob 0 1 t=3

Example: Robot Localization Prob 0 1 t=4

Example: Robot Localization Prob 0 1 t=5

Inference Recap: Simple Cases X1 X1 E1 X2

Online Belief Updates Every time step, we start with current P(X evidence) We update for time: We update for evidence: The forward algorithm does both at once (and doesn t normalize) Problem: space is X and time is X 2 per time step X1 X2 X2 E2

Passage of Time Assume we have current belief P(X evidence to date) Then, after one time step passes: X1 X2 Or, compactly: Basic idea: beliefs get pushed through the transitions With the B notation, we have to be careful about what time step t the belief is about, and what evidence it includes

Example: Passage of Time As time passes, uncertainty accumulates T=1 T=2 Transition model: ghosts usually go clockwise T=5

Observation Assume we have current belief P(X previous evidence): X1 Then: Or: Basic idea: beliefs reweighted by likelihood of evidence Unlike passage of time, we have to renormalize E1

Example: Observation As we get observations, beliefs get reweighted, uncertainty decreases Before observation After observation

Example: Run the Filter An HMM is defined by: Initial distribution: Transitions: Emissions:

Example HMM

Summary: Filtering Filtering is the inference process of finding a distribution over XT given e1 through et : P( XT e1:t ) We first compute P( X1 e1 ): For each t from 2 to T, we have P( Xt-1 e1:t-1 ) Elapse time: compute P( Xt e1:t-1 ) Observe: compute P(Xt e1:t-1, et) = P( Xt e1:t )

Robot Localization In robot localization: We know the map, but not the robot s position Observations may be vectors of range finder readings State space and readings are typically continuous (works basically like a very fine grid) and so we cannot store B(X) Particle filtering is a main technique

GP-Based WiFi Sensor Model Mean Variance 11/19/17 CSE-571: Probabilistic Robotics 30

Bayes Filter for Robot Localization

Representations for Bayesian Robot Localization Kalman filters (late-80s) Discrete approaches ( 95) Topological representation ( 95) uncertainty handling (POMDPs) occas. global localization, recovery Grid-based, metric representation ( 96) global localization, recovery Particle filters ( 99) sample-based representation global localization, recovery AI Gaussians, unimodal approximately linear models position tracking Robotics Multi-hypothesis ( 00) multiple Kalman filters global localization, recovery

Occupancy Map CAD map occupancy grid map

Piecewise Constant Representation Bel( xt x, y, )

Proximity Sensors 35

Proximity Sensor Model Laser sensor Sonar sensor

Beam-based Sensor Model Scan z consists of K measurements. z {z1, z 2,...,z K } Individual measurements are independent given the robot position. K P( z x, m) P ( z k x, m) k 1 37

Example z P(z x,m) 38

Probabilistic Kinematics x ', y.', ' Robot moves from x, y, to Odometry information u.,, rot 1 rot 2 trans trans ( x ' x ) 2 ( y ' y ) 2 rot 1 atan2( y ' y, x ' x ) rot 2 ' rot 1 rot 2 x ', y ', ' x, y, rot 1 trans

Probabilistic Kinematics Odometry information is inherently noisy. p(x u,x ) x u x u

Sonars and Occupancy Grid Map

Laser-based Localization

Museum Tourguide Minerva

Best Explanation Queries E5 X1 X2 X3 X4 E1 E1 E3 E4 Query: most likely seq: X5

State Path Trellis State trellis: graph of states and transitions over time sun sun sun sun rain rain rain rain Each arc represents some transition Each arc has weight Each path is a sequence of states The product of weights on a path is the seq s probability Can think of the Forward (and now Viterbi) algorithms as computing sums of all paths (best paths) in this graph

Viterbi Algorithm sun sun sun sun rain rain rain rain 22

Example 23

Recap: Reasoning Over Time 0.3 Stationary Markov models X1 X2 X3 rain X4 0.7 Hidden Markov models X1 X2 X3 X4 X5 E1 E2 E3 E4 E5 X rain rain sun sun 0.7 sun 0.3 E umbrella no umbrella umbrella no umbrella P 0.9 0.1 0.2 0.8