bayesian networks and decision graphs
play

Bayesian Networks and Decision Graphs Chapter 2 Chapter 2 p. 1/36 - PowerPoint PPT Presentation

Bayesian Networks and Decision Graphs Chapter 2 Chapter 2 p. 1/36 The grand vision An autonomous self-moving machine that acts and reasons like a human We are still very far away from achieving this goal! Chapter 2 p. 2/36 The grand


  1. Bayesian Networks and Decision Graphs Chapter 2 Chapter 2 – p. 1/36

  2. The grand vision An autonomous self-moving machine that acts and reasons like a human We are still very far away from achieving this goal! Chapter 2 – p. 2/36

  3. The grand vision An autonomous self-moving machine that acts and reasons like a human We are still very far away from achieving this goal! Research is going in two directions: • Robotics • Artificial intelligence Chapter 2 – p. 2/36

  4. A recent achievement: DARPA grand challenge 2005 Competition for autonomous vehicles: navigate 132 miles through desert terrain (route specified by approx. 3000 “waypoints”). 5 out of 23 vehicles completed the task. Winner: Stanley of Stanford Racing Team in 6h 53m (19.2 mph). • 7 Pentium M computers • Sensors: 4 laser range finders, 1 radar system, 1 stereo camera pair, 1 monocular vision system, GPS, inertial measurement unit, wheel speed. Chapter 2 – p. 3/36

  5. Robotics Tasks: • Visual recognition of objects • Recognition of sound patterns • Balancing (to walk with n legs) • Positioning in space • ... Criteria of success: Real time movement in space. Chapter 2 – p. 4/36

  6. Robotics Tasks: • Visual recognition of objects • Recognition of sound patterns • Balancing (to walk with n legs) • Positioning in space • ... Criteria of success: Real time movement in space. Scientifically and computationally extremely demanding, however: • basically you construct a machine that behaves like an animal (dog, ant, etc.) Chapter 2 – p. 4/36

  7. Artificial intelligence Areas: • Complex arithmetic • Reduction of mathematical expressions • Computations • Games (chess) • Type setting Computers can do (much of) this—they do not really require artificial intelligence! A particular branch of AI has to do with reasoning • E.g. Logical reasoning (Boolean algebra and its algorithms). When a task is understood so much that it can be formalized, then it is no longer considered intelligent. Chapter 2 – p. 5/36

  8. Boolean logic Examples: It rains ⇒ The grass is wet , It rains The grass is wet It rains ⇒ The grass is wet , The grass is not wet It does not rain What if there is uncertainty? ◮ “If I take a cup of coffee in the break, then I may stay awake during the next lecture”. Uncertainty can appear and be expressed in several ways: • Fuzzy concepts (large, heavy, pretty) • Uncertain information • Non-deterministic relations - Disease → Symptoms - Treatment → Result • Incomplete knowledge/information Chapter 2 – p. 6/36

  9. Reasoning under uncertainty Imagine that we extend Boolean algebra with certainty x ∈ [0; 1] . ◮ “A holds with certainty x ”. Combination: • I take a cup of coffee in the break → 0 . 5 I will stay awake • I take a walk in the break → 0 . 8 I will stay awake Suppose that I take a walk as well as have a cup of coffee. Then: • I stay awake with certainty f (0 . 5 , 0 . 8) Chapter 2 – p. 7/36

  10. Reasoning under uncertainty Imagine that we extend Boolean algebra with certainty x ∈ [0; 1] . ◮ “A holds with certainty x ”. Combination: • I take a cup of coffee in the break → 0 . 5 I will stay awake • I take a walk in the break → 0 . 8 I will stay awake Suppose that I take a walk as well as have a cup of coffee. Then: • I stay awake with certainty f (0 . 5 , 0 . 8) Chaining: a → x b b → y c , a c with certainty g ( x, y ) Abduction: woman → 0 . 8 long hair , long hair woman with certainty ?? Chapter 2 – p. 7/36

  11. Human wisdom Apply accumulated and processed experience Interpretation Learning Intervention Chapter 2 – p. 8/36

  12. Car start problem In the morning, my car will not start. The start engine turns, but nothing happens. The battery is OK. The problem may be due to dirty spark plugs or the fuel may be stolen. I look at the fuel meter. It shows 1 2 , and I therefore expect the spark plugs to be dirty. We need to formalize this kind of reasoning: • What made me focus upon fuel and spark plugs? • Why did I look at the fuel meter? • Why had fuel meter reading an impact on my belief in dirty spark plugs? Chapter 2 – p. 9/36

  13. The car start problem (causally) Events: • Fuel?{y,n} • Clean spark plugs?{y,n} • Start?{y,n} • Fuel meter{full, 1 2 ,empty}. Chapter 2 – p. 10/36

  14. The car start problem (causally) Events: • Fuel?{y,n} • Clean spark plugs?{y,n} • Start?{y,n} • Fuel meter{full, 1 2 ,empty}. Causal relations: Fuel? Clean spark plugs? Fuel meter? Start? When I enter the car I have some prior belief on the various events but then start=n. Chapter 2 – p. 10/36

  15. Direction change of belief Call: • the direction from n to y positive. • the direction more fuel positive. Fuel? → + → Fuel meter → + ⇒ Fuel? → + Fuel meter Note: Fuel meter → + ⇒ Fuel? → + Chapter 2 – p. 11/36

  16. The reasoning Fuel? Clean spark plugs? + + + Fuel meter? Start? Chapter 2 – p. 12/36

  17. The reasoning Fuel? Clean spark plugs? + + + Fuel meter? Start? no Chapter 2 – p. 12/36

  18. The reasoning Fuel? Clean spark plugs? + + + Fuel meter? Start? 1 2 no Chapter 2 – p. 12/36

  19. Causal networks A causal network is a directed acyclic graph: D B F A C E G • The nodes are variables with a finite set of states that are mutually exclusive and exhaustive: - For example {y,n}, {red, blue, green}, {0,1,2,3,42}. • The links represent cause – effect relations. For example: Religion #Children Prot., Cath., 0 , 1 , 2 , 3 , ≥ 4 Muslim All variables are in exactly one state, but we may not know which one. Chapter 2 – p. 13/36

  20. Reasoning under uncertainty 1 Flooding Rainfall WaterLevel • If there has been a flooding does that tell me something about the amount of rain that has fallen? • The water level is high: If there has been a flooding does that tell me anything new about the amount of rain that has fallen? Chapter 2 – p. 14/36

  21. Reasoning under uncertainty 2 Sex man, woman Stature Hair < 168 cm, ≥ 168 cm long, short • If a person has long hair does that say something about his/her stature? • It is a woman: If she has long hair does that say something about her stature? Chapter 2 – p. 15/36

  22. Reasoning under uncertainty 3 Salmonella Flue y, n y, n Nausea y, n Pale y, n • Does salmonella have an impact on Flue? • If a person is Pale, does salmonella then have an impact on Flue? Chapter 2 – p. 16/36

  23. Transmission of evidence 1 Relevance changes with evidence A B C B Serial A C Diverging A B C D Converging Chapter 2 – p. 17/36

  24. Transmission of evidence 2 e A B C D E F G H L I J K M N O e Can knowledge of A have an impact on our knowledge of J ? Chapter 2 – p. 18/36

  25. Transmission of evidence 2 e A B C D E F G H L I J K M N O e Can knowledge of A have an impact on our knowledge of J ? yes! Chapter 2 – p. 18/36

  26. Transmission of evidence 2 e A B C D E F G H L I J K M N O e Can knowledge of A have an impact on our knowledge of B ? Chapter 2 – p. 18/36

  27. Transmission of evidence 2 e A B C D E F G H L I J K M N O e Can knowledge of A have an impact on our knowledge of B ? yes! Chapter 2 – p. 18/36

  28. Transmission of evidence 2 e A B C D E F G H L I J K M N O e Can knowledge of A have an impact on our knowledge of G ? Chapter 2 – p. 18/36

  29. Transmission of evidence 2 e A B C D E F G H L I J K M N O e Can knowledge of A have an impact on our knowledge of G ? yes! Chapter 2 – p. 18/36

  30. Transmission of evidence 3 e A B e C D E F G H e e Is E d-separated from A ? Chapter 2 – p. 19/36

  31. Quantification of causal networks Religion #Children Prot., Cath., 0 , 1 , 2 , 3 , ≥ 4 Muslim The strength of the link is represented by probabilities: P (0 | p ) P (0 | c ) P (0 | m ) P (1 | p ) P (1 | c ) P (1 | m ) P (2 | p ) P (2 | c ) P (2 | m ) P (3 | p ) P (3 | c ) P (3 | m ) P ( ≥ 4 | p ) P ( ≥ 4 | c ) P ( ≥ 4 | m ) Chapter 2 – p. 20/36

  32. Quantification of causal networks Religion #Children Prot., Cath., 0 , 1 , 2 , 3 , ≥ 4 Muslim The strength of the link is represented by probabilities: Religion p c m P (0 | p ) P (0 | c ) P (0 | m ) 0 0 . 15 0 . 05 0 . 05 #Children P (1 | p ) P (1 | c ) P (1 | m ) 1 0 . 2 0 . 1 0 . 1 ⇒ P (2 | p ) P (2 | c ) P (2 | m ) 2 0 . 4 0 . 2 0 . 1 P (3 | p ) P (3 | c ) P (3 | m ) 3 0 . 2 0 . 4 0 . 1 P ( ≥ 4 | p ) P ( ≥ 4 | c ) P ( ≥ 4 | m ) ≥ 4 0 . 05 0 . 25 0 . 35 P (#Children|Religion) Chapter 2 – p. 20/36

  33. Several parents Salmonella Flue y,n y, n Nausea y, n Salmonella y n P ( y | y, y ) P ( y | y, n ) y (0 . 9 , 0 . 1) (0 . 6 , 0 . 4) Flue ⇒ P ( n | y, y ) P ( n | y, n ) n (0 . 8 , 0 . 2) (0 . 1 , 0 . 9) P ( y | n, y ) P ( y | n, n ) P ( n | n, y ) P ( n | n, n ) P (Nausea|Salmonella,Flue) Chapter 2 – p. 21/36

  34. Bayesian networks A causal network without directed cycles: A A A C B C B C D D B D OK ¬ OK ¬ OK For each variable A with parents B 1 , . . . , B n there is a conditional probability table P ( A | B 1 , . . . , B n ) . Note: Nodes without parents receive a prior distribution. A B C D E F Chapter 2 – p. 22/36

  35. Belief updating in Bayesian networks I Spark Plugs Fuel Fuel Meter Start Chapter 2 – p. 23/36

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