paper-with-me

Papers

Unmasking Trees for Tabular Data

2024-07-08 · Calvin Mccarter

Despite much work on advanced deep learning and generative modeling techniques for tabular data generation and imputation, traditional methods have continued to win on imputation benchmarks. We herein present UnmaskingTrees, a simple method for tabular imputation (and generation) employing gradient-boosted decision trees which are used to incrementally unmask individual features. This approach offers state-of-the-art performance on imputation, and on generation given training data with missingness; and it has competitive performance on vanilla generation. To solve the conditional generation subproblem, we propose a tabular probabilistic prediction method, BaltoBot, which fits a balanced tree of boosted tree classifiers. Unlike older methods, it requires no parametric assumption on the conditional distribution, accommodating features with multimodal distributions; unlike newer diffusion methods, it offers fast sampling, closed-form density estimation, and flexible handling of discrete variables. We finally consider our two approaches as meta-algorithms, demonstrating in-context learning-based generative modeling with TabPFN.

📄 PDF Abstract BibTeX arXiv:2407.05593

Code (1)

calvinmccarter/unmasking-trees 공식 구현 pytorch

Tasks

Density EstimationImputationIn-Context LearningTabular Data Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Talking Trees: Reasoning-Assisted Induction of Decision Trees for Tabular Data

2025-09-25 · George Yakushev, Alina Shutova, Ivan Rubachev, Natalia Bereberdina 외 arxiv

Tabular foundation models are becoming increasingly popular for low-resource tabular problems. These models make up for small training datasets by pretraining on large volumes of synthetic data. The prior knowledge obtai…

Tabular Data: Is Attention All You Need?

2024-02-06 · Guri Zabërgja, Arlind Kadra, Josif Grabocka

Deep Learning has revolutionized the field of AI and led to remarkable achievements in applications involving image and text data. Unfortunately, there is inconclusive evidence on the merits of neural networks for struct…

All

Multiple Instance Learning with Trainable Decision Tree Ensembles

2023-02-13 · Andrei V. Konstantinov, Lev V. Utkin

A new random forest based model for solving the Multiple Instance Learning (MIL) problem under small tabular data, called Soft Tree Ensemble MIL (STE-MIL), is proposed. A new type of soft decision trees is considered, wh…

Multiple Instance Learning

Deep Neural Decision Trees

2018-06-19 · Yongxin Yang, Irene Garcia Morillo, Timothy M. Hospedales

Deep neural networks have been proven powerful at processing perceptual data, such as images and audio. However for tabular data, tree-based models are more popular. A nice property of tree-based models is their natural …

Neural Oblivious Decision Ensembles for Deep Learning on Tabular Data

2019-09-13 · ICLR 2020 1 · Sergei Popov, Stanislav Morozov, Artem Babenko

Nowadays, deep neural networks (DNNs) have become the main instrument for machine learning tasks within a wide range of domains, including vision, NLP, and speech. Meanwhile, in an important case of heterogenous tabular …

BIG-bench Machine LearningDeep LearningRepresentation Learning