COMLDec 10, 2016

Anytime Monte Carlo

arXiv:1612.03319v36 citations
AI Analysis

This addresses inefficiencies in parallel computing for Monte Carlo simulations, particularly in SMC algorithms, by ensuring synchronization and reducing processor idleness, though it is incremental as it builds on existing MCMC and SMC methods.

The paper tackles the problem of real-time budget constraints in Monte Carlo algorithms, where the number of samples becomes random and introduces length bias, especially in MCMC and SMC methods. It proposes an anytime framework using a multiple chain construction to eliminate this bias, demonstrated on a large-scale SMC^2 implementation with four billion particles on 128 GPUs, reducing idleness and providing control over compute budgets.

Monte Carlo algorithms simulate some prescribed number of samples, taking some random real time to complete the computations necessary. This work considers the converse: to impose a real-time budget on the computation, which results in the number of samples simulated being random. To complicate matters, the real time taken for each simulation may depend on the sample produced, so that the samples themselves are not independent of their number, and a length bias with respect to compute time is apparent. This is especially problematic when a Markov chain Monte Carlo (MCMC) algorithm is used and the final state of the Markov chain -- rather than an average over all states -- is required, which is the case in parallel tempering implementations of MCMC. The length bias does not diminish with the compute budget in this case. It also occurs in sequential Monte Carlo (SMC) algorithms, which is the focus of this paper. We propose an anytime framework to address the concern, using a continuous-time Markov jump process to study the progress of the computation in real time. We first show that for any MCMC algorithm, the length bias of the final state's distribution due to the imposed real-time computing budget can be eliminated by using a multiple chain construction. The utility of this construction is then demonstrated on a large-scale SMC^2 implementation, using four billion particles distributed across a cluster of 128 graphics processing units on the Amazon EC2 service. The anytime framework imposes a real-time budget on the MCMC move steps within the SMC$^{2}$ algorithm, ensuring that all processors are simultaneously ready for the resampling step, demonstrably reducing idleness to due waiting times and providing substantial control over the total compute budget.

Foundations

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

Your Notes