A Unified Theory of Diversity in Ensemble Learning
Danny Wood, Tingting Mu, Andrew Webb, Henry Reeve, Mikel Luján, Gavin Brown
TL;DR
This work introduces a unified theory of ensemble diversity by showing that diversity is a hidden dimension of the bias-variance decomposition across a broad family of losses. It derives exact bias-variance-diversity decompositions for squared loss, cross-entropy, and Poisson-like losses, with a centroid combiner that depends on the loss (e.g., arithmetic mean for squared loss, normalized geometric mean for KL-divergence). The paper also extends the framework to the wider class of Bregman divergences, providing analytical forms for centroids and revealing loss-specific geometry and diversity properties, including label-dependent effects for non-additive losses like 0/1. It offers practical methods to estimate bias, variance, and diversity from data and discusses how diversity contributes to model fit rather than simply being maximized, enabling a three-way bias-variance-diversity trade-off with implications for ensemble design and regularisation. Overall, the theory unifies diverse notions of ensemble diversity under loss-driven BV decompositions, guiding principled ensemble construction and interpretation.
Abstract
We present a theory of ensemble diversity, explaining the nature of diversity for a wide range of supervised learning scenarios. This challenge has been referred to as the holy grail of ensemble learning, an open research issue for over 30 years. Our framework reveals that diversity is in fact a hidden dimension in the bias-variance decomposition of the ensemble loss. We prove a family of exact bias-variance-diversity decompositions, for a wide range of losses in both regression and classification, e.g., squared, cross-entropy, and Poisson losses. For losses where an additive bias-variance decomposition is not available (e.g., 0/1 loss) we present an alternative approach: quantifying the effects of diversity, which turn out to be dependent on the label distribution. Overall, we argue that diversity is a measure of model fit, in precisely the same sense as bias and variance, but accounting for statistical dependencies between ensemble members. Thus, we should not be maximising diversity as so many works aim to do -- instead, we have a bias/variance/diversity trade-off to manage.
