slides set 3
play

Slides Set 3: Building Bayesian Networks Rina Dechter Darwiche - PowerPoint PPT Presentation

Reasoning with Graphical Models Slides Set 3: Building Bayesian Networks Rina Dechter Darwiche chapters 5 slides3 COMPSCI 2020 slides3 COMPSCI 2020 Queries: Different queries may be relevant for different scenarios


  1. Reasoning with Graphical Models Slides Set 3: Building Bayesian Networks Rina Dechter Darwiche chapters 5 slides3 COMPSCI 2020

  2. slides3 COMPSCI 2020

  3. Queries: Different queries may be relevant for different scenarios

  4. http://reasoning.cs.ucla.edu/samiam For other tools (e.g., GeNie/Smile) see class page

  5. Other type of evidence: We may want to know the probability that the patient has either a positive X-ray or dyspnoea, X =yes or D=yes.

  6. slides3 COMPSCI 2020

  7. C= lung cancer slides3 COMPSCI 2020

  8. slides3 COMPSCI 2020

  9. Soft evidence of Positive x-ray or Dyspnoea (X=yes or D = yes) with odds of 2 to 1. Modelling: Add E variable and Add V to model soft evidence. P(V=yes|E=yes) =2 P(V=yes|E=no) Define a CPT for V that satisfies this constraint slides3 COMPSCI 2020

  10. MPE is also called MAP

  11. MPE is also called MAP

  12. slides3 COMPSCI 2020

  13. MAP is also called Marginal Map (MMAP)

  14. Is it correct? slides3 COMPSCI 2020

  15. slides3 COMPSCI 2020

  16. Probabilistic Reasoning Problems Tasks: Max-Inference  (most likely config, MPE.) Harder Sum-Inference  (data likelihood, P(evidence) Mixed-Inference  (optimal prediction, MAP, Marginal Map) Combinatorial search / counting queries Exact reasoning NP-complete (or worse)

  17. What about the boundary strata? slides3 COMPSCI 2020

  18. Constructing a Bayesian Network for any Distribution P Intuition: The causes of X can serve as the parents slides3 COMPSCI 2020

  19. slides3 COMPSCI 2020

  20. Variables? Arcs? Try it . slides3 COMPSCI 2020

  21. A naive Bayes structure What about? has the following edges C -> A1, . . . , C -> Am, where C is called the class variable and A1; : : : ;Am are called the attributes . slides3 COMPSCI 2020

  22. I(ST, Cond=cold,Fever)? slides3 COMPSCI 2020

  23. Learn the model from data slides3 COMPSCI 2020

  24. Learning the model slides3 COMPSCI 2020

  25. Try it: Variables and values? Structure? CPTs?

  26. Try with GeNie slides3 COMPSCI 2020

  27. slides3 COMPSCI 2020

  28. Read in the book. We will not cover this. Also about level of granularity

  29. Try it: Variables? Values? Structure? slides3 COMPSCI 2020

  30. slides3 COMPSCI 2020

  31. slides3 COMPSCI 2020

  32. slides3 COMPSCI 2020

  33. slides3 COMPSCI 2020

  34. slides3 COMPSCI 2020

  35. slides3 COMPSCI 2020

  36. slides3 COMPSCI 2020

  37. slides3 COMPSCI 2020

  38. slides3 COMPSCI 2020

  39. slides3 COMPSCI 2020

  40. slides3 COMPSCI 2020

  41. slides3 COMPSCI 2020

  42. slides3 COMPSCI 2020 Variables? Values? Structure?

  43. slides3 COMPSCI 2020

  44. slides3 COMPSCI 2020

  45. slides3 COMPSCI 2020

  46. slides3 COMPSCI 2020

  47. slides3 COMPSCI 2020

  48. slides3 COMPSCI 2020 Try it: Variables, values, structure?

  49. slides3 COMPSCI 2020

  50. slides3 COMPSCI 2020

  51. slides3 COMPSCI 2020

  52. slides3 COMPSCI 2020

  53. slides3 COMPSCI 2020

  54. slides3 COMPSCI 2020

  55. P(Y not equal U) = 0.01 What queries should we use here?

  56. slides3 COMPSCI 2020

  57. WER (word error rate), BER (bit error rate) MAP (MPE) minimizes WER, PM minimize BER… What do you think?

  58. Notice: Odds: o(x) = P(x)\P(bar(x)) K =Bayes factor = o’(x)\o(x) … the posterior odds after observing divided by prior odds For Gausian x: evidence on Y=y can be emulated with soft evidence on x with slides3 COMPSCI 2020 K =f(y|x) \f(y|bar(x)) = the expression above. Read chapter 5

  59. slides3 COMPSCI 2020

  60. slides3 COMPSCI 2020

  61. slides3 COMPSCI 2020

  62. slides3 COMPSCI 2020

  63. slides3 COMPSCI 2020

  64. slides3 COMPSCI 2020

  65. slides3 COMPSCI 2020

  66. slides3 COMPSCI 2020

  67. slides3 COMPSCI 2020

  68. The excitement about probabilistic decoding in the 90’s And the rise of belief propagation Task (PM for each bit) slides3 COMPSCI 2020

  69. Read on your own Commonsense reasoning When SamBot goes home at night, he wants to know if his family is home before he tries the doors. Often when SamBot's wife leaves the house she turns on an outdoor light. However, she sometimes turns on this light if she is expecting a guest. Also, SamBot's family has a dog. When nobody is home, the dog is in the back yard. The same is true if the dog has bowel trouble. If the dog is in the back yard, SamBot will probablyhear her barking, but sometimes he can be confused by other dogs barking. SamBot is equipped with two sensors: a light-sensor for detecting outdoor lights and a sound-sensor for detecting the barking of dogs. Both of these sensors are not completely reliable and can break. Moreover, they both require SamBot's battery to be in good condition. slides3 COMPSCI 2020

  70. slides3 COMPSCI 2020

  71. slides3 COMPSCI 2020

  72. slides3 COMPSCI 2020

  73. slides3 COMPSCI 2020

  74. slides3 COMPSCI 2020

  75. slides3 COMPSCI 2020

  76. slides3 COMPSCI 2020

  77. If G1 and G2 are close then they are likely to pass down from the same haplotype (grandmother or grandfather)

  78. slides3 COMPSCI 2020

  79. slides3 COMPSCI 2020

  80. slides3 COMPSCI 2020

  81. slides3 COMPSCI 2020

  82. slides3 COMPSCI 2020

  83. slides3 COMPSCI 2020

  84. slides3 COMPSCI 2020

  85. slides3 COMPSCI 2020

  86. slides3 COMPSCI 2020

  87. Two Loci Inheritance a a A A 1 2 b b B B A a a a 3 4 B b b b A a A a 5 6 b b B b Recombinant slides3 COMPSCI 2020

  88. Bayesian Network for Recombination L 11m L 11f L 12m L 12f Locus 1 S 13m X 11 X 12 S 13f y 2 y 1 L 13m L 13f Deterministic relationships X 13 y 3 Probabilistic relationships L 21m L 21f L 22m L 22f S 23m X 21 X 22 S 23f Locus 2 L 23m L 23f      1 P(e|Θ) ?    X 23 ( | , ) where P s s   t {m,f} 23 13    t t slides3 COMPSCI 2020 1   151

  89. Linkage analysis: 6 people, 3 markers L 12m L 12f L 11m L 11f X 12 X 11 S 15m S 13m L 13m L 13f L 14m L 14f X 14 X 13 S 15m S 15m L 15m L 15f L 16m L 16f S 15m S 16m X 15 X 16 L 22m L 22f L 21m L 21f X 22 X 21 S 25m S 23m L 23m L 23f L 24m L 24f X 23 X 24 S 25m S 25m L 25m L 25f L 26m L 26f S 25m S 26m X 25 X 26 L 32m L 32f L 31m L 31f X 32 X 31 S 35m S 33m L 33m L 33f L 34m L 34f X 33 X 34 S 35m S 35m L 35m L 35f L 36m L 36f S 36m S 35m X 35 X 36

  90. Outline • Bayesian networks and queries • Building Bayesian Networks • Special representations of CPTs • Causal Independence (e.g., Noisy OR) • Context Specific Independence • Determinism • Mixed Networks slides3 COMPSCI 2020

  91. slides3 COMPSCI 2020

  92. Think about headache and 10 different conditions that may cause it. A noisy-or circuit slides3 COMPSCI 2020 We wish to specify cpt with less parameters

  93. Binary OR A B X A B P(X=0|A,B) P(X=1|A,B) 0 0 1 0 0 1 0 1 1 0 0 1 1 1 0 1 slides3 COMPSCI 2020

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