paper-with-me

Papers

On PAC-Bayesian Bounds for Random Forests

2018-10-23 · Stephan Sloth Lorenzen, Christian Igel, Yevgeny Seldin

Existing guarantees in terms of rigorous upper bounds on the generalization error for the original random forest algorithm, one of the most frequently used machine learning methods, are unsatisfying. We discuss and evaluate various PAC-Bayesian approaches to derive such bounds. The bounds do not require additional hold-out data, because the out-of-bag samples from the bagging in the training process can be exploited. A random forest predicts by taking a majority vote of an ensemble of decision trees. The first approach is to bound the error of the vote by twice the error of the corresponding Gibbs classifier (classifying with a single member of the ensemble selected at random). However, this approach does not take into account the effect of averaging out of errors of individual classifiers when taking the majority vote. This effect provides a significant boost in performance when the errors are independent or negatively correlated, but when the correlations are strong the advantage from taking the majority vote is small. The second approach based on PAC-Bayesian C-bounds takes dependencies between ensemble members into account, but it requires estimating correlations between the errors of the individual classifiers. When the correlations are high or the estimation is poor, the bounds degrade. In our experiments, we compute generalization bounds for random forests on various benchmark data sets. Because the individual decision trees already perform well, their predictions are highly correlated and the C-bounds do not lead to satisfactory results. For the same reason, the bounds based on the analysis of Gibbs classifiers are typically superior and often reasonably tight. Bounds based on a validation set coming at the cost of a smaller training set gave better performance guarantees, but worse performance in most experiments.

📄 PDF Abstract BibTeX arXiv:1810.09746

Code (1)

stephanlorenzen/majorityvotebounds

Tasks

Generalization Bounds

Similar Papers 제목 키워드 기반

The Role of Depth, Width, and Tree Size in Expressiveness of Deep Forest

2024-07-06 · Shen-Huan Lyu, Jin-Hui Wu, Qin-Cheng Zheng, Baoliu Ye

Random forests are classical ensemble algorithms that construct multiple randomized decision trees and aggregate their predictions using naive averaging. \citet{zhou2019deep} further propose a deep forest algorithm with …

Reliable ABC model choice via random forests

2014-06-24 · Pierre Pudlo, Jean-Michel Marin, Arnaud Estoup, Jean-Marie Cornuet 외

Approximate Bayesian computation (ABC) methods provide an elaborate approach to Bayesian inference on complex models, including model choice. Both theoretical arguments and simulation experiments indicate, however, that …

Bayesian InferencemodelModel Selection

Second Order PAC-Bayesian Bounds for the Weighted Majority Vote

2020-07-01 · NeurIPS 2020 12 · Andrés R. Masegosa, Stephan S. Lorenzen, Christian Igel, Yevgeny Seldin

We present a novel analysis of the expected risk of weighted majority vote in multiclass classification. The analysis takes correlation of predictions by ensemble members into account and provides a bound that is amenabl…

Binary ClassificationClassificationGeneral Classification

Bayesian learning of forest and tree graphical models

2021-08-31 · Edmund Jones

In Bayesian learning of Gaussian graphical model structure, it is common to restrict attention to certain classes of graphs and approximate the posterior distribution by repeatedly moving from one graph to another, using…

Asymptotic Distributions and Rates of Convergence for Random Forests via Generalized U-statistics

2019-05-25 · Wei Peng, Tim Coleman, Lucas Mentch

Random forests remain among the most popular off-the-shelf supervised learning algorithms. Despite their well-documented empirical success, however, until recently, few theoretical results were available to describe thei…