paper-with-me

Papers

When does Subagging Work?

2024-04-02 · Christos Revelas, Otilia Boldea, Bas J. M. Werker

We study the effectiveness of subagging, or subsample aggregating, on regression trees, a popular non-parametric method in machine learning. First, we give sufficient conditions for pointwise consistency of trees. We formalize that (i) the bias depends on the diameter of cells, hence trees with few splits tend to be biased, and (ii) the variance depends on the number of observations in cells, hence trees with many splits tend to have large variance. While these statements for bias and variance are known to hold globally in the covariate space, we show that, under some constraints, they are also true locally. Second, we compare the performance of subagging to that of trees across different numbers of splits. We find that (1) for any given number of splits, subagging improves upon a single tree, and (2) this improvement is larger for many splits than it is for few splits. However, (3) a single tree grown at optimal size can outperform subagging if the size of its individual trees is not optimally chosen. This last result goes against common practice of growing large randomized trees to eliminate bias and then averaging to reduce variance.

📄 PDF Abstract BibTeX arXiv:2404.01832

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exact Finite-Sample Variance Decomposition of Subagging: A Spectral Filtering Perspective

2026-04-12 · Ye Su, Mingrui Ye, Yining Wang, Jipeng Guo 외 arxiv

Standard resampling ratios (e.g., $α\approx 0.632$) are widely used as default baselines in ensemble learning for three decades. However, how these ratios interact with a base learner's intrinsic functional complexity in…

Ensemble Learning

Precise Asymptotics of Bagging Regularized M-estimators

2024-09-23 · Takuya Koriyama, Pratik Patil, Jin-Hong Du, Kai Tan 외

We characterize the squared prediction risk of ensemble estimators obtained through subagging (subsample bootstrap aggregating) regularized M-estimators and construct a consistent estimator for the risk. Specifically, we…

On Subagging Boosted Probit Model Trees

2023-11-06 · Tian Qin, Wei-Min Huang

With the insight of variance-bias decomposition, we design a new hybrid bagging-boosting algorithm named SBPMT for classification problems. For the boosting part of SBPMT, we propose a new tree model called Probit Model …

model

Randomized maximum-contrast selection: subagging for large-scale regression

2013-06-14 · Jelena Bradic

We introduce a very general method for sparse and large-scale variable selection. The large-scale regression settings is such that both the number of parameters and the number of samples are extremely large. The proposed…

regressionVariable Selection

When does Active Learning Work?

2014-08-06 · Lewis Evans, Niall M. Adams, Christoforos Anagnostopoulos

Active Learning (AL) methods seek to improve classifier performance when labels are expensive or scarce. We consider two central questions: Where does AL work? How much does it help? To address these questions, a compreh…

Active Learning