paper-with-me

Papers

Joints in Random Forests

2020-06-25 · NeurIPS 2020 12 · Alvaro H. C. Correia, Robert Peharz, Cassio de Campos

Decision Trees (DTs) and Random Forests (RFs) are powerful discriminative learners and tools of central importance to the everyday machine learning practitioner and data scientist. Due to their discriminative nature, however, they lack principled methods to process inputs with missing features or to detect outliers, which requires pairing them with imputation techniques or a separate generative model. In this paper, we demonstrate that DTs and RFs can naturally be interpreted as generative models, by drawing a connection to Probabilistic Circuits, a prominent class of tractable probabilistic models. This reinterpretation equips them with a full joint distribution over the feature space and leads to Generative Decision Trees (GeDTs) and Generative Forests (GeFs), a family of novel hybrid generative-discriminative models. This family of models retains the overall characteristics of DTs and RFs while additionally being able to handle missing features by means of marginalisation. Under certain assumptions, frequently made for Bayes consistency results, we show that consistency in GeDTs and GeFs extend to any pattern of missing input features, if missing at random. Empirically, we show that our models often outperform common routines to treat missing data, such as K-nearest neighbour imputation, and moreover, that our models can naturally detect outliers by monitoring the marginal probability of input features.

📄 PDF Abstract BibTeX arXiv:2006.14937

Code (1)

AlCorreia/GeFs 공식 구현

Tasks

Imputation

Similar Papers 제목 키워드 기반

Interactive Hand Pose Estimation: Boosting accuracy in localizing extended finger joints

2018-04-02 · Cairong Zhang, Guijin Wang, Hengkai Guo, Xinghao Chen 외

Accurate 3D hand pose estimation plays an important role in Human Machine Interaction (HMI). In the reality of HMI, joints in fingers stretching out, especially corresponding fingertips, are much more important than othe…

3D Hand Pose EstimationHand Pose EstimationPose Estimation

Depth sweep regression forests for estimating 3d human pose from images

2014-09-01 · In Proceedings British Machine Vision Conference 2014 (BMVC 2014) 2014 9 · Ilya Kostrikov, Juergen Gall

We address the problem of estimating the 3d pose from monocular images. However, instead of learning a regression from image features to the full pose, we regress the positions of the joints in 3d space and infer the pos…

3D Human Pose EstimationPositionregression

ggRandomForests: Visually Exploring a Random Forest for Regression

2015-01-28 · John Ehrlinger

Random Forests [Breiman:2001] (RF) are a fully non-parametric statistical method requiring no distributional assumptions on covariate relation to the response. RF are a robust, nonlinear technique that optimizes predicti…

regression

Mondrian Forests: Efficient Online Random Forests

2014-06-10 · NeurIPS 2014 12 · Balaji Lakshminarayanan, Daniel M. Roy, Yee Whye Teh

Ensembles of randomized decision trees, usually referred to as random forests, are widely used for classification and regression tasks in machine learning and statistics. Random forests achieve competitive predictive per…

Asymptotic confidence bands for centered purely random forests

2025-11-17 · Natalie Neumeyer, Jan Rabe, Mathias Trabs arxiv

In a multivariate nonparametric regression setting we construct explicit asymptotic uniform confidence bands for centered purely random forests. Since the most popular example in this class of random forests, namely the …