paper-with-me

Papers

Tight Margin-Based Generalization Bounds for Voting Classifiers over Finite Hypothesis Sets

2025-11-25 · Kasper Green Larsen, Natascha Schalburg arxiv

We prove the first margin-based generalization bound for voting classifiers, that is asymptotically tight in the tradeoff between the size of the hypothesis set, the margin, the fraction of training points with the given margin, the number of training samples and the failure probability.

📄 PDF Abstract BibTeX arXiv:2511.20407

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improved Margin Generalization Bounds for Voting Classifiers

2025-02-23 · Mikael Møller Høgsgaard, Kasper Green Larsen

In this paper we establish a new margin-based generalization bound for voting classifiers, refining existing results and yielding tighter generalization guarantees for widely used boosting algorithms such as AdaBoost (Fr…

Generalization Bounds

On the Insufficiency of the Large Margins Theory in Explaining the Performance of Ensemble Methods

2019-06-10 · Waldyn Martinez, J. Brian Gray

Boosting and other ensemble methods combine a large number of weak classifiers through weighted voting to produce stronger predictive models. To explain the successful performance of boosting algorithms, Schapire et al. …

Margin-Based Generalization Lower Bounds for Boosted Classifiers

2019-09-27 · NeurIPS 2019 12 · Allan Grønlund, Lior Kamma, Kasper Green Larsen, Alexander Mathiasen 외

Boosting is one of the most successful ideas in machine learning. The most well-accepted explanations for the low generalization error of boosting algorithms such as AdaBoost stem from margin theory. The study of margins…

Generalization Bounds

Tight Generalization Bound for AdaBoost

2026-07-29 · Mikael Møller Høgsgaard arxiv

In this paper we show that the generalization error of AdaBoost is $Θ\big(\tfrac{d\ln(nγ^{2}/d)}{nγ^2}+\tfrac{\ln(1/δ)}{n}\big)$, where $γ$ is the advantage guaranteed by the weak learner, $d$ is the VC-dimension of the …

On the Current State of Research in Explaining Ensemble Performance Using Margins

2019-06-07 · Waldyn Martinez, J. Brian Gray

Empirical evidence shows that ensembles, such as bagging, boosting, random and rotation forests, generally perform better in terms of their generalization error than individual classifiers. To explain this performance, S…