paper-with-me

Papers

Heterogeneous Random Forest

2024-10-24 · Ye-eun Kim, Seoung Yun Kim, Hyunjoong Kim

Random forest (RF) stands out as a highly favored machine learning approach for classification problems. The effectiveness of RF hinges on two key factors: the accuracy of individual trees and the diversity among them. In this study, we introduce a novel approach called heterogeneous RF (HRF), designed to enhance tree diversity in a meaningful way. This diversification is achieved by deliberately introducing heterogeneity during the tree construction. Specifically, features used for splitting near the root node of previous trees are assigned lower weights when constructing the feature sub-space of the subsequent trees. As a result, dominant features in the prior trees are less likely to be employed in the next iteration, leading to a more diverse set of splitting features at the nodes. Through simulation studies, it was confirmed that the HRF method effectively mitigates the selection bias of trees within the ensemble, increases the diversity of the ensemble, and demonstrates superior performance on datasets with fewer noise features. To assess the comparative performance of HRF against other widely adopted ensemble methods, we conducted tests on 52 datasets, comprising both real-world and synthetic data. HRF consistently outperformed other ensemble methods in terms of accuracy across the majority of datasets.

📄 PDF Abstract BibTeX arXiv:2410.19022

Code (1)

KimYenny/HeterogeneousRF 공식 구현

Tasks

DiversitySelection bias

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Estimation and Inference of Heterogeneous Treatment Effects using Random Forests

2015-10-14 · Stefan Wager, Susan Athey

Many scientific and engineering challenges -- ranging from personalized medicine to customized marketing recommendations -- require an understanding of treatment effect heterogeneity. In this paper, we develop a non-para…

Marketingvalid

Fréchet random forests for metric space valued regression with non euclidean predictors

2019-06-04 · Louis Capitaine, Jérémie Bigot, Rodolphe Thiébaut, Robin Genuer

Random forests are a statistical learning method widely used in many areas of scientific research because of its ability to learn complex relationships between input and output variables and also its capacity to handle h…

regression

Heterogeneous Oblique Double Random Forest

2023-04-13 · M. A. Ganaie, M. Tanveer, I. Beheshti, N. Ahmad 외

The decision tree ensembles use a single data feature at each node for splitting the data. However, splitting in this manner may fail to capture the geometric properties of the data. Thus, oblique decision trees generate…

Principled Federated Random Forests for Heterogeneous Data

2026-02-03 · Rémi Khellaf, Erwan Scornet, Aurélien Bellet, Julie Josse arxiv

Random Forests (RF) are among the most powerful and widely used predictive models for centralized tabular data, yet few methods exist to adapt them to the federated learning setting. Unlike most federated learning approa…

Federated Learning

Wasserstein Random Forests and Applications in Heterogeneous Treatment Effects

2020-06-08 · Qiming Du, Gérard Biau, François Petit, Raphaël Porcher

We present new insights into causal inference in the context of Heterogeneous Treatment Effects by proposing natural variants of Random Forests to estimate the key conditional distributions. To achieve this, we recast Br…

Causal InferencePhilosophy