Liquid Democracy for Low-Cost Ensemble Pruning
Ben Armstrong, Kate Larson
TL;DR
This paper links ensemble pruning with liquid democracy to drastically cut training costs for large classifier ensembles without sacrificing accuracy. By using incremental delegation-based pruning, classifiers transfer weight to better performers and are pruned over successive data increments, yielding a smaller, effective ensemble. Among the delegation schemes, Proportional Weighted strikes the strongest accuracy-cost balance, often outperforming Adaboost variants on several datasets while reducing compute. The approach also provides a natural framework for scalable, online, or out-of-core learning and opens avenues for theory-backed analyses of delegation quality and alternative scheduling strategies.
Abstract
We argue that there is a strong connection between ensemble learning and a delegative voting paradigm -- liquid democracy -- that can be leveraged to reduce ensemble training costs. We present an incremental training procedure that identifies and removes redundant classifiers from an ensemble via delegation mechanisms inspired by liquid democracy. Through both analysis and extensive experiments we show that this process greatly reduces the computational cost of training compared to training a full ensemble. By carefully selecting the underlying delegation mechanism, weight centralization in the classifier population is avoided, leading to higher accuracy than some boosting methods. Furthermore, this work serves as an exemplar of how frameworks from computational social choice literature can be applied to problems in nontraditional domains.
