expressive power of graphical models
play

Expressive Power of Graphical Models Michael Gutmann Probabilistic - PowerPoint PPT Presentation

Expressive Power of Graphical Models Michael Gutmann Probabilistic Modelling and Reasoning (INFR11134) School of Informatics, University of Edinburgh Spring Semester 2020 Recap Need for efficient representation of probabilistic models


  1. Expressive Power of Graphical Models Michael Gutmann Probabilistic Modelling and Reasoning (INFR11134) School of Informatics, University of Edinburgh Spring Semester 2020

  2. Recap ◮ Need for efficient representation of probabilistic models ◮ Restrict the number of directly interacting variables by making independence assumptions ◮ Restrict the form of interaction by making parametric family assumptions. ◮ DAGs and undirected graphs to represent independencies ◮ Equivalences between independencies (Markov properties) and factorisation ◮ Rules for reading independencies from the graph that hold for all distributions that factorise over the graph. Michael Gutmann Expressive Power of Graphical Models 2 / 44

  3. Program 1. Independency maps (I-maps) 2. Equivalence of I-maps (I-equivalence) 3. Minimal I-maps 4. (Lossy) conversion between directed and undirected I-maps Michael Gutmann Expressive Power of Graphical Models 3 / 44

  4. Program 1. Independency maps (I-maps) Definition of I-maps and perfect maps I-maps and factorisation Examples and no guarantee for perfect maps 2. Equivalence of I-maps (I-equivalence) 3. Minimal I-maps 4. (Lossy) conversion between directed and undirected I-maps Michael Gutmann Expressive Power of Graphical Models 4 / 44

  5. I-map ◮ We have seen that graphs represent independencies. We say that they are independency maps (I-maps). ◮ Definition : Let U be a set of independencies that random variables x = ( x 1 , . . . x d ) satisfy. A DAG or undirected graph K with nodes x i is said to be an independency map (I-map) for U if the independencies I ( K ) asserted by the graph are part of U : I ( K ) ⊆ U ◮ Definition : K is said to be a perfect I-map (or P-map) if I ( K ) = U . ◮ A I-map is a “directed I-map” if K is a DAG, and an “undirected I-map” if K is an undirected graph. Michael Gutmann Expressive Power of Graphical Models 5 / 44

  6. I-map The set of independencies U can be specified in different ways. For example: ◮ as a list of independencies, e.g. U = { x 1 ⊥ ⊥ x 2 } ◮ as the independencies implied by a graph K 0 U = I ( K 0 ) ◮ denoting by I ( p ) all the independencies satisfied by a specific distribution p , we can have U = I ( p ) Michael Gutmann Expressive Power of Graphical Models 6 / 44

  7. I-maps and factorisation ◮ Assume p factorises over a DAG or undirected graph K , i.e p ( x ) can be written as � � p ( x ) = p ( x i | pa i ) or p ( x ) ∝ φ c ( X c ) c i ◮ We have previously found that all independencies asserted by the graph K hold for p . ◮ This means that I ( K ) ⊆ I ( p ) and K is an I-map for I ( p ) ◮ But K is not guaranteed to be a perfect map for I ( p ) since, as we have seen, I ( K ) may miss some independencies that hold for p . Michael Gutmann Expressive Power of Graphical Models 7 / 44

  8. Perfect maps and factorisation For what set U of independencies is a graph K a perfect map? ◮ Let K be a DAG or an undirected graph. We have seen that: if X are Y and not (d-)separated by Z then X �⊥ ⊥ Y | Z for some p that factorises over K (some ≡ not all) (Reminder: A ⇒ B ⇔ ¯ B ⇒ ¯ ◮ Contrapositive: A ) if X ⊥ ⊥ Y | Z for all p that factorise over K then X and Y are (d-)separated by Z ◮ Denote by P K the set of all p that factorise over K . We thus have:    ⊆ I ( K )  � I ( p ) p ∈P K Michael Gutmann Expressive Power of Graphical Models 8 / 44

  9. Perfect maps and factorisation For what set U of independencies is a graph K a perfect map? ◮ Since for individual p we have I ( K ) ⊆ I ( p ), this means that � I ( K ) = I ( p ) p ∈P K ◮ In plain English: K is a perfect map for the independencies that hold for all p that factorise over the graph. Michael Gutmann Expressive Power of Graphical Models 9 / 44

  10. Independencies with a directed but w/o undirected P-map For x = ( x 1 , x 2 , x 3 ), consider U = { x 1 ⊥ ⊥ x 2 } ◮ Perfect I-map: I ( G ) = U x 1 x 2 x 3 ◮ I-map: I ( G ) = {} x 1 x 2 x 3 ◮ Not an I-map: graph e.g. wrongly asserts x 2 ⊥ ⊥ x 3 x 1 x 3 x 2 Michael Gutmann Expressive Power of Graphical Models 10 / 44

  11. Independencies with a directed but w/o undirected P-map For x = ( x 1 , x 2 , x 3 ), consider U = { x 1 ⊥ ⊥ x 2 } ◮ Not an I-map: graph wrongly asserts x 1 ⊥ ⊥ x 2 | x 3 x 1 x 2 x 3 ◮ I-map: I ( H ) = {} x 1 x 2 x 3 ◮ Not an I-map: graph e.g. wrongly asserts x 1 ⊥ ⊥ x 3 x 1 x 3 x 2 ◮ Going through all undirected graphs shows that there is no undirected perfect I-map for U . Michael Gutmann Expressive Power of Graphical Models 11 / 44

  12. Independencies with multiple equivalent I-maps Consider now U = { x 1 ⊥ ⊥ x 2 , x 1 ⊥ ⊥ x 2 | x 3 , x 2 ⊥ ⊥ x 3 , x 2 ⊥ ⊥ x 3 | x 1 } ◮ I-map: I ( H ) = { x 1 ⊥ ⊥ x 2 | x 3 } ⊂ U x 1 x 3 x 2 ◮ I-map: I ( G ) = { x 1 ⊥ ⊥ x 2 | x 3 } ⊂ U x 1 x 3 x 2 ◮ Perfect I-map: I ( H ) = U x 1 x 3 x 2 ◮ Perfect I-map: I ( G ) = U x 1 x 3 x 2 ◮ Perfect I-map: I ( G ) = U x 1 x 3 x 2 Michael Gutmann Expressive Power of Graphical Models 12 / 44

  13. Independencies with undirected but w/o directed P-map For random variables ( x , y , z , u ), U = { x ⊥ ⊥ z | u , y , u ⊥ ⊥ y | x , z } ◮ Perfect map: I ( H ) = U x y u z ◮ I-map: I ( H ) = { x ⊥ ⊥ z | u , y } ⊂ U x y u z Michael Gutmann Expressive Power of Graphical Models 13 / 44

  14. Independencies with undirected but w/o directed P-map For random variables ( x , y , z , u ), U = { x ⊥ ⊥ z | u , y , u ⊥ ⊥ y | x , z } ◮ I-map: I ( G ) = { x ⊥ ⊥ z | u , y } ⊂ U x y u z ◮ Not an I-map: graph wrongly asserts u ⊥ ⊥ y | x x y u z ◮ Going through all DAGs shows that there is no directed perfect I-map for U . Michael Gutmann Expressive Power of Graphical Models 14 / 44

  15. Remarks The examples illustrate a number of important points: ◮ Multiple graphs may make the same independency assertions. ⇒ I-equivalency: When do we have I ( K 1 ) = I ( K 2 )? ◮ The fully connected graph is always an I-map. ⇒ Minimal I-maps: sparsest graph that is still an I-map? ◮ Perfect maps may not exist, and some independencies are better represented with directed than with undirected graphs, and vice versa. ⇒ Pros/cons of directed and undirected graphs and conversion between them? Michael Gutmann Expressive Power of Graphical Models 15 / 44

  16. Program 1. Independency maps (I-maps) 2. Equivalence of I-maps (I-equivalence) I-equivalence for DAGs: check the skeletons and the immoralities I-equivalence for undirected graphs: check the skeletons 3. Minimal I-maps 4. (Lossy) conversion between directed and undirected I-maps Michael Gutmann Expressive Power of Graphical Models 16 / 44

  17. I-equivalence for DAGs ◮ How do we determine whether two DAGs make the same independence assertions (that they are “I-equivalent”)? ◮ From d-separation: what matters is ◮ which node is connected to which irrespective of direction (skeleton) ◮ the set of collider (head-to-head) connections Connection p ( x , y ) p ( x , y | z ) y x �⊥ ⊥ y x ⊥ ⊥ y | z x z y x �⊥ ⊥ y x ⊥ ⊥ y | z x z y x ⊥ ⊥ y x �⊥ ⊥ y | z x z Michael Gutmann Expressive Power of Graphical Models 17 / 44

  18. I-equivalence for DAGs ◮ The situation x ⊥ ⊥ y and x �⊥ ⊥ y | z can only happen if we have colliders without “covering edge” x → y or x ← y , that is when parents of the collider node are not directly connected. ◮ Colliders without covering edge are called “immoralities” ◮ Theorem: For two DAGs G 1 and G 2 : G 1 and G 2 are I-equivalent ⇐ ⇒ G 1 and G 2 have the same skeleton and the same set of immoralities. (for a proof, see e.g. Theorem 4.4, Koski and Noble, 2009; not examinable) y y x x z z x ⊥ ⊥ y and x �⊥ ⊥ y | z x �⊥ ⊥ y and x �⊥ ⊥ y | z Collider w/o covering edge Collider with covering edge Michael Gutmann Expressive Power of Graphical Models 18 / 44

  19. Example Not I-equivalent because of skeleton mismatch: G 1 : G 2 : a z a z q q h h e e Michael Gutmann Expressive Power of Graphical Models 19 / 44

  20. Example Not I-equivalent because of immoralities mismatch: G 1 : G 2 : a z a z q q h h e e Michael Gutmann Expressive Power of Graphical Models 20 / 44

  21. Example I-equivalent (same skeleton, same immoralities): G 1 : G 2 : a z a z q q h h e e Michael Gutmann Expressive Power of Graphical Models 21 / 44

  22. Example Not I-equivalent (immoralities mismatch) y y x u x u z z x ⊥ ⊥ y | u and x �⊥ ⊥ y | u , z x �⊥ ⊥ y | u and x ⊥ ⊥ y | u , z Immorality: collider w/o Not an immorality covering edge Michael Gutmann Expressive Power of Graphical Models 22 / 44

  23. Example I-equivalent (same skeleton, no immoralities) y y x u x u z z Michael Gutmann Expressive Power of Graphical Models 23 / 44

  24. I-equivalence for undirected graphs ◮ Different undirected graphs make different independence assertions. ◮ I-equivalent if their skeleton is the same. Michael Gutmann Expressive Power of Graphical Models 24 / 44

  25. Program 1. Independency maps (I-maps) 2. Equivalence of I-maps (I-equivalence) 3. Minimal I-maps Definition Construction of undirected minimal I-maps Construction of directed minimal I-maps 4. (Lossy) conversion between directed and undirected I-maps Michael Gutmann Expressive Power of Graphical Models 25 / 44

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