paper-with-me

Papers

Boosting, Voting Classifiers and Randomized Sample Compression Schemes

2024-02-05 · Arthur da Cunha, Kasper Green Larsen, Martin Ritzert

In boosting, we aim to leverage multiple weak learners to produce a strong learner. At the center of this paradigm lies the concept of building the strong learner as a voting classifier, which outputs a weighted majority vote of the weak learners. While many successful boosting algorithms, such as the iconic AdaBoost, produce voting classifiers, their theoretical performance has long remained sub-optimal: The best known bounds on the number of training examples necessary for a voting classifier to obtain a given accuracy has so far always contained at least two logarithmic factors above what is known to be achievable by general weak-to-strong learners. In this work, we break this barrier by proposing a randomized boosting algorithm that outputs voting classifiers whose generalization error contains a single logarithmic dependency on the sample size. We obtain this result by building a general framework that extends sample compression methods to support randomized learning algorithms based on sub-sampling.

📄 PDF Abstract BibTeX arXiv:2402.02976

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Risk Bounds for Randomized Sample Compressed Classifiers

2008-12-01 · NeurIPS 2008 12 · Mohak Shah

We derive risk bounds for the randomized classifiers in Sample Compressions settings where the classifier-specification utilizes two sources of information viz. the compression set and the message string. By extending th…

The Many Faces of Optimal Weak-to-Strong Learning

2024-08-30 · Mikael Møller Høgsgaard, Kasper Green Larsen, Markus Engelund Mathiasen

Boosting is an extremely successful idea, allowing one to combine multiple low accuracy classifiers into a much more accurate voting classifier. In this work, we present a new and surprisingly simple Boosting algorithm t…

Derandomizing Simultaneous Confidence Regions for Band-Limited Functions by Improved Norm Bounds and Majority-Voting Schemes

2025-06-21 · Balázs Csanád Csáji, Bálint Horváth

Band-limited functions are fundamental objects that are widely used in systems theory and signal processing. In this paper we refine a recent nonparametric, nonasymptotic method for constructing simultaneous confidence r…

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

Boosting Randomized Smoothing with Variance Reduced Classifiers

2021-06-13 · ICLR 2022 4 · Miklós Z. Horváth, Mark Niklas Müller, Marc Fischer, Martin Vechev

Randomized Smoothing (RS) is a promising method for obtaining robustness certificates by evaluating a base model under noise. In this work, we: (i) theoretically motivate why ensembles are a particularly suitable choice …