paper-with-me

홈 › Papers

Generative Forests

2023-08-07 · Richard Nock, Mathieu Guillame-Bert

We focus on generative AI for a type of data that still represent one of the most prevalent form of data: tabular data. Our paper introduces two key contributions: a new powerful class of forest-based models fit for such tasks and a simple training algorithm with strong convergence guarantees in a boosting model that parallels that of the original weak / strong supervised learning setting. This algorithm can be implemented by a few tweaks to the most popular induction scheme for decision tree induction (i.e. supervised learning) with two classes. Experiments on the quality of generated data display substantial improvements compared to the state of the art. The losses our algorithm minimize and the structure of our models make them practical for related tasks that require fast estimation of a density given a generative model and an observation (even partially specified): such tasks include missing data imputation and density estimation. Additional experiments on these tasks reveal that our models can be notably good contenders to diverse state of the art methods, relying on models as diverse as (or mixing elements of) trees, neural nets, kernels or graphical models.

📄 PDF Abstract BibTeX arXiv:2308.03648

Code (0)

등록된 구현이 없습니다.

Tasks

Density EstimationImputationTabular Data GenerationText Generation

Similar Papers 제목 키워드 기반

Towards Robust Classification with Deep Generative Forests

2020-07-11 · Alvaro H. C. Correia, Robert Peharz, Cassio de Campos

Decision Trees and Random Forests are among the most widely used machine learning models, and often achieve state-of-the-art performance in tabular, domain-agnostic datasets. Nonetheless, being primarily discriminative m…

BIG-bench Machine LearningClassificationGeneral ClassificationRobust classification

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, how…

Imputation

RafterNet: Probabilistic predictions in multi-response regression

2021-12-02 · Marius Hofert, Avinash Prasad, Mu Zhu

A fully nonparametric approach for making probabilistic predictions in multi-response regression problems is introduced. Random forests are used as marginal models for each response variable and, as novel contribution of…

regression

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

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 lea…

Density EstimationSynthetic Data Generation