Interaction information

From HandWiki
Venn diagram of information theoretic measures for three variables x, y, and z, represented by the lower left, lower right, and upper circles, respectively. The interaction information is represented by gray region, and it is the only one that can be negative.

The interaction information is a generalization of the mutual information for more than two variables.

There are many names for interaction information, including amount of information,[1] information correlation,[2] co-information,[3] and simply mutual information.[4] Interaction information expresses the amount of information (redundancy or synergy) bound up in a set of variables, beyond that which is present in any subset of those variables. Unlike the mutual information, the interaction information can be either positive or negative. These functions, their negativity and minima have a direct interpretation in algebraic topology.[5]

Definition

The conditional mutual information can be used to inductively define the interaction information for any finite number of variables as follows:

[math]\displaystyle{ I(X_1;\ldots;X_{n+1}) = I(X_1;\ldots;X_n) - I(X_1;\ldots;X_n\mid X_{n+1}), }[/math]

where

[math]\displaystyle{ I(X_1;\ldots;X_n \mid X_{n+1}) = \mathbb E_{X_{n+1}}\big(I(X_1;\ldots;X_n) \mid X_{n+1}\big). }[/math]

Some authors[6] define the interaction information differently, by swapping the two terms being subtracted in the preceding equation. This has the effect of reversing the sign for an odd number of variables.

For three variables [math]\displaystyle{ \{X,Y,Z\} }[/math], the interaction information [math]\displaystyle{ I(X;Y;Z) }[/math] is given by

[math]\displaystyle{ I(X;Y;Z) = I(X;Y)-I(X;Y \mid Z) }[/math]

where [math]\displaystyle{ I(X;Y) }[/math] is the mutual information between variables [math]\displaystyle{ X }[/math] and [math]\displaystyle{ Y }[/math], and [math]\displaystyle{ I(X;Y \mid Z) }[/math] is the conditional mutual information between variables [math]\displaystyle{ X }[/math] and [math]\displaystyle{ Y }[/math] given [math]\displaystyle{ Z }[/math]. The interaction information is symmetric, so it does not matter which variable is conditioned on. This is easy to see when the interaction information is written in terms of entropy and joint entropy, as follows:

[math]\displaystyle{ \begin{alignat}{3} I(X;Y;Z) &= &&\; \bigl( H(X) + H(Y) + H(Z) \bigr) \\ & &&- \bigl( H(X,Y) + H(X,Z) + H(Y,Z) \bigr) \\ & &&+ H(X,Y,Z) \end{alignat} }[/math]

In general, for the set of variables [math]\displaystyle{ \mathcal{V}=\{X_{1},X_{2},\ldots ,X_{n}\} }[/math], the interaction information can be written in the following form (compare with Kirkwood approximation):

[math]\displaystyle{ I(\mathcal{V}) = \sum_{\mathcal{T}\subseteq \mathcal{V}}(-1)^{\left\vert\mathcal{T}\right\vert-1}H(\mathcal{T}) }[/math]

For three variables, the interaction information measures the influence of a variable [math]\displaystyle{ Z }[/math] on the amount of information shared between [math]\displaystyle{ X }[/math] and [math]\displaystyle{ Y }[/math]. Because the term [math]\displaystyle{ I(X;Y \mid Z) }[/math] can be larger than [math]\displaystyle{ I(X;Y) }[/math], the interaction information can be negative as well as positive. This will happen, for example, when [math]\displaystyle{ X }[/math] and [math]\displaystyle{ Y }[/math] are independent but not conditionally independent given [math]\displaystyle{ Z }[/math]. Positive interaction information indicates that variable [math]\displaystyle{ Z }[/math] inhibits (i.e., accounts for or explains some of) the correlation between [math]\displaystyle{ X }[/math] and [math]\displaystyle{ Y }[/math], whereas negative interaction information indicates that variable [math]\displaystyle{ Z }[/math] facilitates or enhances the correlation.

Properties

Interaction information is bounded. In the three variable case, it is bounded by[4]

[math]\displaystyle{ -\min \{ I(X;Y \mid Z), I(Y;Z \mid X), I(X;Z \mid Y) \} \leq I(X;Y;Z) \leq \min \{ I(X;Y), I(Y;Z), I(X;Z) \} }[/math]

If three variables form a Markov chain [math]\displaystyle{ X\to Y \to Z }[/math], then [math]\displaystyle{ I(X;Z \mid Y)=0 }[/math], but [math]\displaystyle{ I(X;Z)\ge 0 }[/math]. Therefore

[math]\displaystyle{ I(X;Y;Z) = I(X;Z) - I(X;Z \mid Y) = I(X;Z) \ge 0. }[/math]

Examples

Positive interaction information

Positive interaction information seems much more natural than negative interaction information in the sense that such explanatory effects are typical of common-cause structures. For example, clouds cause rain and also block the sun; therefore, the correlation between rain and darkness is partly accounted for by the presence of clouds, [math]\displaystyle{ I(\text{rain};\text{dark}\mid\text{cloud}) \lt I(\text{rain};\text{dark}) }[/math]. The result is positive interaction information [math]\displaystyle{ I(\text{rain};\text{dark};\text{cloud}) }[/math].

Negative interaction information

A car's engine can fail to start due to either a dead battery or a blocked fuel pump. Ordinarily, we assume that battery death and fuel pump blockage are independent events, [math]\displaystyle{ I(\text{blocked fuel}; \text{dead battery}) = 0 }[/math]. But knowing that the car fails to start, if an inspection shows the battery to be in good health, we can conclude that the fuel pump must be blocked. Therefore [math]\displaystyle{ I(\text{blocked fuel}; \text{dead battery} \mid \text{engine fails}) \gt 0 }[/math], and the result is negative interaction information.

Difficulty of interpretation

The possible negativity of interaction information can be the source of some confusion.[3] Many authors have taken zero interaction information as a sign that three or more random variables do not interact, but this interpretation is wrong.[7]

To see how difficult interpretation can be, consider a set of eight independent binary variables [math]\displaystyle{ \{X_{1},X_{2},X_{3},X_{4},X_{5},X_{6},X_{7},X_{8}\} }[/math]. Agglomerate these variables as follows:

[math]\displaystyle{ \begin{align} Y_{1} &=\{X_{1},X_{2},X_{3},X_{4},X_{5},X_{6},X_{7}\} \\ Y_{2} &=\{X_{4},X_{5},X_{6},X_{7}\} \\ Y_{3} &=\{X_{5},X_{6},X_{7},X_{8}\} \end{align} }[/math]

Because the [math]\displaystyle{ Y_{i} }[/math]'s overlap each other (are redundant) on the three binary variables [math]\displaystyle{ \{X_{5},X_{6},X_{7}\} }[/math], we would expect the interaction information [math]\displaystyle{ I(Y_{1};Y_{2};Y_{3}) }[/math] to equal [math]\displaystyle{ 3 }[/math] bits, which it does. However, consider now the agglomerated variables

[math]\displaystyle{ \begin{align} Y_{1} &=\{X_{1},X_{2},X_{3},X_{4},X_{5},X_{6},X_{7}\} \\ Y_{2} &=\{X_{4},X_{5},X_{6},X_{7}\} \\ Y_{3} &=\{X_{5},X_{6},X_{7},X_{8}\} \\ Y_{4} &=\{X_{7},X_{8}\} \end{align} }[/math]

These are the same variables as before with the addition of [math]\displaystyle{ Y_{4}=\{X_{7},X_{8}\} }[/math]. However, [math]\displaystyle{ I(Y_{1};Y_{2};Y_{3};Y_{4}) }[/math] in this case is actually equal to [math]\displaystyle{ +1 }[/math] bit, indicating less redundancy. This is correct in the sense that

[math]\displaystyle{ \begin{align} I(Y_{1};Y_{2};Y_{3};Y_{4}) &= I(Y_{1};Y_{2};Y_{3})-I(Y_{1};Y_{2};Y_{3}|Y_{4}) \\ &= 3-2 \\ &= 1 \end{align} }[/math]

but it remains difficult to interpret.

Uses

  • Jakulin and Bratko (2003b) provide a machine learning algorithm which uses interaction information.
  • Killian, Kravitz and Gilson (2007) use mutual information expansion to extract entropy estimates from molecular simulations.[8]
  • LeVine and Weinstein (2014) use interaction information and other N-body information measures to quantify allosteric couplings in molecular simulations.[9]
  • Moore et al. (2006), Chanda P, Zhang A, Brazeau D, Sucheston L, Freudenheim JL, Ambrosone C, Ramanathan M. (2007) and Chanda P, Sucheston L, Zhang A, Brazeau D, Freudenheim JL, Ambrosone C, Ramanathan M. (2008) demonstrate the use of interaction information for analyzing gene-gene and gene-environmental interactions associated with complex diseases.
  • Pandey and Sarkar (2017) use interaction information in Cosmology to study the influence of large-scale environments on galaxy properties.
  • A python package for computing all multivariate interaction or mutual informations, conditional mutual information, joint entropies, total correlations, information distance in a dataset of n variables is available .[10]


See also

References

  1. Ting, Hu Kuo (January 1962). "On the Amount of Information". Theory of Probability & Its Applications 7 (4): 439–447. doi:10.1137/1107041. ISSN 0040-585X. http://dx.doi.org/10.1137/1107041. 
  2. Template:Cite tech report
  3. 3.0 3.1 Bell, Anthony (2003). "The co-information lattice". 4th Int. Symp. Independent Component Analysis and Blind Source Separation. 
  4. 4.0 4.1 Yeung, R.W. (May 1991). "A new outlook on Shannon's information measures". IEEE Transactions on Information Theory 37 (3): 466–474. doi:10.1109/18.79902. ISSN 0018-9448. http://dx.doi.org/10.1109/18.79902. 
  5. Baudot, Pierre; Bennequin, Daniel (2015-05-13). "The Homological Nature of Entropy". Entropy 17 (5): 3253–3318. doi:10.3390/e17053253. ISSN 1099-4300. Bibcode2015Entrp..17.3253B. 
  6. McGill, William J. (June 1954). "Multivariate information transmission". Psychometrika 19 (2): 97–116. doi:10.1007/bf02289159. ISSN 0033-3123. http://dx.doi.org/10.1007/bf02289159. 
  7. Krippendorff, Klaus (August 2009). "Information of interactions in complex systems" (in en). International Journal of General Systems 38 (6): 669–680. doi:10.1080/03081070902993160. ISSN 0308-1079. http://www.tandfonline.com/doi/abs/10.1080/03081070902993160. 
  8. Killian, Benjamin J.; Yundenfreund Kravitz, Joslyn; Gilson, Michael K. (2007-07-14). "Extraction of configurational entropy from molecular simulations via an expansion approximation" (in en). The Journal of Chemical Physics 127 (2): 024107. doi:10.1063/1.2746329. ISSN 0021-9606. PMID 17640119. PMC 2707031. Bibcode2007JChPh.127b4107K. https://pubs.aip.org/aip/jcp/article/919602. 
  9. LeVine, Michael V.; Perez-Aguilar, Jose Manuel; Weinstein, Harel (2014-06-18). "N-body Information Theory (NbIT) Analysis of Rigid-Body Dynamics in Intracellular Loop 2 of the 5-HT2A Receptor". arXiv:1406.4730 [q-bio.BM].
  10. "InfoTopo: Topological Information Data Analysis. Deep statistical unsupervised and supervised learning - File Exchange - Github". https://infotopo.readthedocs.io/en/latest/index.html.