Green (1995) Reversible Jump MCMC and Bayesian Model Determination

bayesianmcmcreversible-jumpmodel-selectionchange-pointnonparametric

Summary

Green (1995) proposes a general framework — reversible jump Markov chain Monte Carlo (RJMCMC) — for constructing reversible Markov chain samplers that jump between parameter subspaces of differing dimensionality. The central innovation is dimension matching: when proposing a move from a model of dimension n1n_1 to one of dimension n2n_2, auxiliary random variables uu are drawn so that n1+m1=n2+m2n_1+m_1 = n_2+m_2, enabling a differentiable bijection and ensuring detailed balance via a Jacobian correction. Three applications are demonstrated: multiple change-point analysis for a Poisson process (coal mining disasters 1851–1962), two-dimensional image segmentation via Voronoi tessellation, and Bayesian partition models for binomial experiments.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"This paper proposes a new framework for the construction of reversible Markov chain samplers that jump between parameter subspaces of differing dimensionality, which is flexible and entirely constructive." (p. 711)

"The definition of the sampling method is entirely constructive. No integration, by simulation or otherwise, is needed to set up the transition mechanism." (Remark 1, p. 715)

"Although as usual with Hastings methods, the distribution π need not be normalised, relative normalising constants between different subspaces are needed … a point apparently missed by Grenander & Miller (1994)." (Remark 3, p. 715)

My Take

This is the foundational paper for RJMCMC — cited in virtually every Bayesian variable-dimension paper since 1995. The key insight is elegant: add auxiliary variables to equate dimensions, then use a standard Jacobian acceptance ratio. The main practical challenge — choosing the bijection g and proposal q(u) for efficient mixing — is left problem-specific, and Green acknowledges no claim of optimality for his particular choices. The coal mining example has become a standard benchmark. The paper's three-application breadth (1D change-point, 2D image segmentation, partition models) is effective. The convergence diagnostics problem for trans-dimensional chains, acknowledged by Green in §7, remains an active area of research. Richardson-Green (1997) later applied RJMCMC to Bayesian mixture estimation with unknown k — the canonical follow-up.