paper-with-me

홈 › Papers

Smoothing Effects of Bagging: Von Mises Expansions of Bagged Statistical Functionals

2016-12-08 · Andreas Buja, Werner Stuetzle

Bagging is a device intended for reducing the prediction error of learning algorithms. In its simplest form, bagging draws bootstrap samples from the training sample, applies the learning algorithm to each bootstrap sample, and then averages the resulting prediction rules. We extend the definition of bagging from statistics to statistical functionals and study the von Mises expansion of bagged statistical functionals. We show that the expansion is related to the Efron-Stein ANOVA expansion of the raw (unbagged) functional. The basic observation is that a bagged functional is always smooth in the sense that the von Mises expansion exists and is finite of length 1 + resample size $M$. This holds even if the raw functional is rough or unstable. The resample size $M$ acts as a smoothing parameter, where a smaller $M$ means more smoothing.

📄 PDF Abstract BibTeX arXiv:1612.02528

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Use of Bagging for Local Intrinsic Dimensionality Estimation

2026-03-25 · Kristóf Péter, Ricardo J. G. B. Campello, James Bailey, Michael E. Houle arxiv

The theory of Local Intrinsic Dimensionality (LID) has become a valuable tool for characterizing local complexity within and across data manifolds, supporting a range of data mining and machine learning tasks. Accurate L…

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

Analyzing Bagging Methods for Language Models

2022-07-19 · Pranab Islam, Shaan Khosla, Arthur Lok, Mudit Saxena

Modern language models leverage increasingly large numbers of parameters to achieve performance on natural language understanding tasks. Ensembling these models in specific configurations for downstream tasks show even f…

Natural Language Understanding

Variational bagging: a robust approach for Bayesian uncertainty quantification

2025-11-25 · Shitao Fan, Ilsang Ohn, David Dunson, Lizhen Lin arxiv

Variational Bayes methods are popular due to their computational efficiency and adaptability to diverse applications. In specifying the variational family, mean-field classes are commonly used, which enables efficient al…

Computational Efficiency

Ensemble linear interpolators: The role of ensembling

2023-09-06 · Mingqi Wu, Qiang Sun

Interpolators are unstable. For example, the mininum $\ell_2$ norm least square interpolator exhibits unbounded test errors when dealing with noisy data. In this paper, we study how ensemble stabilizes and thus improves …