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

Similar documents
Bayesian networks. Chapter Chapter

Bayesian networks. Chapter Chapter Outline. Syntax Semantics Parameterized distributions. Chapter

Bayesian networks. Chapter AIMA2e Slides, Stuart Russell and Peter Norvig, Completed by Kazim Fouladi, Fall 2008 Chapter 14.

Bayesian networks: Modeling

Introduction to Artificial Intelligence Belief networks

CS Belief networks. Chapter

Outline } Conditional independence } Bayesian networks: syntax and semantics } Exact inference } Approximate inference AIMA Slides cstuart Russell and

Example. Bayesian networks. Outline. Example. Bayesian networks. Example contd. Topology of network encodes conditional independence assertions:

Graphical Models - Part I

Outline. Bayesian networks. Example. Bayesian networks. Example contd. Example. Syntax. Semantics Parameterized distributions. Chapter 14.

Bayesian networks. Chapter 14, Sections 1 4

Bayesian networks. Chapter Chapter

p(x) p(x Z) = y p(y X, Z) = αp(x Y, Z)p(Y Z)

Probabilistic Models Bayesian Networks Markov Random Fields Inference. Graphical Models. Foundations of Data Analysis

Graphical Models - Part II

Belief networks Chapter 15.1í2. AIMA Slides cæstuart Russell and Peter Norvig, 1998 Chapter 15.1í2 1

Course Overview. Summary. Outline

Review: Bayesian learning and inference

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

Belief Networks for Probabilistic Inference

Probabilistic Reasoning Systems

Probabilistic Reasoning. (Mostly using Bayesian Networks)

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

Probabilistic representation and reasoning

Probabilistic representation and reasoning

Bayesian networks. AIMA2e Chapter 14

Uncertainty and Bayesian Networks

Informatics 2D Reasoning and Agents Semester 2,

Another look at Bayesian. inference

Bayesian Networks. Philipp Koehn. 6 April 2017

Bayesian Networks. Philipp Koehn. 29 October 2015

Directed Graphical Models

PROBABILISTIC REASONING SYSTEMS

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

Quantifying uncertainty & Bayesian networks

EE562 ARTIFICIAL INTELLIGENCE FOR ENGINEERS

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

Rational decisions. Chapter 16. Chapter 16 1

Rational decisions From predicting the effect to optimal intervention

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

Bayesian Networks. Material used

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

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

Rational decisions. Chapter 16 1

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

Bayesian Belief Network

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

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

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

14 PROBABILISTIC REASONING

CSE 473: Artificial Intelligence Autumn 2011

Bayesian networks (1) Lirong Xia

CS 5522: Artificial Intelligence II

Probabilistic Reasoning. Kee-Eung Kim KAIST Computer Science

Bayesian Networks. Motivation

CS 343: Artificial Intelligence

BAYESIAN NETWORKS AIMA2E CHAPTER (SOME TOPICS EXCLUDED) AIMA2e Chapter (some topics excluded) 1

Bayesian Networks. Vibhav Gogate The University of Texas at Dallas

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

CS 188: Artificial Intelligence Fall 2009

Bayesian Networks. Vibhav Gogate The University of Texas at Dallas

CS 188: Artificial Intelligence Spring Announcements

Introduction to Artificial Intelligence. Unit # 11

Axioms of Probability? Notation. Bayesian Networks. Bayesian Networks. Today we ll introduce Bayesian Networks.

Probabilistic Models

Foundations of Artificial Intelligence

Reasoning Under Uncertainty

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

Reasoning Under Uncertainty

School of EECS Washington State University. Artificial Intelligence

PROBABILISTIC REASONING Outline

Artificial Intelligence Bayes Nets: Independence

COMP5211 Lecture Note on Reasoning under Uncertainty

CS 5522: Artificial Intelligence II

Artificial Intelligence Bayesian Networks

Decision. AI Slides (5e) c Lin

Lecture 10: Bayesian Networks and Inference

Learning Bayesian Networks (part 1) Goals for the lecture

Quantifying Uncertainty

Bayes Nets: Independence

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

Bayesian Networks BY: MOHAMAD ALSABBAGH

Probability. CS 3793/5233 Artificial Intelligence Probability 1

Brief Intro. to Bayesian Networks. Extracted and modified from four lectures in Intro to AI, Spring 2008 Paul S. Rosenbloom

Uncertainty. Logic and Uncertainty. Russell & Norvig. Readings: Chapter 13. One problem with logical-agent approaches: C:145 Artificial

Local learning in probabilistic networks with hidden variables

Bayesian Networks. Machine Learning, Fall Slides based on material from the Russell and Norvig AI Book, Ch. 14

CS 188: Artificial Intelligence Fall 2008

Y. Xiang, Inference with Uncertain Knowledge 1

last two digits of your SID

Bayesian belief networks

Probabilistic Representation and Reasoning

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

Directed Graphical Models or Bayesian Networks

Lecture 10: Introduction to reasoning under uncertainty. Uncertainty

FIRST ORDER LOGIC AND PROBABILISTIC INFERENCING. ECE457 Applied Artificial Intelligence Page 1

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

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

Defining Things in Terms of Joint Probability Distribution. Today s Lecture. Lecture 17: Uncertainty 2. Victor R. Lesser

Implementing Machine Reasoning using Bayesian Network in Big Data Analytics

Transcription:

CS 380: ARTIFICIAL INTELLIGENCE UNCERTAINTY Santiago Ontañón so367@drexel.edu

Summary Probability is a rigorous formalism for uncertain knowledge Joint probability distribution specifies probability of every atomic event Queries can be answered by summing over atomic events For nontrivial domains, we must find a way to reduce the joint size Independence and conditional independence provide the tools Chapter 13 34

Bayesian networks A simple, graphical notation for conditional independence assertions and hence for compact specification of full joint distributions Syntax: a set of nodes, one per variable a directed, acyclic graph (link directly influences ) a conditional distribution for each node given its parents: P(X i P arents(x i )) In the simplest case, conditional distribution represented as a conditional probability table (CPT) giving the distribution over X i for each combination of parent values Chapter 14.1 3 3

Example Topology of network encodes conditional independence assertions: Weather Cavity Toothache Catch W eather is independent of the other variables T oothache and Catch are conditionally independent given Cavity Chapter 14.1 3 4

Example I m at work, neighbor John calls to say my alarm is ringing, but neighbor Mary doesn t call. Sometimes it s set off by minor earthquakes. Is there a burglar? Variables: Burglar, Earthquake, Alarm, JohnCalls, M arycalls Network topology reflects causal knowledge: A burglar can set the alarm off An earthquake can set the alarm off The alarm can cause Mary to call The alarm can cause John to call Chapter 14.1 3 5

Example contd. Burglary P(B).001 Earthquake P(E).002 B T T F F E T F T F P(A B,E).95.94.29.001 Alarm JohnCalls A T F P(J A).90.05 MaryCalls A T F P(M A).70.01 Chapter 14.1 3 6

Compactness A CPT for Boolean X i with k Boolean parents has 2 k rows for the combinations of parent values B E Each row requires one number p for X i = true (the number for X i = false is just 1 p) J A M If each variable has no more than k parents, the complete network requires O(n 2 k ) numbers I.e., grows linearly with n, vs. O(2 n ) for the full joint distribution For burglary net, 1 + 1 + 4 + 2 + 2 = 10 numbers (vs. 2 5 1 = 31) Chapter 14.1 3 7

Global semantics Global semantics defines the full joint distribution as the product of the local conditional distributions: P (x 1,..., x n ) = Π n i = 1P (x i parents(x i )) e.g., P (j m a b e) = B J A E M Chapter 14.1 3 8

Global semantics Global semantics defines the full joint distribution as the product of the local conditional distributions: P (x 1,..., x n ) = Π n i = 1P (x i parents(x i )) e.g., P (j m a b e) = P (j a)p (m a)p (a b, e)p ( b)p ( e) = 0.9 0.7 0.001 0.999 0.998 0.00063 B J A E M Chapter 14.1 3 9

Local semantics Local semantics: each node is conditionally independent of its nondescendants given its parents U 1... U m Z 1j X Z nj Y 1... Y n Theorem: Local semantics global semantics Chapter 14.1 3 10

Markov blanket Each node is conditionally independent of all others given its Markov blanket: parents + children + children s parents U 1... U m Z 1j X Z nj Y 1... Y n Chapter 14.1 3 11

Constructing Bayesian networks Need a method such that a series of locally testable assertions of conditional independence guarantees the required global semantics 1. Choose an ordering of variables X 1,..., X n 2. For i = 1 to n add X i to the network select parents from X 1,..., X i 1 such that P(X i P arents(x i )) = P(X i X 1,..., X i 1 ) This choice of parents guarantees the global semantics: P(X 1,..., X n ) = Π n i = 1P(X i X 1,..., X i 1 ) (chain rule) = Π n i = 1P(X i P arents(x i )) (by construction) Chapter 14.1 3 12

Example Suppose we choose the ordering M, J, A, B, E MaryCalls JohnCalls P (J M) = P (J)? Chapter 14.1 3 13

Example Suppose we choose the ordering M, J, A, B, E MaryCalls JohnCalls Alarm P (J M) = P (J)? No P (A J, M) = P (A J)? P (A J, M) = P (A)? Chapter 14.1 3 14

Example Suppose we choose the ordering M, J, A, B, E MaryCalls JohnCalls Alarm Burglary P (J M) = P (J)? No P (A J, M) = P (A J)? P (A J, M) = P (A)? P (B A, J, M) = P (B A)? P (B A, J, M) = P (B)? No Chapter 14.1 3 15

Example Suppose we choose the ordering M, J, A, B, E MaryCalls JohnCalls Alarm Burglary Earthquake P (J M) = P (J)? No P (A J, M) = P (A J)? P (A J, M) = P (A)? P (B A, J, M) = P (B A)? Yes P (B A, J, M) = P (B)? No P (E B, A, J, M) = P (E A)? P (E B, A, J, M) = P (E A, B)? No Chapter 14.1 3 16

Example Suppose we choose the ordering M, J, A, B, E MaryCalls JohnCalls Alarm Burglary Earthquake P (J M) = P (J)? No P (A J, M) = P (A J)? P (A J, M) = P (A)? P (B A, J, M) = P (B A)? Yes P (B A, J, M) = P (B)? No P (E B, A, J, M) = P (E A)? No P (E B, A, J, M) = P (E A, B)? Yes No Chapter 14.1 3 17

Example contd. MaryCalls JohnCalls Alarm Burglary Earthquake Deciding conditional independence is hard in noncausal directions (Causal models and conditional independence seem hardwired for humans!) Assessing conditional probabilities is hard in noncausal directions Network is less compact: 1 + 2 + 4 + 2 + 4 = 13 numbers needed Chapter 14.1 3 18

Example: Car diagnosis Initial evidence: car won t start Testable variables (green), broken, so fix it variables (orange) Hidden variables (gray) ensure sparse structure, reduce parameters battery age alternator broken fanbelt broken battery dead no charging battery meter battery flat no oil no gas fuel line blocked starter broken lights oil light gas gauge car won t start dipstick Chapter 14.1 3 19

Example: Car insurance Age GoodStudent RiskAversion SeniorTrain SocioEcon Mileage VehicleYear ExtraCar DrivingSkill MakeModel DrivingHist Antilock DrivQuality Airbag CarValue HomeBase AntiTheft Ruggedness Accident OwnDamage Theft Cushioning OtherCost OwnCost MedicalCost LiabilityCost PropertyCost Chapter 14.1 3 20

Summary Bayes nets provide a natural representation for (causally induced) conditional independence Topology + CPTs = compact representation of joint distribution Generally easy for (non)experts to construct Canonical distributions (e.g., noisy-or) = compact representation of CPTs Continuous variables parameterized distributions (e.g., linear Gaussian) Chapter 14.1 3 29