Diffeomorphic Markov Chain Monte Carlo: fast mixing for heavy-tailed distributions
arXiv:2608.04284
2026
Sampling
1 ideas extracted · analyzed Aug 31, 2026
What the math gives to ML
The paper's transferable asset is a radial diffeomorphism that converts an unbounded heavy-tailed distribution into a distribution on a bounded Euclidean ball while explicitly accounting for volume distortion through the Jacobian. This can make Bayesian neural-network posterior sampling more stable when weight posteriors have polynomial tails and posterior gradients vanish at large norms. The direct implementation is a transformed-space MCMC sampler: maintain parameters in a unit ball, map them to unconstrained network weights through radial expansion, and include the Jacobian determinant in the transformed target density. The construction is particularly suitable as a robustness baseline against unconstrained random-walk Metropolis or HMC on heavy-tailed Bayesian neural networks.
Ideas from this paper
Unverified
2026
Reparameterize all Bayesian neural-network weights by a bounded latent vector in the unit ball and use a simple ball-constrained MCMC kernel instead of unconstrained HMC or random-walk sampling. A radial diffeomorphism expands points near the ball boundary into arbitrarily large weights, preserving heavy-tailed posterior mass while preventing the sampler from numerically wandering through an unbounded parameter space.
Useful6/10
Difficulty5/10
Novelty7/10