Unsupervised Ensemble Learning Through Deep Energy-based Models
Ariel Maymon, Yanir Buznah, Uri Shaham
TL;DR
Unsupervised ensemble learning aims to recover the true labels $Y$ from predictions $X=(X_1,\dots,X_d)$ without labeled data. The authors reformulate the Dawid–Skene model as a deep energy-based model built on an identifiable Fully Multinomial RBM (iRBM), and extend it with deep Multinomial layers (DEEM) to relax conditional independence. They prove identifiability and a bijection between the iRBM and the CI model, show that the posterior $p_\theta(Y|X)$ can be recovered, and train DEEM with a Deep Langevin Proposal, aligning outputs via the Hungarian algorithm. Across synthetic and real-world ensembles, DEEM achieves state-of-the-art performance, effectively detecting expert subnetworks and scaling to large class spaces such as $K=1000$ ImageNet classes. This work provides a practical unsupervised framework for fusing diverse predictions in data-scarce or privacy-sensitive contexts.
Abstract
Unsupervised ensemble learning emerged to address the challenge of combining multiple learners' predictions without access to ground truth labels or additional data. This paradigm is crucial in scenarios where evaluating individual classifier performance or understanding their strengths is challenging due to limited information. We propose a novel deep energy-based method for constructing an accurate meta-learner using only the predictions of individual learners, potentially capable of capturing complex dependence structures between them. Our approach requires no labeled data, learner features, or problem-specific information, and has theoretical guarantees for when learners are conditionally independent. We demonstrate superior performance across diverse ensemble scenarios, including challenging mixture of experts settings. Our experiments span standard ensemble datasets and curated datasets designed to test how the model fuses expertise from multiple sources. These results highlight the potential of unsupervised ensemble learning to harness collective intelligence, especially in data-scarce or privacy-sensitive environments.
