We use probabilistic graphical models to model some probability distribution 𝐏. This section introduces ways to compare the probability independencies induced by the graphical model and the modeled probability distribution. Or even between 2 different probabilistic graphical models.

Terminology for Comparing Independencies

  • model 𝐴 is a(n) (I-Map | D-Map | P-Map | Minimal I-Map | Maximal D-Map) of model 𝐵

we use the statement above to explain the terms below:

Term

Description

Independence Map (I-Map)

set of independencies induced by 𝐴 is a SUBSET of the independencies induced by 𝐵

Dependence Map (D-Map)

set of independencies induced by 𝐴 is a SUPERSET of the independencies induced by 𝐵

Perfect Map (P-Map)

set of independencies induced by 𝐴 is EQUAL to the set of independencies induced by 𝐵

  • a P-Map is both an I-Map and D-Map
  • Independence Equivalence (I-Equivalence) -  two models are I-Equivalent if they express the EXACT same set of independencies

Minimal I-Map

an I-Map in which the removal of ANY edge, no longer makes it not an I-Map (i.e. removal of edge in 𝐴 would introduce an independence not in 𝐵)

Maximal D-Map

a D-Map model in which an addition of ANY edge, no longer makes it not a D-Map (i.e. addition of edge in 𝐴 would remove an independence that exists in 𝐵, thus 𝐴 no longer contains a SUPERSET of 𝐵‘s independencies)

In most models:

  • the REMOVAL of edges typically INCREASES the number of independencies
  • the ADDITION of edges typically REDUCES the number of independencies

Formal Definitions

Examples

Relation to Gibbs Distribution