paper-with-me

Papers

VaRT: Variational Regression Trees

2023-09-21 · NeurIPS 2023 11

Decision trees are a well-established tool in machine learning for classification and regression tasks. In this paper, we introduce a novel non-parametric Bayesian model that uses variational inference to approximate a posterior distribution over the space of stochastic decision trees. We evaluate the model's performance on 18 datasets and demonstrate its competitiveness with other state-of-the-art methods in regression tasks. We also explore its application to causal inference problems. We provide a fully vectorized implementation of our algorithm in PyTorch.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Causal inference Causal inference is the process of drawing a conclusion about a causal connection based on the conditions of the occurrence of an effect. The main difference between causal…
Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Variational Boosted Soft Trees

2023-02-21 · Tristan Cinquin, Tammo Rukat, Philipp Schmidt, Martin Wistuba 외

Gradient boosting machines (GBMs) based on decision trees consistently demonstrate state-of-the-art results on regression and classification tasks with tabular data, often outperforming deep neural networks. However, the…

Decision MakingOut-of-Distribution Detectionregressiontabular-regression+1

Variational pSOM: Deep Probabilistic Clustering with Self-Organizing Maps

2019-09-25 · Laura Manduchi, Matthias Hüser, Gunnar Rätsch, Vincent Fortuin

Generating visualizations and interpretations from high-dimensional data is a common problem in many fields. Two key approaches for tackling this problem are clustering and representation learning. There are very perfor…

ClusteringDeep ClusteringRepresentation LearningTime Series+1

VaSST: Variational Inference for Symbolic Regression using Soft Symbolic Trees

2026-02-27 · Somjit Roy, Pritam Dey, Bani K. Mallick arxiv

Symbolic regression (SR) has gained recent traction in AI-driven scientific discovery for learning closed-form physical laws. Yet existing methods are dominated by heuristic search or data-intensive approaches that often…

Inference in Bayesian Additive Vector Autoregressive Tree Models

2020-06-29 · Florian Huber, Luca Rossini

Vector autoregressive (VAR) models assume linearity between the endogenous variables and their lags. This assumption might be overly restrictive and could have a deleterious impact on forecasting accuracy. As a solution,…

Learning Arbitrary Statistical Mixtures of Discrete Distributions

2015-04-10 · Jian Li, Yuval Rabani, Leonard J. Schulman, Chaitanya Swamy

We study the problem of learning from unlabeled samples very general statistical mixture models on large finite sets. Specifically, the model to be learned, $\vartheta$, is a probability distribution over probability dis…

Collaborative FilteringTopic Models