Single MCMC Chain Parallelisation on Decision Trees
Efthyvoulos Drousiotis, Paul G. Spirakis

TL;DR
This paper introduces a method to parallelize a single MCMC decision tree chain, significantly reducing computation time while maintaining statistical accuracy, making Bayesian decision trees more practical for high-dimensional data.
Contribution
The paper presents a novel approach to parallelize a single MCMC decision tree chain, enabling faster computation on multi-core systems without losing statistical validity.
Findings
Achieved up to 18x faster runtime with parallelization.
Parallel implementation produces statistically identical results to sequential.
Theoretical and practical runtime reductions are quantified.
Abstract
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 encodes prior assumptions about tree structures and shares statistical strength between node parameters. Existing work on Bayesian decision trees depend on Markov Chain Monte Carlo (MCMC), which can be computationally slow, especially on high dimensional data and expensive proposals. In this study, we propose a method to parallelise a single MCMC decision tree chain on an average laptop or personal computer that enables us to reduce its run-time through multi-core processing while the results are statistically identical to conventional sequential implementation. We also calculate the theoretical and practical reduction in run time, which can be obtained utilising our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · Data Quality and Management · Machine Learning and Data Classification
