STMLJul 20, 2019

Estimating the Algorithmic Variance of Randomized Ensembles via the Bootstrap

arXiv:1907.08742v126 citations
Originality Incremental advance
AI Analysis

This provides a theoretical and practical solution for researchers and practitioners using ensemble methods to assess convergence and reduce uncertainty in predictions, though it is incremental as it builds on existing ensemble techniques.

The paper tackles the problem of determining when randomized ensembles like bagging and random forests are large enough to approximate an infinite ensemble by proposing a bootstrap method to estimate algorithmic variance in classification, proving consistent approximation under a first-order model and offering a practical guideline with modest computational cost.

Although the methods of bagging and random forests are some of the most widely used prediction methods, relatively little is known about their algorithmic convergence. In particular, there are not many theoretical guarantees for deciding when an ensemble is "large enough" --- so that its accuracy is close to that of an ideal infinite ensemble. Due to the fact that bagging and random forests are randomized algorithms, the choice of ensemble size is closely related to the notion of "algorithmic variance" (i.e. the variance of prediction error due only to the training algorithm). In the present work, we propose a bootstrap method to estimate this variance for bagging, random forests, and related methods in the context of classification. To be specific, suppose the training dataset is fixed, and let the random variable $Err_t$ denote the prediction error of a randomized ensemble of size $t$. Working under a "first-order model" for randomized ensembles, we prove that the centered law of $Err_t$ can be consistently approximated via the proposed method as $t\to\infty$. Meanwhile, the computational cost of the method is quite modest, by virtue of an extrapolation technique. As a consequence, the method offers a practical guideline for deciding when the algorithmic fluctuations of $Err_t$ are negligible.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes