one-offs
markov chains
expository
monte carlo
sampling
Overview: In this note, I describe some aspects of hierarchical structure in MCMC algorithms, and how they can be of theoretical and practical relevance.
I recently enjoyed reading a paper which presented the idea of the 'spectral telescope' for the
All of the
For
In practice, some more refined and specific conditions are needed, but this is close to the essence. The idea is then roughly that if for each
In terms of applications, the paper shows that this precise structure is exhibited by the random-scan Gibbs sampler, for which the interpolating kernels correspond to random-scan block Gibbs samplers of varying size. That is, using blocks of size
One major curiosity of mine going forward is whether a similar nested / recursive structure is readily available in other MCMC algorithms of interest. Some cursory guesses:
The Multigrid Monte Carlo algorithm of Goodman-Sokal (discussed here) has an explicit recursive structure, whilst still making global moves.
The Multilevel Delayed Acceptance algorithms pioneered by Christen-Fox, refined by Teckentrup et al. and subsequently by Dodwell et al. also have a recursive structure, which behaves slightly differently to the MGMC algorithm (more Monte Carlo-themed than Multigrid-themed, let's say).
I'm sure that there will be other examples as well, and I look forward to seeing them understood better and better.