paper-with-me

Papers

Pruning Random Forests for Prediction on a Budget

2016-06-16 · NeurIPS 2016 12 · Feng Nan, Joseph Wang, Venkatesh Saligrama

We propose to prune a random forest (RF) for resource-constrained prediction. We first construct a RF and then prune it to optimize expected feature cost & accuracy. We pose pruning RFs as a novel 0-1 integer program with linear constraints that encourages feature re-use. We establish total unimodularity of the constraint set to prove that the corresponding LP relaxation solves the original integer program. We then exploit connections to combinatorial optimization and develop an efficient primal-dual algorithm, scalable to large datasets. In contrast to our bottom-up approach, which benefits from good RF initialization, conventional methods are top-down acquiring features based on their utility value and is generally intractable, requiring heuristics. Empirically, our pruning algorithm outperforms existing state-of-the-art resource-constrained algorithms.

📄 PDF Abstract BibTeX arXiv:1606.05060

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationPrediction

Similar Papers 제목 키워드 기반

Improving the Accuracy-Memory Trade-Off of Random Forests Via Leaf-Refinement

2021-10-19 · Sebastian Buschjäger, Katharina Morik

Random Forests (RF) are among the state-of-the-art in many machine learning applications. With the ongoing integration of ML models into everyday life, the deployment and continuous application of models becomes more and…

Ensemble Pruning

Cost-complexity pruning of random forests

2017-03-15 · Kiran Bangalore Ravi, Jean Serra

Random forests perform bootstrap-aggregation by sampling the training samples with replacement. This enables the evaluation of out-of-bag error which serves as a internal cross-validation mechanism. Our motivation lies i…

Lumberjack: Better Differentially Private Random Forests through Heavy Hitter Detection in Trees

2026-05-21 · Christian Janos Lebeda, David Erb, Tudor Cebere, Aurélien Bellet arxiv

Random forests are widely used in fields involving sensitive tabular data, but existing approaches to enforcing differential privacy (DP) typically degrade performance to the point of impracticality. In this paper, we in…

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 pruni…

Feature-Budgeted Random Forest

2015-02-20 · Feng Nan, Joseph Wang, Venkatesh Saligrama

We seek decision rules for prediction-time cost reduction, where complete data is available for training, but during prediction-time, each feature can only be acquired for an additional cost. We propose a novel random fo…

Prediction