Automated Techniques for Efficient Sampling of Piecewise-Deterministic Markov Processes
Charly Andral, Kengo Kamatani

TL;DR
This paper introduces an adaptive variant of the Zig-Zag sampler for piecewise deterministic Markov processes, improving efficiency by tuning hyperparameters dynamically and enhancing the computation of rate function bounds.
Contribution
It proposes a new adaptive algorithm for PDMP-based MCMC that automatically adjusts hyperparameters and uses a grid-based method for rate bound estimation, extending applicability.
Findings
Adaptive algorithm improves sampling efficiency.
Grid-based rate bound computation is more robust and faster.
Extended algorithm to various PDMPs with a Python implementation.
Abstract
Piecewise deterministic Markov processes (PDMPs) are a class of continuous-time Markov processes that were recently used to develop a new class of Markov chain Monte Carlo algorithms. However, the implementation of the processes is challenging due to the continuous-time aspect and the necessity of integrating the rate function. Recently, Corbella, Spencer, and Roberts (2022) proposed a new algorithm to automate the implementation of the Zig-Zag sampler. However, the efficiency of the algorithm highly depends on a hyperparameter () that is fixed all along the run of the algorithm and needs preliminary runs to tune. In this work, we relax this assumption and propose a new variant of their algorithm that let this parameter change over time and automatically adapt to the target distribution. We also replace the Brent optimization algorithm by a grid-based method to compute…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFault Detection and Control Systems
