paper-with-me

Papers

Bagging is an Optimal PAC Learner

2022-12-05 · Kasper Green Larsen

Determining the optimal sample complexity of PAC learning in the realizable setting was a central open problem in learning theory for decades. Finally, the seminal work by Hanneke (2016) gave an algorithm with a provably optimal sample complexity. His algorithm is based on a careful and structured sub-sampling of the training data and then returning a majority vote among hypotheses trained on each of the sub-samples. While being a very exciting theoretical result, it has not had much impact in practice, in part due to inefficiency, since it constructs a polynomial number of sub-samples of the training data, each of linear size. In this work, we prove the surprising result that the practical and classic heuristic bagging (a.k.a. bootstrap aggregation), due to Breiman (1996), is in fact also an optimal PAC learner. Bagging pre-dates Hanneke's algorithm by twenty years and is taught in most undergraduate machine learning courses. Moreover, we show that it only requires a logarithmic number of sub-samples to reach optimality.

📄 PDF Abstract BibTeX arXiv:2212.02264

Code (0)

등록된 구현이 없습니다.

Tasks

Learning TheoryPAC learning

Similar Papers 제목 키워드 기반

Majority-of-Three is Optimal

2026-06-11 · Divit Rawal, Nikita Zhivotovskiy arxiv

We give a short proof that the majority vote of three independent consistent classifiers is an optimal learner in the realizable PAC setting. This proves optimality for the simplest voting scheme, while simplifying both …

A Quantum Bagging Algorithm with Unsupervised Base Learners for Label Corrupted Datasets

2025-09-08 · Neeshu Rathi, Sanjeev Kumar arxiv

The development of noise-resilient quantum machine learning (QML) algorithms is critical in the noisy intermediate-scale quantum (NISQ) era. In this work, we propose a quantum bagging framework that uses QMeans clusterin…

Quantum Machine Learning

Efficient Optimal PAC Learning

2025-02-05 · Mikael Møller Høgsgaard

Recent advances in the binary classification setting by Hanneke [2016b] and Larsen [2023] have resulted in optimal PAC learners. These learners leverage, respectively, a clever deterministic subsampling scheme and the cl…

Binary ClassificationPAC learning

Optimizing Ensemble Weights and Hyperparameters of Machine Learning Models for Regression Problems

2019-08-14 · Mohsen Shahhosseini, Guiping Hu, Hieu Pham

Aggregating multiple learners through an ensemble of models aim to make better predictions by capturing the underlying distribution of the data more accurately. Different ensembling methods, such as bagging, boosting, an…

BIG-bench Machine Learningregression

On the Intrinsic Differential Privacy of Bagging

2020-08-22 · Hongbin Liu, Jinyuan Jia, Neil Zhenqiang Gong

Differentially private machine learning trains models while protecting privacy of the sensitive training data. The key to obtain differentially private models is to introduce noise/randomness to the training process. In …

BIG-bench Machine LearningEnsemble Learning