MLLGCOMEApr 19, 2019

Continuous-Time Birth-Death MCMC for Bayesian Regression Tree Models

arXiv:1904.09339v210 citations
AI Analysis

This addresses the issue of local mode stickiness for researchers using Bayesian regression trees, though it is an incremental improvement over existing discrete-time methods.

The authors tackled the problem of slow convergence and poor mixing in MCMC algorithms for Bayesian regression tree models by developing a continuous-time birth-death Markov process, which always accepts moves between tree structures, leading to improved convergence and mixing properties.

Decision trees are flexible models that are well suited for many statistical regression problems. In a Bayesian framework for regression trees, Markov Chain Monte Carlo (MCMC) search algorithms are required to generate samples of tree models according to their posterior probabilities. The critical component of such an MCMC algorithm is to construct good Metropolis-Hastings steps for updating the tree topology. However, such algorithms frequently suffering from local mode stickiness and poor mixing. As a result, the algorithms are slow to converge. Hitherto, authors have primarily used discrete-time birth/death mechanisms for Bayesian (sums of) regression tree models to explore the model space. These algorithms are efficient only if the acceptance rate is high which is not always the case. Here we overcome this issue by developing a new search algorithm which is based on a continuous-time birth-death Markov process. This search algorithm explores the model space by jumping between parameter spaces corresponding to different tree structures. In the proposed algorithm, the moves between models are always accepted which can dramatically improve the convergence and mixing properties of the MCMC algorithm. We provide theoretical support of the algorithm for Bayesian regression tree models and demonstrate its performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes