MLLGMAOCCOJan 29, 2024

Distributed Markov Chain Monte Carlo Sampling based on the Alternating Direction Method of Multipliers

Stanford
arXiv:2401.15838v11 citationsh-index: 25
Originality Incremental advance
AI Analysis

This work addresses uncertainty quantification in distributed machine learning for applications like regression, though it is incremental as it adapts an existing optimization method to sampling.

The paper tackles the problem of performing Bayesian inference on spatially distributed datasets under privacy and communication constraints by proposing a distributed Markov Chain Monte Carlo sampling scheme based on the Alternating Direction Method of Multipliers, achieving fast convergence with theoretical guarantees and experimental superiority over state-of-the-art methods in linear and logistic regression tasks.

Many machine learning applications require operating on a spatially distributed dataset. Despite technological advances, privacy considerations and communication constraints may prevent gathering the entire dataset in a central unit. In this paper, we propose a distributed sampling scheme based on the alternating direction method of multipliers, which is commonly used in the optimization literature due to its fast convergence. In contrast to distributed optimization, distributed sampling allows for uncertainty quantification in Bayesian inference tasks. We provide both theoretical guarantees of our algorithm's convergence and experimental evidence of its superiority to the state-of-the-art. For our theoretical results, we use convex optimization tools to establish a fundamental inequality on the generated local sample iterates. This inequality enables us to show convergence of the distribution associated with these iterates to the underlying target distribution in Wasserstein distance. In simulation, we deploy our algorithm on linear and logistic regression tasks and illustrate its fast convergence compared to existing gradient-based methods.

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