CS 188: Artificial Intelligence Fall 2008

Similar documents
CS 188: Artificial Intelligence Fall 2009

CS 188: Artificial Intelligence Spring Announcements

Probabilistic Models

CS 343: Artificial Intelligence

CS 5522: Artificial Intelligence II

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

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

CSE 473: Artificial Intelligence Autumn 2011

Bayesian Networks. Vibhav Gogate The University of Texas at Dallas

Bayesian Networks. Vibhav Gogate The University of Texas at Dallas

Bayesian networks. Soleymani. CE417: Introduction to Artificial Intelligence Sharif University of Technology Spring 2018

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

Bayesian networks (1) Lirong Xia

CS 188: Artificial Intelligence Fall 2009

CS 188: Artificial Intelligence Spring Announcements

Announcements. CS 188: Artificial Intelligence Fall Example Bayes Net. Bayes Nets. Example: Traffic. Bayes Net Semantics

CS 5522: Artificial Intelligence II

Outline. CSE 473: Artificial Intelligence Spring Bayes Nets: Big Picture. Bayes Net Semantics. Hidden Markov Models. Example Bayes Net: Car

CS 188: Artificial Intelligence. Our Status in CS188

Probability Hal Daumé III. Computer Science University of Maryland CS 421: Introduction to Artificial Intelligence 27 Mar 2012

Bayes Nets. CS 188: Artificial Intelligence Fall Example: Alarm Network. Bayes Net Semantics. Building the (Entire) Joint. Size of a Bayes Net

CSE 473: Artificial Intelligence

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

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

Bayes Nets: Independence

Announcements. CS 188: Artificial Intelligence Spring Bayes Net Semantics. Probabilities in BNs. All Conditional Independences

CS 5522: Artificial Intelligence II

Product rule. Chain rule

Bayes Nets III: Inference

Outline. CSE 573: Artificial Intelligence Autumn Bayes Nets: Big Picture. Bayes Net Semantics. Hidden Markov Models. Example Bayes Net: Car

Artificial Intelligence Bayes Nets: Independence

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

CS 188: Artificial Intelligence Fall 2011

Quantifying uncertainty & Bayesian networks

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

Uncertainty. Introduction to Artificial Intelligence CS 151 Lecture 2 April 1, CS151, Spring 2004

This lecture. Reading. Conditional Independence Bayesian (Belief) Networks: Syntax and semantics. Chapter CS151, Spring 2004

CS 188: Artificial Intelligence Spring Announcements

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

Uncertainty and Belief Networks. Introduction to Artificial Intelligence CS 151 Lecture 1 continued Ok, Lecture 2!

Uncertainty. Outline

Bayesian Networks. Semantics of Bayes Nets. Example (Binary valued Variables) CSC384: Intro to Artificial Intelligence Reasoning under Uncertainty-III

Review: Bayesian learning and inference

Artificial Intelligence

Bayesian Networks BY: MOHAMAD ALSABBAGH

Objectives. Probabilistic Reasoning Systems. Outline. Independence. Conditional independence. Conditional independence II.

Introduction to Artificial Intelligence. Unit # 11

Probabilistic Reasoning Systems

Lecture 10: Introduction to reasoning under uncertainty. Uncertainty

CMPSCI 240: Reasoning about Uncertainty

PROBABILISTIC REASONING SYSTEMS

Probabilistic Reasoning. (Mostly using Bayesian Networks)

Informatics 2D Reasoning and Agents Semester 2,

Probabilistic Reasoning. Kee-Eung Kim KAIST Computer Science

CS 343: Artificial Intelligence

Artificial Intelligence Uncertainty

Announcements. Inference. Mid-term. Inference by Enumeration. Reminder: Alarm Network. Introduction to Artificial Intelligence. V22.

CS 188: Artificial Intelligence. Bayes Nets

Probabilistic representation and reasoning

Uncertainty. Chapter 13

Uncertainty and Bayesian Networks

CS 188: Artificial Intelligence

Uncertainty. Chapter 13

Events A and B are independent P(A) = P(A B) = P(A B) / P(B)

Graphical Models - Part I

Bayesian networks. Chapter 14, Sections 1 4

Uncertainty. 22c:145 Artificial Intelligence. Problem of Logic Agents. Foundations of Probability. Axioms of Probability

COMP9414/ 9814/ 3411: Artificial Intelligence. 14. Uncertainty. Russell & Norvig, Chapter 13. UNSW c AIMA, 2004, Alan Blair, 2012

Quantifying Uncertainty & Probabilistic Reasoning. Abdulla AlKhenji Khaled AlEmadi Mohammed AlAnsari

CS 188: Artificial Intelligence Spring 2009

15-780: Graduate Artificial Intelligence. Bayesian networks: Construction and inference

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

Bayesian networks. Chapter Chapter

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

Approximate Inference

Reasoning under Uncertainty: Intro to Probability

CS 188: Artificial Intelligence Fall Recap: Inference Example

CS 2750: Machine Learning. Bayesian Networks. Prof. Adriana Kovashka University of Pittsburgh March 14, 2016

Bayes Networks. CS540 Bryan R Gibson University of Wisconsin-Madison. Slides adapted from those used by Prof. Jerry Zhu, CS540-1

Bayesian Network. Outline. Bayesian Network. Syntax Semantics Exact inference by enumeration Exact inference by variable elimination

Probabilistic Reasoning

Reasoning Under Uncertainty: Bayesian networks intro

Y. Xiang, Inference with Uncertain Knowledge 1

Bayesian belief networks. Inference.

CS 343: Artificial Intelligence

CS 561: Artificial Intelligence

Markov Models and Hidden Markov Models

Reinforcement Learning Wrap-up

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

Recall from last time: Conditional probabilities. Lecture 2: Belief (Bayesian) networks. Bayes ball. Example (continued) Example: Inference problem

Bayesian Networks. Material used

Directed Graphical Models

13.4 INDEPENDENCE. 494 Chapter 13. Quantifying Uncertainty

Recap: Bayes Nets. CS 473: Artificial Intelligence Bayes Nets: Independence. Conditional Independence. Bayes Nets. Independence in a BN

Probabilistic Representation and Reasoning

CS 380: ARTIFICIAL INTELLIGENCE UNCERTAINTY. Santiago Ontañón

Pengju XJTU 2016

CS 484 Data Mining. Classification 7. Some slides are from Professor Padhraic Smyth at UC Irvine

Bayesian Belief Network

Introduction to Bayes Nets. CS 486/686: Introduction to Artificial Intelligence Fall 2013

Transcription:

CS 188: Artificial Intelligence Fall 2008 Lecture 14: Bayes Nets 10/14/2008 Dan Klein UC Berkeley 1 1

Announcements Midterm 10/21! One page note sheet Review sessions Friday and Sunday (similar) OHs on various topics TBD on web page See webpage for details and practice exams Warning: watch web page for reporting instructions may have different room(s) Section this week but not next Next reading needs login/password 2 2

Probabilistic Models A probabilistic model is a joint distribution over a set of variables Given a joint distribution, we can reason about unobserved variables given observations (evidence) General form of a query: Stuff you care about Stuff you already know This kind of posterior distribution is also called the belief function of an agent which uses this model 3 3

Independence Two variables are independent if: This says that their joint distribution factors into a product two simpler distributions Another form: We write: Independence is a simplifying modeling assumption Empirical joint distributions: at best close to independent What could we assume for {Weather, Traffic, Cavity, Toothache}? 4 4

Example: Independence N fair, independent coin flips: H 0.5 H 0.5 H 0.5 T 0.5 T 0.5 T 0.5 5 5

Example: Independence? T P warm 0.5 cold 0.5 T W P T W P warm sun 0.4 warm sun 0.3 warm rain 0.1 warm rain 0.2 cold sun 0.2 cold sun 0.3 cold rain 0.3 cold rain 0.2 W P sun 0.6 rain 0.4 6 6

Conditional Independence P(Toothache,Cavity,Catch) If I have a cavity, the probability that the probe catches in it doesn't depend on whether I have a toothache: P(catch toothache, cavity) = P(catch cavity) The same independence holds if I don t have a cavity: P(catch toothache, cavity) = P(catch cavity) Catch is conditionally independent of Toothache given Cavity: P(Catch Toothache, Cavity) = P(Catch Cavity) Equivalent statements: P(Toothache Catch, Cavity) = P(Toothache Cavity) P(Toothache, Catch Cavity) = P(Toothache Cavity) P(Catch Cavity) 7 7

Conditional Independence Unconditional (absolute) independence is very rare (why?) Conditional independence is our most basic and robust form of knowledge about uncertain environments: What about this domain: Traffic Umbrella Raining What about fire, smoke, alarm? 8 8

The Chain Rule Can always factor any joint distribution as an incremental product of conditional distributions Why? This actually claims nothing What are the sizes of the tables we supply? 9 9

Trivial decomposition: The Chain Rule II With assumption of conditional independence: Conditional independence is our most basic and robust form of knowledge about uncertain environments Bayes nets / graphical models help manage independence 10 10

Probabilistic Models Models are descriptions of how (a portion of) the world works Models are always simplifications May not account for every variable May not account for all interactions between variables What do we do with probabilistic models? We (or our agents) need to reason about unknown variables, given evidence Example: explanation (diagnostic reasoning) Example: prediction (causal reasoning) Example: value of information 11 11

Bayes Nets: Big Picture Two problems with using full joint distribution tables as our probabilistic models: Unless there are only a few variables, the joint is WAY too big to represent explicitly Hard to learn (estimate) anything empirically about more than a few variables at a time Bayes nets: a technique for describing complex joint distributions (models) using simple, local distributions (conditional probabilities) More properly called graphical models We describe how variables locally interact Local interactions chain together to give global, indirect interactions For about 10 min, we ll be vague about how these interactions are specified 12 12

Example Bayes Net 13 13

Graphical Model Notation Nodes: variables (with domains) Can be assigned (observed) or unassigned (unobserved) Arcs: interactions Similar to CSP constraints Indicate direct influence between variables For now: imagine that arrows mean direct causation 14 14

Example: Coin Flips N independent coin flips X 1 X 2 X n No interactions between variables: absolute independence 15 15

Example: Traffic Variables: R: It rains T: There is traffic R Model 1: independence T Model 2: rain causes traffic Why is an agent using model 2 better? 16 16

Example: Traffic II Let s build a causal graphical model Variables T: Traffic R: It rains L: Low pressure D: Roof drips B: Ballgame C: Cavity 17 17

Example: Alarm Network Variables B: Burglary A: Alarm goes off M: Mary calls J: John calls E: Earthquake! 18 18

Bayes Net Semantics Let s formalize the semantics of a Bayes net A set of nodes, one per variable X A directed, acyclic graph A conditional distribution for each node A collection of distributions over X, one for each combination of parents values A 1 X A n CPT: conditional probability table Description of a noisy causal process A Bayes net = Topology (graph) + Local Conditional Probabilities 19 19

Probabilities in BNs Bayes nets implicitly encode joint distributions As a product of local conditional distributions To see what probability a BN gives to a full assignment, multiply all the relevant conditionals together: Example: This lets us reconstruct any entry of the full joint Not every BN can represent every joint distribution The topology enforces certain conditional independencies 20 20

Example: Coin Flips X 1 X 2 X n h 0.5 t 0.5 h 0.5 t 0.5 h 0.5 t 0.5 Only distributions whose variables are absolutely independent can be represented by a Bayes net with no arcs. 21 21

Example: Traffic R r 1/4 r 3/4 T r t 3/4 t 1/4 r t 1/2 t 1/2 22 22

Example: Alarm Network 23 23

Example: Traffic II Variables T: Traffic R: It rains L: Low pressure R B D: Roof drips B: Ballgame D L T 25 24

Size of a Bayes Net How big is a joint distribution over N Boolean variables? How big is an N-node net if nodes have k parents? Both give you the power to calculate BNs: Huge space savings! Also easier to elicit local CPTs Also turns out to be faster to answer queries (coming) 26 25

Building the (Entire) Joint We can take a Bayes net and build the full joint distribution it encodes Typically, there s no reason to build ALL of it But it s important to know you could! To emphasize: every BN over a domain implicitly represents some joint distribution over that domain 27 26

Example: Traffic Basic traffic net Let s multiply out the joint R T r 1/4 r 3/4 r t 3/4 t 1/4 r t 1/2 r t 3/16 r t 1/16 r t 6/16 r t 6/16 t 1/2 28 27

Example: Reverse Traffic Reverse causality? T R t 9/16 t 7/16 t r 1/3 r 2/3 t r 1/7 r 6/7 r t 3/16 r t 1/16 r t 6/16 r t 6/16 29 28

Causality? When Bayes nets reflect the true causal patterns: Often simpler (nodes have fewer parents) Often easier to think about Often easier to elicit from experts BNs need not actually be causal Sometimes no causal net exists over the domain (especially if variables are missing) E.g. consider the variables Traffic and Drips End up with arrows that reflect correlation, not causation What do the arrows really mean? Topology may happen to encode causal structure Topology really encodes conditional independence 30 29

Bayes Nets So far: how a Bayes net encodes a joint distribution Next: how to answer queries about that distribution Key idea: conditional independence Last class: assembled BNs using an intuitive notion of conditional independence as causality Today: formalize these ideas Main goal: answer queries about conditional independence and influence After that: how to answer numerical queries (inference) 31 30