introduction to bayesian networks
play

Introduction to Bayesian Networks Alice Gao Lecture 10 Based on - PowerPoint PPT Presentation

1/32 Introduction to Bayesian Networks Alice Gao Lecture 10 Based on work by K. Leyton-Brown, K. Larson, and P. van Beek 2/32 Outline Learning Goals Examples of Bayesian Networks Semantics of Bayes Net Representing the joint distribution


  1. 1/32 Introduction to Bayesian Networks Alice Gao Lecture 10 Based on work by K. Leyton-Brown, K. Larson, and P. van Beek

  2. 2/32 Outline Learning Goals Examples of Bayesian Networks Semantics of Bayes Net Representing the joint distribution Encoding the conditional independence assumptions Constructing Bayes Nets Revisiting the Learning goals

  3. 3/32 Learning Goals By the end of the lecture, you should be able to Bayesian network. independent or conditionally independent given a third variable. ▶ Compute a joint probability given a Bayesian network. ▶ Identify the conditional independence assumptions of a ▶ Given a Bayesian network, determine if two variables are

  4. 4/32 Inheritance of Handedness G Mother G Father H Mother H Father G Child H Child

  5. 5/32 Car Diagnostic Network Battery Radio Ignition Gas Starts Moves

  6. 6/32 Example: Nuclear power plant operations Emergency Steam generator Loss of coolant Loss of secondary Other tube rupture accident coolant Situations & root causes Steam line Steam generator Pressurizer radiation level pressure Events Steam line Steam generator Pressurizer radiation alarm indicator indicator Sensor outputs & reports

  7. 7/32 Example: Fire alarms Fire Tampering Situations & root causes Smoke Alarm Leaving Building Events Report Sensor outputs & reports Report: “report of people leaving building because a fire alarm went off”

  8. 8/32 Example: Medical diagnosis of diabetes Gender Exercise Heridity Pregnancies Age Overweight Patient information & root causes Diabetes Medical difficulties & diseases BMI Dspnea Diastolic BP Glucose conc. Serum test Fatigue Diagnostic tests & symptoms

  9. 9/32 Why Bayesian Networks? A probabilistic model of the Holmes scenario: Watson, and Gibbon. ... etc ... We can answer any question about the domain using the joint distribution, but ▶ The random variables: Earthquake, Radio, Burglary, Alarm, ▶ # of probabilities in the joint distribution: 2 6 = 64. ▶ For example, P ( E ∧ R ∧ B ∧ A ∧ W ∧ G ) =? P ( E ∧ R ∧ B ∧ A ∧ W ∧ ¬ G ) =? ▶ Quickly become intractable as the number of variables grows. ▶ Unnatural and tedious to specify all the probabilities.

  10. 10/32 Why Bayesian Networks? A Bayesian Network is a compact version of the joint distribution and it takes advantage of the unconditional and conditional independence among the variables.

  11. 11/32 A Bayesian Network for the Holmes Scenario

  12. 12/32 Bayesian Network A Bayesian Network is a directed acyclic graph. The graph has no directed cycles. the node. ▶ Each node corresponds to a random variable. ▶ X is a parent of Y if there is an arrow from node X to node Y . ▶ Each node X i has a conditional probability distribution P ( X i | Parents ( X i )) that quantifjes the efgect of the parents on

  13. 13/32 Learning Goals Examples of Bayesian Networks Semantics of Bayes Net Representing the joint distribution Encoding the conditional independence assumptions Constructing Bayes Nets Revisiting the Learning goals

  14. 14/32 The Semantics of Bayesian Networks Two ways to understand Bayesian Networks: ▶ A representation of the joint probability distribution ▶ An encoding of the conditional independence assumptions

  15. 15/32 Representing the joint distribution We can calculate every entry in the joint distribution using the Bayesian Network. How do we do this? 1. Choose an order of the variables that is consistent with the partial ordering of the nodes in the Bayesian Network. 2. Compute the joint probability using the following formula. n ∏ P ( X n , . . . , X 1 ) = P ( X i | Parents ( X i )) i = 1

  16. 16/32 Representing the joint distribution Example: What is the probability that and ▶ The alarm has sounded, ▶ Neither a burglary nor an earthquake has occurred, ▶ Both Watson and Gibbon call and say they hear the alarm, ▶ There is no radio report of an earthquake?

  17. 17/32 CQ: Calculating the joint probability CQ: What is the probability that ▶ NEITHER a burglary NOR an earthquake has occurred, ▶ The alarm has NOT sounded, ▶ NEITHER of Watson and Gibbon is calling, and ▶ There is NO radio report of an earthquake? (A) 0 ≤ p ≤ 0 . 2 (B) 0 . 2 < p ≤ 0 . 4 (C) 0 . 4 < p ≤ 0 . 6 (D) 0 . 6 < p ≤ 0 . 8 (E) 0 . 8 < p ≤ 1

  18. 18/32 Encoding the Conditional Independent Assumptions By modeling a domain using a Bayesian network, we are making the following key assumption. For a given ordering of the nodes, each node is conditionally independent of its predecessors given its parents. P ( X i | Parents ( X i )) = P ( X i | X i − 1 , . . . , X 1 ) , ∀ i = 1 , . . . , n

  19. 19/32 n n Based on the chain rule, Identifying the Conditional Independence Assumptions conditional independence assumptions. the partial ordering in the Bayesian network. Given a Bayesian Network, ▶ Consider all orderings of the variables that are consistent with ▶ Based on the Bayesian Network, ∏ P ( X n , . . . , X 1 ) = P ( X i | Parents ( X i )) i = 1 ∏ P ( X n , . . . , X 1 ) = P ( X i | X i − 1 , . . . , X 1 ) i = 1 ▶ The difgerence between the RHS of the equations give the

  20. 20/32 CQ: Independence and Conditional Independence Burglary Alarm Watson CQ: True or False. 1. Watson is independent of Burglary. 2. Watson is conditionally independent of Burglary given Alarm. (A) Both True (B) Both False (C) (1) is True and (2) is False. (D) (1) is False and (2) is True.

  21. 21/32 CQ: Independence and Conditional Independence Alarm Watson Gibbon CQ: True or False. 1. Watson is independent of Gibbon. 2. Watson is conditionally independent of Gibbon given Alarm. (A) Both True (B) Both False (C) (1) is True and (2) is False. (D) (1) is False and (2) is True.

  22. 22/32 CQ: Independence and Conditional Independence Alarm Earthquake Burglary CQ: True or False. 1. Burglary is independent of Earthquake. 2. Burglary is conditionally independent of Earthquake given Alarm. (A) Both True (B) Both False (C) (1) is True and (2) is False. (D) (1) is False and (2) is True.

  23. 23/32 CQ: Conditional Independence CQ: Is Radio conditionally independent of Gibbon given Earthquake? (A) Yes (B) No (C) I don’t know.

  24. 24/32 CQ: Conditional Independence CQ: Is Radio conditionally independent of Burglary given Alarm? (A) Yes (B) No (C) I don’t know.

  25. 25/32 Constructing Bayes Nets Two questions to consider representation of the domain? good representation of the domain? ▶ Given a Bayesian network, is it a correct and good ▶ How do we construct a Bayesian network that is a correct and

  26. 26/32 Correct and Good Bayes Networks A Bayes network is a correct representation of the domain ifg ▶ it makes the correct independence assumptions. Among all the correct Bayes network representations, a Bayes network is a good representation of the domain ifg ▶ the number of required probabilities is relatively small, and ▶ the probabilities required are natural to specify.

  27. 27/32 Constructing a Correct Bayesian Network 1. Determine the set of variables that are required to model the domain. 2. Order the variables, { X 1 , ..., X n } . 3. For i = 1 to n , do the following 3.1 Choose a minimum set of parents from X 1 , ..., X i − 1 such that P ( X i | Parents ( X i )) = P ( X i | X i − 1 , . . . , X 1 ) is satisfjed. 3.2 Create a link from each parent of X i to X i . 3.3 Write down the conditional probability table P ( X i | Parents ( X i )) .

  28. 28/32 Example: Construct a Bayes Net Construct a correct Bayesian network using the following ordering. (Let’s drop Radio.) B , E , A , W , G

  29. 29/32 Example: Construct a Bayes Net Construct a correct Bayesian network using the following ordering. (Let’s drop Radio.) W , G , A , B , E

  30. 30/32 B (B) No (A) Yes each other. What about in this network? Hint: In our domain, Watson and Gibbon are not independent of E � G CQ Is this Bayes Net correct? � A � (C) I don’t know. � CQ: Consider the node ordering: W, G, A, B, E. Is the following Bayesian network a correct representation of the domain? W ❅ ❅ ⑧ ❅ ⑧ ❅ ⑧ ❅ ⑧ ❅ ⑧ ❅ ⑧ ❅ ⑧ ⑧ ❄ ⑦ ❄ ⑦ ❄ ⑦ ❄ ⑦ ❄ ❄ ⑦ ❄ ⑦ ⑦ ❄ ⑦

  31. 31/32 Exercise: Construct a Bayes Net Construct a correct Bayesian network using the following ordering. W , G , E , B , A

  32. 32/32 Revisiting the Learning Goals By the end of the lecture, you should be able to Bayesian network. independent or conditionally independent given a third variable. ▶ Compute a joint probability given a Bayesian network. ▶ Identify the conditional independence assumptions of a ▶ Given a Bayesian network, determine if two variables are

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend