Subsampled Ensemble Can Improve Generalization Tail Exponentially
Huajie Qian, Donghao Ying, Henry Lam, Wotao Yin
TL;DR
The paper tackles heavy-tailed generalization in data-driven learning and optimization by introducing MoVE and ROvE, ensemble methods that select the mode or an epsilon-optimal model from multiple subsampled base learners. By voting on models trained on random subsets, the approach converts polynomial excess-risk tails into exponential tails, with formal finite-sample guarantees showing exponential decay in the tail probability $\mathbb{P}\left(L(\hat{\theta}_n)>\min_{\theta}L(\theta)+\delta\right)$. The contributions include the MoVE framework for discrete decision spaces and the ROvE/ROvEs two-phase procedures for continuous spaces, each backed by theoretical bounds and extensive numerical validation on neural networks, trees, and stochastic programs under heavy-tailed noise. This yields a practical, theoretically grounded method that substantially improves out-of-sample performance in challenging tail regimes across ML and optimization tasks.
Abstract
Ensemble learning is a popular technique to improve the accuracy of machine learning models. It traditionally hinges on the rationale that aggregating multiple weak models can lead to better models with lower variance and hence higher stability, especially for discontinuous base learners. In this paper, we provide a new perspective on ensembling. By selecting the most frequently generated model from the base learner when repeatedly applied to subsamples, we can attain exponentially decaying tails for the excess risk, even if the base learner suffers from slow (i.e., polynomial) decay rates. This tail enhancement power of ensembling applies to base learners that have reasonable predictive power to begin with and is stronger than variance reduction in the sense of exhibiting rate improvement. We demonstrate how our ensemble methods can substantially improve out-of-sample performances in a range of numerical examples involving heavy-tailed data or intrinsically slow rates.
