paper-with-me

홈 › Papers

Adversarial random forests for density estimation and generative modeling

2022-05-19 · David S. Watson, Kristin Blesch, Jan Kapar, Marvin N. Wright

We propose methods for density estimation and data synthesis using a novel form of unsupervised random forests. Inspired by generative adversarial networks, we implement a recursive procedure in which trees gradually learn structural properties of the data through alternating rounds of generation and discrimination. The method is provably consistent under minimal assumptions. Unlike classic tree-based alternatives, our approach provides smooth (un)conditional densities and allows for fully synthetic data generation. We achieve comparable or superior performance to state-of-the-art probabilistic circuits and deep learning models on various tabular data benchmarks while executing about two orders of magnitude faster on average. An accompanying $\texttt{R}$ package, $\texttt{arf}$, is available on $\texttt{CRAN}$.

📄 PDF Abstract BibTeX arXiv:2205.09435

Code (1)

bips-hb/arf_paper 공식 구현

Tasks

Density EstimationSynthetic Data Generation

Similar Papers 제목 키워드 기반

arfpy: A python package for density estimation and generative modeling with adversarial random forests

2023-11-13 · Kristin Blesch, Marvin N. Wright

This paper introduces $\textit{arfpy}$, a python implementation of Adversarial Random Forests (ARF) (Watson et al., 2023), which is a lightweight procedure for synthesizing new data that resembles some given data. The so…

Density Estimation

Missing value imputation with adversarial random forests -- MissARF

2025-07-21 · Pegah Golchian, Jan Kapar, David S. Watson, Marvin N. Wright

Handling missing values is a common challenge in biostatistical analyses, typically addressed by imputation methods. We propose a novel, fast, and easy-to-use imputation method called missing value imputation with advers…

Density EstimationImputationMissing Values

Using Forests in Multivariate Regression Discontinuity Designs

2023-03-21 · Yiqi Liu, Yuan Qi

We discuss estimation and inference of conditional treatment effects in regression discontinuity (RD) designs with multiple scores. In addition to local linear regressions and the minimax-optimal estimator more recently …

regression

RFCDE: Random Forests for Conditional Density Estimation

2018-04-16 · Taylor Pospisil, Ann B. Lee

Random forests is a common non-parametric regression technique which performs well for mixed-type data and irrelevant covariates, while being robust to monotonic variable transformations. Existing random forest implement…

Density EstimationGeneral Classificationregression

COUNT Forest: CO-Voting Uncertain Number of Targets Using Random Forest for Crowd Density Estimation

2015-12-01 · ICCV 2015 12 · Viet-Quoc Pham, Tatsuo Kozakaya, Osamu Yamaguchi, Ryuzo Okada

This paper presents a patch-based approach for crowd density estimation in public scenes. We formulate the problem of estimating density in a structured learning framework applied to random decision forests. Our approach…

Density EstimationScene Understanding