paper-with-me

홈 › Papers

Optimal Weak to Strong Learning

2022-06-03 · Kasper Green Larsen, Martin Ritzert

The classic algorithm AdaBoost allows to convert a weak learner, that is an algorithm that produces a hypothesis which is slightly better than chance, into a strong learner, achieving arbitrarily high accuracy when given enough training data. We present a new algorithm that constructs a strong learner from a weak learner but uses less training data than AdaBoost and all other weak to strong learners to achieve the same generalization bounds. A sample complexity lower bound shows that our new algorithm uses the minimum possible amount of training data and is thus optimal. Hence, this work settles the sample complexity of the classic problem of constructing a strong learner from a weak learner.

📄 PDF Abstract BibTeX arXiv:2206.01563

Code (0)

등록된 구현이 없습니다.

Tasks

Generalization Bounds

Similar Papers 제목 키워드 기반

AdaBoost is not an Optimal Weak to Strong Learner

2023-01-27 · Mikael Møller Høgsgaard, Kasper Green Larsen, Martin Ritzert

AdaBoost is a classic boosting algorithm for combining multiple inaccurate classifiers produced by a weak learner, to produce a strong learner with arbitrarily high accuracy when given enough training data. Determining t…

Weak-to-Strong Generalization under Distribution Shifts

2025-10-24 · Myeongho Jeon, Jan Sobotka, Suhwan Choi, Maria Brbić arxiv

As future superhuman models become increasingly complex, accurately supervising their behavior may exceed human capabilities. Recent works have demonstrated that in such scenarios, weak models can effectively supervise s…

Image ClassificationText Classification

Smaller, Weaker, Yet Better: Training LLM Reasoners via Compute-Optimal Sampling

2024-08-29 · Hritik Bansal, Arian Hosseini, Rishabh Agarwal, Vinh Q. Tran 외

Training on high-quality synthetic data from strong language models (LMs) is a common strategy to improve the reasoning performance of LMs. In this work, we revisit whether this strategy is compute-optimal under a fixed …

DiversityKnowledge DistillationSynthetic Data Generation

Shill-Proof Auctions

2024-03-30 · Andrew Komo, Scott Duke Kominers, Tim Roughgarden

In an auction, a seller may masquerade as one or more bidders in order to manipulate the clearing price. We characterize single-item auction formats that are shill-proof in the sense that a profit-maximizing seller has n…

When to Trust the Cheap Check: Weak and Strong Verification for Reasoning

2026-02-19 · Shayan Kiyani, Sima Noorani, George Pappas, Hamed Hassani arxiv

Reasoning with LLMs increasingly unfolds inside a broader verification loop. Internally, systems use cheap checks, such as self-consistency or proxy rewards, which we call weak verification. Externally, users inspect out…