Liquid Ensemble Selection for Continual Learning
Carter Blair, Ben Armstrong, Kate Larson
TL;DR
Addresses continual learning under non-stationary data shifts by applying liquid democracy to dynamically allocate learning and prediction across an ensemble. Competency is reframed in terms of learning rate for continual learning and recent accuracy within a sliding window for dynamic selection, enabling delegation rules such as $k$-BAT and Student-Expert to choose who learns and who predicts. The approach is validated on class-incremental and domain-incremental benchmarks, showing gains over naive ensembles and replay-based baselines. It does not require context labels or replay buffers, highlighting practical applicability to real-world non-stationary environments.
Abstract
Continual learning aims to enable machine learning models to continually learn from a shifting data distribution without forgetting what has already been learned. Such shifting distributions can be broken into disjoint subsets of related examples; by training each member of an ensemble on a different subset it is possible for the ensemble as a whole to achieve much higher accuracy with less forgetting than a naive model. We address the problem of selecting which models within an ensemble should learn on any given data, and which should predict. By drawing on work from delegative voting we develop an algorithm for using delegation to dynamically select which models in an ensemble are active. We explore a variety of delegation methods and performance metrics, ultimately finding that delegation is able to provide a significant performance boost over naive learning in the face of distribution shifts.
