paper-with-me

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 more an important issue. Hence, small models which offer good predictive performance but use small amounts of memory are required. Ensemble pruning is a standard technique to remove unnecessary classifiers from an ensemble to reduce the overall resource consumption and sometimes even improve the performance of the original ensemble. In this paper, we revisit ensemble pruning in the context of `modernly' trained Random Forests where trees are very large. We show that the improvement effects of pruning diminishes for ensembles of large trees but that pruning has an overall better accuracy-memory trade-off than RF. However, pruning does not offer fine-grained control over this trade-off because it removes entire trees from the ensemble. To further improve the accuracy-memory trade-off we present a simple, yet surprisingly effective algorithm that refines the predictions in the leaf nodes in the forest via stochastic gradient descent. We evaluate our method against 7 state-of-the-art pruning methods and show that our method outperforms the other methods on 11 of 16 datasets with a statistically significant better accuracy-memory trade-off compared to most methods. We conclude our experimental evaluation with a case study showing that our method can be applied in a real-world setting.

📄 PDF Abstract BibTeX arXiv:2110.10075

Code (1)

sbuschjaeger/leaf-refinement-experiments 공식 구현

Tasks

Ensemble Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

An Approximation Method for Fitted Random Forests

2022-07-05 · Sai K Popuri

Random Forests (RF) is a popular machine learning method for classification and regression problems. It involves a bagging application to decision tree models. One of the primary advantages of the Random Forests model is…

regression

Denoising random forests

2017-10-30 · Masaya Hibino, Akisato Kimura, Takayoshi Yamashita, Yuji Yamauchi 외

This paper proposes a novel type of random forests called a denoising random forests that are robust against noises contained in test samples. Such noise-corrupted samples cause serious damage to the estimation performan…

Denoising

Bayesian post-hoc regularization of random forests

2023-06-06 · Bastian Pfeifer

Random Forests are powerful ensemble learning algorithms widely used in various machine learning tasks. However, they have a tendency to overfit noisy or irrelevant features, which can result in decreased generalization …

Ensemble Learning

Balance is key: Private median splits yield high-utility random trees

2020-06-15 · Shorya Consul, Sinead A. Williamson

Random forests are a popular method for classification and regression due to their versatility. However, this flexibility can come at the cost of user privacy, since training random forests requires multiple data queries…

General ClassificationregressionVocal Bursts Intensity Prediction

LARF: Two-level Attention-based Random Forests with a Mixture of Contamination Models

2022-10-11 · Andrei V. Konstantinov, Lev V. Utkin

New models of the attention-based random forests called LARF (Leaf Attention-based Random Forest) are proposed. The first idea behind the models is to introduce a two-level attention, where one of the levels is the "leaf…