Information Theoretic Measures for Clusterings Comparison: Variants, Properties, Normalization and Correction for Chance
X. NguyenJulien EppsJames Bailey
Establishes which information-theoretic clustering comparison measures satisfy metric, normalization, and chance-correction properties, motivating normalized information distance as a principled default.
Clustering methods are essential for discovering hidden patterns across large datasets, such as biological samples and customer groups. To assess how well these algorithms perform, analysts compare their results against known categories or alternative groupings using comparison scores. While information-based comparison tools are popular due to their ability to detect complex non-linear associations, practitioners have faced ambiguity regarding which specific formula to choose, whether distances satisfy formal geometric properties, and how to prevent random chance from inflating evaluation scores.
The article systematically evaluates, categorizes, and proves the mathematical properties of information-based clustering comparison measures. It aims to establish which measures satisfy essential mathematical criteria, derive exact adjustments for chance agreement, and demonstrate when these adjustments are necessary.
To conduct this evaluation, the authors performed formal mathematical analyses to prove or disprove whether various measures behave as true geometric metrics and whether they remain normalized within a fixed scale. They derived exact statistical adjustments under a permutation framework and established theoretical upper bounds on expected chance agreement. The authors then validated their theoretical findings using numerical simulations and applied them to practical tasks, including eight synthetic and real-world genomic datasets to determine the true number of clusters.
The study established five key findings. First, among the distance measures evaluated, only normalized variation of information and normalized information distance satisfy both the strict definition of a geometric metric and standard scaling between zero and one, with normalized information distance utilizing the available range most effectively. Second, unadjusted measures suffer from significant baseline inflation; as the number of clusters increases, random groupings appear deceptively similar to true classifications. Third, the authors derived an exact adjustment formula that centers the baseline score at zero for purely random clusterings. Fourth, a trade-off exists: applying a chance correction removes the strict geometric metric property. Fifth, mathematical bounds prove that chance adjustment is critical primarily when the ratio of sample items to clusters is small, whereas unadjusted measures naturally approach adjusted values as sample sizes become large relative to the number of clusters (such as when the ratio exceeds 100).
These findings have immediate operational implications for data science workflows, algorithmic design, and research compliance. Unadjusted metrics create substantial risk in small-sample environments, such as rare disease genomics or high-dimensional biomedical studies, where algorithms might falsely favor models with too many clusters simply due to random statistical noise. In contrast, for large datasets, organizations can safely use the unadjusted normalized information distance to preserve true distance geometry, which is beneficial for cluster search and optimization routines.
Based on these results, decision-makers and analytics teams should adopt normalized information distance as their general-purpose metric. Teams must require adjusted-for-chance formulations whenever analyzing datasets with low sample-to-cluster ratios to prevent misleading performance assessments. For large-scale data applications requiring geometric consistency, the unadjusted form should be used.
The authors note limitations, including that adjusted measures lose formal metric properties and that random baseline behavior depends on underlying partition assumptions. Additionally, the exact impact of data-dependent scaling bounds requires careful interpretation during validation. Nevertheless, the theoretical proofs and empirical validations provide high confidence that following these selection guidelines will ensure sound and reproducible clustering evaluations.
- Paper: Evaluation: from precision, recall and F-measure to ROC, informedness, markedness and correlation, David M. W. Powers (2011). Reading this foundational analysis of chance-corrected performance measures and bias in evaluation metrics provides essential context for understanding the source paper's emphasis on chance correction for clustering comparisons.
- Paper: Cluster Ensembles – A Knowledge Reuse Framework for Combining Multiple Partitions, Alexander Strehl et al. (2002). This text establishes mutual information as a core framework for comparing and combining data partitions, directly motivating the information-theoretic measures evaluated in the source paper.
No sufficiently relevant recommendations were found.
