paper-with-me

Papers

Bagging Robustly Learns VC Classes with Linear Sample Complexity

2026-08-13 · Omar Montasser arxiv

We revisit the problem of learning predictors robust to adversarial examples at test-time. We prove that VC classes are adversarially robustly learnable with sample complexity linear in the VC dimension $d$, providing an exponential improvement over the previous upper bound of Montasser, Hanneke, and Srebro (2019). Remarkably, this result is achieved with a simple improper algorithm that combines the classic heuristic bagging (bootstrap aggregation) of Breiman (1996) with robust empirical risk minimization (RERM). Our algorithm computes RERMs on $O(d^\star)$ independent bootstrap samples and outputs their majority vote, where $d^\star$ denotes the dual VC dimension. We complement this result with a lower bound showing that this is unavoidable: in general, any learner in this oracle model requires $Ω(d^\star)$ calls to an RERM oracle, even when given arbitrarily many training examples.

📄 PDF Abstract BibTeX arXiv:2608.13514

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A replica analysis of under-bagging

2024-04-15 · Takashi Takahashi

Under-bagging (UB), which combines under-sampling and bagging, is a popular ensemble learning method for training classifiers on an imbalanced data. Using bagging to reduce the increased variance caused by the reduction …

Ensemble Learning

Feature Bagging Provides Stability

2026-07-29 · Yuheng Ma, Qiang Sun arxiv

We study feature bagging through the lens of algorithmic stability. Feature bagging is an ensemble strategy that aggregates base learners trained on randomly subsampled feature subsets, possibly in a data-dependent manne…

Linear Systems can be Hard to Learn

2021-04-02 · Anastasios Tsiamis, George J. Pappas

In this paper, we investigate when system identification is statistically easy or hard, in the finite sample regime. Statistically easy to learn linear system classes have sample complexity that is polynomial with the sy…

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…

Learning TheoryPAC learning

Bagging in overparameterized learning: Risk characterization and risk monotonization

2022-10-20 · Pratik Patil, Jin-Hong Du, Arun Kumar Kuchibhotla

Bagging is a commonly used ensemble technique in statistics and machine learning to improve the performance of prediction procedures. In this paper, we study the prediction risk of variants of bagged predictors under the…

Prediction