paper-with-me

Papers

Generalized Random Forests using Fixed-Point Trees

2023-06-20 · David Fleischer, David A. Stephens, Archer Y. Yang

We propose a computationally efficient alternative to generalized random forests (GRFs) for estimating heterogeneous effects in large dimensions. While GRFs rely on a gradient-based splitting criterion, which in large dimensions is computationally expensive and unstable, our method introduces a fixed-point approximation that eliminates the need for Jacobian estimation. This gradient-free approach preserves GRF's theoretical guarantees of consistency and asymptotic normality while significantly improving computational efficiency. We demonstrate that our method achieves a speedup of multiple times over standard GRFs without compromising statistical accuracy. Experiments on both simulated and real-world data validate our approach. Our findings suggest that the proposed method is a scalable alternative for localized effect estimation in machine learning and causal inference applications

📄 PDF Abstract BibTeX arXiv:2306.11908

Code (1)

dfleis/grf 공식 구현

Tasks

Causal InferenceComputational Efficiency

Similar Papers 제목 키워드 기반

Uncertainty Quantification in Ensembles of Honest Regression Trees using Generalized Fiducial Inference

2019-11-14 · Suofei Wu, Jan Hannig, Thomas C. M. Lee

Due to their accuracies, methods based on ensembles of regression trees are a popular approach for making predictions. Some common examples include Bayesian additive regression trees, boosting and random forests. This pa…

Prediction IntervalsregressionUncertainty Quantification

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

When do random forests fail?

2018-12-01 · NeurIPS 2018 12 · Cheng Tang, Damien Garreau, Ulrike Von Luxburg

Random forests are learning algorithms that build large collections of random trees and make predictions by averaging the individual tree predictions. In this paper, we consider various tree constructions and examine how…

Pairwise Conditional Random Forests for Facial Expression Recognition

2015-12-01 · ICCV 2015 12 · Arnaud Dapogny, Kevin Bailly, Severine Dubuisson

Facial expression can be seen as the dynamic variation of one's appearance over time. Successful recognition thus involves finding representations of high-dimensional spatiotemporal patterns that can be generalized to un…

Facial Expression RecognitionFacial Expression Recognition (FER)

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