paper-with-me

Papers

Alpha-Trimming: Locally Adaptive Tree Pruning for Random Forests

2024-08-13 · Nikola Surjanovic, Andrew Henrey, Thomas M. Loughin

We demonstrate that adaptively controlling the size of individual regression trees in a random forest can improve predictive performance, contrary to the conventional wisdom that trees should be fully grown. A fast pruning algorithm, alpha-trimming, is proposed as an effective approach to pruning trees within a random forest, where more aggressive pruning is performed in regions with a low signal-to-noise ratio. The amount of overall pruning is controlled by adjusting the weight on an information criterion penalty as a tuning parameter, with the standard random forest being a special case of our alpha-trimmed random forest. A remarkable feature of alpha-trimming is that its tuning parameter can be adjusted without refitting the trees in the random forest once the trees have been fully grown once. In a benchmark suite of 46 example data sets, mean squared prediction error is often substantially lowered by using our pruning algorithm and is never substantially increased compared to a random forest with fully-grown trees at default parameter settings.

📄 PDF Abstract BibTeX arXiv:2408.07151

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Measuring training variability from stochastic optimization using robust nonparametric testing

2024-06-12 · Sinjini Banerjee, Tim Marrinan, Reilly Cannon, Tony Chiang 외

Deep neural network training often involves stochastic optimization, meaning each run will produce a different model. This implies that hyperparameters of the training process, such as the random seed itself, can potenti…

modelStochastic OptimizationTransfer Learning

Structural Pruning in Deep Neural Networks: A Small-World Approach

2019-11-11 · Gokul Krishnan, Xiaocong Du, Yu Cao

Deep Neural Networks (DNNs) are usually over-parameterized, causing excessive memory and interconnection cost on the hardware platform. Existing pruning approaches remove secondary parameters at the end of training to re…

Minimax-optimal and Locally-adaptive Online Nonparametric Regression

2024-10-04 · Paul Liautaud, Pierre Gaillard, Olivier Wintenberger

We study adversarial online nonparametric regression with general convex losses and propose a parameter-free learning algorithm that achieves minimax optimal rates. Our approach leverages chaining trees to compete agains…

regression

Learning Entangled Single-Sample Distributions via Iterative Trimming

2020-04-20 · Hui Yuan, YIngyu Liang

In the setting of entangled single-sample distributions, the goal is to estimate some common parameter shared by a family of distributions, given one \emph{single} sample from each distribution. We study mean estimation …

Learning to Trim: End-to-End Causal Graph Pruning with Dynamic Anatomical Feature Banks for Medical VQA

2026-03-27 · Zibo Xu, Qiang Li, Weizhi Nie, Yuting Su arxiv

Medical Visual Question Answering (MedVQA) models often exhibit limited generalization due to reliance on dataset-specific correlations, such as recurring anatomical patterns or question-type regularities, rather than ge…

Visual Question Answering