1 / 60

Graphical models Tom Griffiths UC Berkeley

Graphical models Tom Griffiths UC Berkeley. Challenges of probabilistic models. Specifying well-defined probabilistic models with many variables is hard (for modelers) Representing probability distributions over those variables is hard (for computers/learners)

alexr
Download Presentation

Graphical models Tom Griffiths UC Berkeley

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Graphical modelsTom GriffithsUC Berkeley

  2. Challenges of probabilistic models • Specifying well-defined probabilistic models with many variables is hard (for modelers) • Representing probability distributions over those variables is hard (for computers/learners) • Computing quantities using those distributions is hard (for computers/learners)

  3. Representing structured distributions Four random variables: X1 coin toss produces heads X2 pencil levitates X3 friend has psychic powers X4 friend has two-headed coin Domain {0,1} {0,1} {0,1} {0,1}

  4. 0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 1010 1011 1100 1101 1110 1111 Joint distribution • Requires 15 numbers to specify probability of all values x1,x2,x3,x4 • N binary variables, 2N-1 numbers • Similar cost when computing conditional probabilities

  5. How can we use fewer numbers? Four random variables: X1 coin toss produces heads X2 coin toss produces heads X3 coin toss produces heads X4 coin toss produces heads Domain {0,1} {0,1} {0,1} {0,1}

  6. Statistical independence • Two random variables X1 and X2 are independent if P(x1|x2) = P(x1) • e.g. coinflips: P(x1=H|x2=H) = P(x1=H) = 0.5 • Independence makes it easier to represent and work with probability distributions • We can exploit the product rule: If x1, x2, x3, and x4 are all independent…

  7. Expressing independence • Statistical independence is the key to efficient probabilistic representation and computation • This has led to the development of languages for indicating dependencies among variables • Some of the most popular languages are based on “graphical models”

  8. Graphical models • Introduction to graphical models • definitions • efficient representation and inference • explaining away • Graphical models and cognitive science • uses of graphical models

  9. Graphical models • Introduction to graphical models • definitions • efficient representation and inference • explaining away • Graphical models and cognitive science • uses of graphical models

  10. Graphical models • Express the probabilistic dependency structure among a set of variables (Pearl, 1988) • Consist of • a set of nodes, corresponding to variables • a set of edges, indicating dependency • a set of functions defined on the graph that specify a probability distribution

  11. Undirected graphical models X3 X4 • Consist of • a set of nodes • a set of edges • a potential for each clique, multiplied together to yield the distribution over variables • Examples • statistical physics: Ising model, spinglasses • neural networks (e.g. Boltzmann machines) X1 X2 X5

  12. Ising models • Consist of • a set of nodes • a set of edges • a potential for each clique, multiplied together to yield the distribution over variables • Distribution is specified as… X1 X2 X3 X4

  13. Ising models

  14. Boltzmann machines X3 X4 • Consist of • a set of nodes • a set of edges • a potential for each clique, multiplied together to yield the distribution over variables • Distribution is specified as… X1 X2 X5

  15. Boltzmann machines True image Boltzmann PCA PCA Boltzmann (Hinton & Salakhutdinov, 2006)

  16. Directed graphical models X3 X4 • Consist of • a set of nodes • a set of edges • a conditional probability distribution for each node, conditioned on its parents, multiplied together to yield the distribution over variables • Constrained to directed acyclic graphs (DAGs) • Called Bayesian networks or Bayes nets X1 X2 X5

  17. Bayesian networks and Bayes • Two different problems • Bayesian statistics is a method of inference • Bayesian networks are a form of representation • There is no necessary connection • many users of Bayesian networks rely upon frequentist statistical methods • many Bayesian inferences cannot be easily represented using Bayesian networks

  18. Graphical models • Introduction to graphical models • definitions • efficient representation and inference • explaining away • Graphical models and cognitive science • uses of graphical models

  19. P(x4) X4 X3 P(x3) P(x1|x3, x4) X1 X2 P(x2|x3) Efficient representation and inference Four random variables: X1 coin toss produces heads X2 pencil levitates X3 friend has psychic powers X4 friend has two-headed coin

  20. The Markov assumption Every node is conditionally independent of its non-descendants, given its parents where Pa(Xi) is the set of parents of Xi (via the product rule)

  21. P(x4) X4 X3 P(x3) P(x1|x3, x4) X1 X2 P(x2|x3) Efficient representation and inference Four random variables: X1 coin toss produces heads X2 pencil levitates X3 friend has psychic powers X4 friend has two-headed coin 1 1 4 2 total = 8 (vs 15) P(x1, x2, x3, x4) = P(x1|x3, x4)P(x2|x3)P(x3)P(x4)

  22. Reading a Bayesian network • The structure of a Bayes net can be read as the generative process behind a distribution • Gives the joint probability distribution over variables obtained by sampling each variable conditioned on its parents

  23. P(x4) P(x3) P(x1|x3, x4) P(x2|x3) Reading a Bayesian network Four random variables: X1 coin toss produces heads X2 pencil levitates X3 friend has psychic powers X4 friend has two-headed coin X4 X3 X1 X2 P(x1, x2, x3, x4) = P(x1|x3, x4)P(x2|x3)P(x3)P(x4)

  24. Reading a Bayesian network • The structure of a Bayes net can be read as the generative process behind a distribution • Gives the joint probability distribution over variables obtained by sampling each variable conditioned on its parents • Simple rules for determining whether two variables are dependent or independent

  25. X3 X3 X3 X3 X3 X3 X1 X1 X1 X1 X1 X1 Identifying independence X1 and X3 dependent X1 and X3 independent X2 X2 X2 X2 X2 X2 (shaded variables are observed)

  26. X4 X3 X1 X2 Identifying independence Four random variables: X1 coin toss produces heads X2 pencil levitates X3 friend has psychic powers X4 friend has two-headed coin X4 and X2 are independent X4 X3 X4 X3 X1 X2 X1 X2 X4 and X2 are independent X4 and X2 are dependent

  27. Reading a Bayesian network • The structure of a Bayes net can be read as the generative process behind a distribution • Gives the joint probability distribution over variables obtained by sampling each variable conditioned on its parents • Simple rules for determining whether two variables are dependent or independent • Independence makes inference more efficient

  28. P(x4) P(x3) P(x1|x3, x4) P(x2|x3) Computing with Bayes nets X4 X3 X1 X2 P(x1, x2, x3, x4) = P(x1|x3, x4)P(x2|x3)P(x3)P(x4)

  29. P(x4) X4 X3 P(x3) P(x1|x3, x4) X1 X2 P(x2|x3) Computing with Bayes nets sum over 8 values P(x1, x2, x3, x4) = P(x1|x3, x4)P(x2|x3)P(x3)P(x4)

  30. P(x4) X4 X3 P(x3) P(x1|x3, x4) X1 X2 P(x2|x3) Computing with Bayes nets P(x1, x2, x3, x4) = P(x1|x3, x4)P(x2|x3)P(x3)P(x4)

  31. P(x4) X4 X3 P(x3) P(x1|x3, x4) X1 X2 P(x2|x3) Computing with Bayes nets sum over 4 values P(x1, x2, x3, x4) = P(x1|x3, x4)P(x2|x3)P(x3)P(x4)

  32. Computing with Bayes nets • Inference algorithms for Bayesian networks exploit dependency structure • Message-passing algorithms • “belief propagation” passes simple messages between nodes, exact for tree-structured networks • More general inference algorithms • exact: “junction-tree” • approximate: Monte Carlo schemes

  33. Logic and probability • Bayesian networks are equivalent to a probabilistic propositional logic • Associate variables with atomic propositions… • Bayes net specifies a distribution over possible worlds, probability of a proposition is a sum over worlds • More efficient than simply enumerating worlds • Developing similarly efficient schemes for working with other probabilistic logics is a major topic of current research

  34. Graphical models • Introduction to graphical models • definitions • efficient representation and inference • explaining away • Graphical models and cognitive science • uses of graphical models

  35. X3 X3 X3 X3 X3 X3 X1 X1 X1 X1 X1 X1 Identifying independence X1 and X3 dependent X1 and X3 independent X2 X2 X2 X2 X2 X2 (shaded variables are observed)

  36. Rain Sprinkler Grass Wet Explaining away Assume grass will be wet if and only if it rained last night, or if the sprinklers were left on:

  37. Rain Sprinkler Grass Wet Explaining away Compute probability it rained last night, given that the grass is wet:

  38. Rain Sprinkler Grass Wet Explaining away Compute probability it rained last night, given that the grass is wet:

  39. Rain Sprinkler Grass Wet Explaining away Compute probability it rained last night, given that the grass is wet:

  40. Rain Sprinkler Grass Wet Explaining away Compute probability it rained last night, given that the grass is wet:

  41. Rain Sprinkler Grass Wet Between 1 and P(s) Explaining away Compute probability it rained last night, given that the grass is wet:

  42. Rain Sprinkler Grass Wet Both terms = 1 Explaining away Compute probability it rained last night, given that the grass is wet and sprinklers were left on:

  43. Rain Sprinkler Grass Wet Explaining away Compute probability it rained last night, given that the grass is wet and sprinklers were left on:

  44. Rain Sprinkler Grass Wet Explaining away “Discounting” to prior probability.

  45. Sprinkler IF Wet AND NOT Sprinkler THEN Rain Contrast w/ production system Rain Grass Wet • Formulate IF-THEN rules: • IF Rain THEN Wet • IF Wet THEN Rain • Rules do not distinguish directions of inference • Requires combinatorial explosion of rules

  46. Contrast w/ spreading activation Rain Sprinkler • Excitatory links: RainWet, SprinklerWet Grass Wet • Observing rain, Wet becomes more active. • Observing grass wet, Rain and Sprinkler become more active • Observing grass wet and sprinkler, Rain cannot become less active. No explaining away!

  47. Contrast w/ spreading activation Rain Sprinkler • Excitatory links: RainWet, SprinklerWet • Inhibitory link: RainSprinkler Grass Wet • Observing grass wet, Rain and Sprinkler become more active • Observing grass wet and sprinkler, Rain becomes less active: explaining away

  48. Contrast w/ spreading activation Rain Burst pipe Sprinkler Grass Wet • Each new variable requires more inhibitory connections • Not modular • whether a connection exists depends on what others exist • big holism problem • combinatorial explosion

  49. Contrast w/ spreading activation (McClelland & Rumelhart, 1981)

  50. Graphical models • Capture dependency structure in distributions • Provide an efficient means of representing and reasoning with probabilities • Support kinds of inference that are problematic for other cognitive models: explaining away • hard to capture in a production system • more natural than with spreading activation

More Related