Skip to content

Commit cbae875

Browse files
authored
Merge pull request #984 from Parallel-in-Time/bibtex-bibbot-983-20e634d
pint.bib updates
2 parents 20e634d + 7c282e5 commit cbae875

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_bibliography/pint.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8310,6 +8310,15 @@ @unpublished{ZhongEtAl2025
83108310
year = {2025},
83118311
}
83128312

8313+
@unpublished{ZoltowskiEtAl2025,
8314+
abstract = {Markov chain Monte Carlo (MCMC) methods are foundational algorithms for Bayesian inference and probabilistic modeling. However, most MCMC algorithms are inherently sequential and their time complexity scales linearly with the sequence length. Previous work on adapting MCMC to modern hardware has therefore focused on running many independent chains in parallel. Here, we take an alternative approach: we propose algorithms to evaluate MCMC samplers in parallel across the chain length. To do this, we build on recent methods for parallel evaluation of nonlinear recursions that formulate the state sequence as a solution to a fixed-point problem and solve for the fixed-point using a parallel form of Newton's method. We show how this approach can be used to parallelize Gibbs, Metropolis-adjusted Langevin, and Hamiltonian Monte Carlo sampling across the sequence length. In several examples, we demonstrate the simulation of up to hundreds of thousands of MCMC samples with only tens of parallel Newton iterations. Additionally, we develop two new parallel quasi-Newton methods to evaluate nonlinear recursions with lower memory costs and reduced runtime. We find that the proposed parallel algorithms accelerate MCMC sampling across multiple examples, in some cases by more than an order of magnitude compared to sequential evaluation.},
8315+
author = {David M. Zoltowski and Skyler Wu and Xavier Gonzalez and Leo Kozachkov and Scott W. Linderman},
8316+
howpublished = {arXiv:2508.18413v1 [stat.CO]},
8317+
title = {Parallelizing MCMC Across the Sequence Length},
8318+
url = {http://arxiv.org/abs/2508.18413v1},
8319+
year = {2025},
8320+
}
8321+
83138322
@phdthesis{{Bronasco2025,
83148323
author = {{Bronasco, Ausra}},
83158324
doi = {10.13097/ARCHIVE-OUVERTE/UNIGE:187048},

0 commit comments

Comments
 (0)