paper-with-me

Papers

Bagging Provides Assumption-free Stability

2023-01-30 · Jake A. Soloff, Rina Foygel Barber, Rebecca Willett

Bagging is an important technique for stabilizing machine learning models. In this paper, we derive a finite-sample guarantee on the stability of bagging for any model. Our result places no assumptions on the distribution of the data, on the properties of the base algorithm, or on the dimensionality of the covariates. Our guarantee applies to many variants of bagging and is optimal up to a constant. Empirical results validate our findings, showing that bagging successfully stabilizes even highly unstable base algorithms.

📄 PDF Abstract BibTeX arXiv:2301.12600

Code (1)

jake-soloff/subbagging-experiments 공식 구현

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

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…

Improving reproducibility by controlling random seed stability in machine learning based estimation via bagging

2026-04-20 · Nicholas Williams, Alejandro Schuler arxiv

Predictions from machine learning algorithms can vary across random seeds, inducing instability in downstream debiased machine learning estimators. We formalize random seed stability via a concentration condition and pro…

Stacking and stability

2019-01-26 · Nino Arsov, Martin Pavlovski, Ljupco Kocarev

Stacking is a general approach for combining multiple models toward greater predictive accuracy. It has found various application across different domains, ensuing from its meta-learning nature. Our understanding, nevert…

Meta-Learning

Building a stable classifier with the inflated argmax

2024-05-22 · Jake A. Soloff, Rina Foygel Barber, Rebecca Willett

We propose a new framework for algorithmic stability in the context of multiclass classification. In practice, classification algorithms often operate by first assigning a continuous score (for instance, an estimated pro…

Domain Adaptive Bootstrap Aggregating

2020-01-12 · Meimei Liu, David B. Dunson

When there is a distributional shift between data used to train a predictive algorithm and current data, performance can suffer. This is known as the domain adaptation problem. Bootstrap aggregating, or bagging, is a pop…

Domain AdaptationMedical Diagnosis