paper-with-me

홈 › Papers

Parallel Approaches to Accelerate Bayesian Decision Trees

2023-01-22 · Efthyvoulos Drousiotis, Paul G. Spirakis, Simon Maskell

Markov Chain Monte Carlo (MCMC) is a well-established family of algorithms primarily used in Bayesian statistics to sample from a target distribution when direct sampling is challenging. Existing work on Bayesian decision trees uses MCMC. Unfortunately, this can be slow, especially when considering large volumes of data. It is hard to parallelise the accept-reject component of the MCMC. None-the-less, we propose two methods for exploiting parallelism in the MCMC: in the first, we replace the MCMC with another numerical Bayesian approach, the Sequential Monte Carlo (SMC) sampler, which has the appealing property that it is an inherently parallel algorithm; in the second, we consider data partitioning. Both methods use multi-core processing with a HighPerformance Computing (HPC) resource. We test the two methods in various study settings to determine which method is the most beneficial for each test case. Experiments show that data partitioning has limited utility in the settings we consider and that the use of the SMC sampler can improve run-time (compared to the sequential implementation) by up to a factor of 343.

📄 PDF Abstract BibTeX arXiv:2301.09090

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Bayesian Decision Trees via Tractable Priors and Probabilistic Context-Free Grammars

2023-02-15 · Colin Sullivan, Mo Tiwari, Sebastian Thrun, Chris Piech

Decision Trees are some of the most popular machine learning models today due to their out-of-the-box performance and interpretability. Often, Decision Trees models are constructed greedily in a top-down fashion via heur…

Heuristic Search

Single MCMC Chain Parallelisation on Decision Trees

2022-07-26 · Efthyvoulos Drousiotis, Paul G. Spirakis

Decision trees are highly famous in machine learning and usually acquire state-of-the-art performance. Despite that, well-known variants like CART, ID3, random forest, and boosted trees miss a probabilistic version that …

Optimal hypersurface decision trees

2025-09-15 · Xi He arxiv

The study of optimal decision trees has gained increasing attention in recent years; however, despite substantial progress, it still suffers from two major challenges: First, trees constructed by existing optimal decisio…

Bayesian Decision Trees Inspired from Evolutionary Algorithms

2023-05-30 · Efthyvoulos Drousiotis, Alexander M. Phillips, Paul G. Spirakis, Simon Maskell

Bayesian Decision Trees (DTs) are generally considered a more advanced and accurate model than a regular Decision Tree (DT) because they can handle complex and uncertain data. Existing work on Bayesian DTs uses Markov Ch…

Evolutionary Algorithms

MAPTree: Beating "Optimal" Decision Trees with Bayesian Decision Trees

2023-09-26 · Colin Sullivan, Mo Tiwari, Sebastian Thrun

Decision trees remain one of the most popular machine learning models today, largely due to their out-of-the-box performance and interpretability. In this work, we present a Bayesian approach to decision tree induction v…