1 / 33

11/14

Project 4 progress? Grade Anxiety? Make-up Class On Monday? On Wednesday?. 11/14. Continuation of Time & Change in Probabilistic Reasoning. Temporal (Sequential) Process. A temporal process is the evolution of system state over time

ludlow
Télécharger la présentation

11/14

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Project 4 progress? Grade Anxiety? Make-up Class On Monday? On Wednesday? 11/14 Continuation of Time & Change in Probabilistic Reasoning

  2. Temporal (Sequential) Process • A temporal process is the evolution of system state over time • Often the system state is hidden, and we need to reconstruct the state from the observations • Relation to Planning: • When you are observing a temporal process, you are observing the execution trace of someone else’s plan… Review

  3. Review

  4. Review

  5. Review

  6. Dynamic Bayes Networks are “templates” for specifying the relation between the values of a random variable across time-slices e.g. How is Rain at time t related to Rain at time t+1? We call them templates because they need to be expanded (unfolded) to the required number of time steps to reason about the connection between variables at different time points

  7. While DBNs are special cases of B.N.’s there are a certain inference tasks that are particularly frequently useful for them (Notice that all of them involve estimating posterior probability distributions—as is done in any B.N. inference)

  8. Can do much better if we exploit the repetitive structure Both Exact and Approximate B.N. Inference methods can be made to take the temporal structure into account. Specialized variable-elimination method Unfold t+1th level, and roll-up tth level by variable elimination Specialized Likelihood-weighting methods that take evidence into account Particle Filtering Techniques

  9. Can do much better if we exploit the repetitive structure Both Exact and Approximate B.N. Inference methods can be made to take the temporal structure into account. Specialized variable-elimination method Unfold t+1th level, and roll-up tth level by variable elimination Specialized Likelihood-weighting methods that take evidence into account Particle Filtering Techniques

  10. Normal LW doesn’t do well when the evidence is downstream (the sample weight will be too small) In DBN, none of the evidence is affecting the sampling! EVEN MORE of an issue Normal LW takes each sample through the network one by one Idea 1: Take then all from t to t+1 lock-step the samples are the distribution

  11. Restrict number of variables per state Markov Chain: DBN with one variable that is fully observable Hidden Markov Model: DBN with only one state variable that is hidden and can be estimated through evidence variable(s) Restrict the type of CPD Kalman Filters: DBN where the system transition function as well as the observation variable are linear gaussian The advantage of Gaussians is that the posterior distribution remains Gaussian Special Cases of DBNs are well known in the literature

  12. Class Ended here..Slides beyond this not discussed

  13. Belief States • If we have k state variables, 2k states • A “belief state” is a probability distribution over states • Non-deterministic • We just know the states for which the probability is non-zero • 22^k belief states • Stochastic • We know the probability distribution over the states • Infinite number of probability distributions • A complete state is a special case of belief state where the distribution is “dirac-delta” • i.e., non-zero only for one state In blocks world, Suppose we have blocks A and B and they can be “clear”, “on-table” “On” each other -A state: A is on table, B is on table, both are clear, hand is empty -A belief state : A is either on B or on Table B is on table. Hand is empty  2 states in the belief state

  14. Two types of actions Standard actions: Modify the distribution of belief states Doing “C on A” action in the belief state gives us a new belief state (with C on A on B OR C on A; B clear) Doing “Shake-the-Table” action converts the previous belief state to (A on table; B on Table; A clear; B clear) Notice that actions reduce the uncertainty! Sensing actions Sensing actions observe some aspect of the belief state The observations modify the belief state distribution In the belief state above, if we observed that two blocks are clear, then the belief state changes to {A on table; B on table; both clear} If the observation above is noisy (i.e, we are not completely certain), then the probability distribution just changes so more probability mass is centered on the {A on table; B on Table} state. A belief state : A is either on B or on Table B is on table. Hand is empty Actions and Belief States

  15. Two types of actions Standard actions: Modify the distribution of belief states Doing “C on A” action in the belief state gives us a new belief state (with C on A on B OR C on A; B clear) Doing “Shake-the-Table” action converts the previous belief state to (A on table; B on Table; A clear; B clear) Notice that actions reduce the uncertainty! Sensing actions Sensing actions observe some aspect of the belief state The observations modify the belief state distribution In the belief state above, if we observed that two blocks are clear, then the belief state changes to {A on table; B on table; both clear} If the observation above is noisy (i.e, we are not completely certain), then the probability distribution just changes so more probability mass is centered on the {A on table; B on Table} state. A belief state : A is either on B or on Table B is on table. Hand is empty Actions and Belief States

More Related