Adjusted mutual information

From HandWiki

In probability theory and information theory, adjusted mutual information, a variation of mutual information may be used for comparing clusterings.[1] It corrects the effect of agreement solely due to chance between clusterings, similar to the way the adjusted rand index corrects the Rand index. It is closely related to variation of information:[2] when a similar adjustment is made to the VI index, it becomes equivalent to the AMI.[1] The adjusted measure however is no longer metrical.[3]

Mutual information of two partitions

Given a set S of N elements S={s1,s2,sN}, consider two partitions of S, namely U={U1,U2,,UR} with R clusters, and V={V1,V2,,VC} with C clusters. It is presumed here that the partitions are so-called hard clusters; the partitions are pairwise disjoint:

UiUj==ViVj

for all ij, and complete:

i=1RUi=j=1CVj=S

The mutual information of cluster overlap between U and V can be summarized in the form of an RxC contingency table M=[nij]j=1Ci=1R, where nij denotes the number of objects that are common to clusters Ui and Vj. That is,

nij=|UiVj|

Suppose an object is picked at random from S; the probability that the object falls into cluster Ui is:

PU(i)=|Ui|N

The entropy associated with the partitioning U is:

H(U)=i=1RPU(i)logPU(i)

H(U) is non-negative and takes the value 0 only when there is no uncertainty determining an object's cluster membership, i.e., when there is only one cluster. Similarly, the entropy of the clustering V can be calculated as:

H(V)=j=1CPV(j)logPV(j)

where PV(j)=|Vj|/N. The mutual information (MI) between two partitions:

MI(U,V)=i=1Rj=1CPUV(i,j)logPUV(i,j)PU(i)PV(j)

where PUV(i,j) denotes the probability that a point belongs to both the cluster Ui in U and cluster Vj in V:

PUV(i,j)=|UiVj|N

MI is a non-negative quantity upper bounded by the entropies H(U) and H(V). It quantifies the information shared by the two clusterings and thus can be employed as a clustering similarity measure.

Adjustment for chance

Like the Rand index, the baseline value of mutual information between two random clusterings does not take on a constant value, and tends to be larger when the two partitions have a larger number of clusters (with a fixed number of set elements N). By adopting a hypergeometric model of randomness, it can be shown that the expected mutual information between two random clusterings is:

E{MI(U,V)}=i=1Rj=1Cnij=(ai+bjN)+min(ai,bj)nijNlog(Nnijaibj)×ai!bj!(Nai)!(Nbj)!N!nij!(ainij)!(bjnij)!(Naibj+nij)!

where (ai+bjN)+ denotes max(0,ai+bjN). The variables ai and bj are partial sums of the contingency table; that is,

ai=j=1Cnij

and

bj=i=1Rnij

The adjusted measure[1] for the mutual information may then be defined to be:

AMI(U,V)=MI(U,V)E{MI(U,V)}max{H(U),H(V)}E{MI(U,V)}.

The AMI takes a value of 1 when the two partitions are identical and 0 when the MI between two partitions equals the value expected due to chance alone.

References

  1. 1.0 1.1 1.2 Vinh, N. X.; Epps, J.; Bailey, J. (2009). "Information theoretic measures for clusterings comparison". Proceedings of the 26th Annual International Conference on Machine Learning - ICML '09. pp. 1. doi:10.1145/1553374.1553511. ISBN 9781605585161. 
  2. Meila, M. (2007). "Comparing clusterings—an information based distance". Journal of Multivariate Analysis 98 (5): 873–895. doi:10.1016/j.jmva.2006.11.013. 
  3. Vinh, Nguyen Xuan; Epps, Julien; Bailey, James (2010), "Information Theoretic Measures for Clusterings Comparison: Variants, Properties, Normalization and Correction for Chance", The Journal of Machine Learning Research 11 (oct): 2837–54, http://jmlr.csail.mit.edu/papers/volume11/vinh10a/vinh10a.pdf