Randomization as Regularization: A Degrees of Freedom Explanation for Random Forest Success
Lucas Mentch, Siyu Zhou

TL;DR
This paper explains the success of random forests by showing that their randomness acts as implicit regularization, especially effective in low SNR scenarios, and draws parallels with regularized linear models.
Contribution
It introduces a regularization perspective for random forests, linking the mtry parameter to model complexity control, and proposes a linear-model-based analogue demonstrating strong empirical results.
Findings
Randomness in trees acts as implicit regularization.
mtry parameter controls model complexity similar to regularization.
Linear-model-based analogue performs well empirically.
Abstract
Random forests remain among the most popular off-the-shelf supervised machine learning tools with a well-established track record of predictive accuracy in both regression and classification settings. Despite their empirical success as well as a bevy of recent work investigating their statistical properties, a full and satisfying explanation for their success has yet to be put forth. Here we aim to take a step forward in this direction by demonstrating that the additional randomness injected into individual trees serves as a form of implicit regularization, making random forests an ideal model in low signal-to-noise ratio (SNR) settings. Specifically, from a model-complexity perspective, we show that the mtry parameter in random forests serves much the same purpose as the shrinkage penalty in explicitly regularized regression procedures like lasso and ridge regression. To highlight this…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Statistical Methods and Inference · Gaussian Processes and Bayesian Inference
