paper-with-me

Papers

The Within-Orbit Adaptive Leapfrog No-U-Turn Sampler

2025-06-23 · Nawaf Bou-Rabee, Bob Carpenter, Tore Selland Kleppe, Sifan Liu

Locally adapting parameters within Markov chain Monte Carlo methods while preserving reversibility is notoriously difficult. The success of the No-U-Turn Sampler (NUTS) largely stems from its clever local adaptation of the integration time in Hamiltonian Monte Carlo via a geometric U-turn condition. However, posterior distributions frequently exhibit multi-scale geometries with extreme variations in scale, making it necessary to also adapt the leapfrog integrator's step size locally and dynamically. Despite its practical importance, this problem has remained largely open since the introduction of NUTS by Hoffman and Gelman (2014). To address this issue, we introduce the Within-orbit Adaptive Leapfrog No-U-Turn Sampler (WALNUTS), a generalization of NUTS that adapts the leapfrog step size at fixed intervals of simulated time as the orbit evolves. At each interval, the algorithm selects the largest step size from a dyadic schedule that keeps the energy error below a user-specified threshold. Like NUTS, WALNUTS employs biased progressive state selection to favor states with positions that are further from the initial point along the orbit. Empirical evaluations on multiscale target distributions, including Neal's funnel and the Stock-Watson stochastic volatility time-series model, demonstrate that WALNUTS achieves substantial improvements in sampling efficiency and robustness compared to standard NUTS.

📄 PDF Abstract BibTeX arXiv:2506.18746

Code (1)

bob-carpenter/walnuts 공식 구현

Similar Papers 제목 키워드 기반

GIST: Gibbs self-tuning for locally adaptive Hamiltonian Monte Carlo

2024-04-23 · Nawaf Bou-Rabee, Bob Carpenter, Milo Marsden

We introduce a novel and flexible framework for constructing locally adaptive Hamiltonian Monte Carlo (HMC) samplers by Gibbs sampling the algorithm's tuning parameters conditionally based on the position and momentum at…

Position

Adaptive Bayesian Sampling with Monte Carlo EM

2017-11-06 · NeurIPS 2017 12 · Anirban Roychowdhury, Srinivasan Parthasarathy

We present a novel technique for learning the mass matrices in samplers obtained from discretized dynamics that preserve some energy function. Existing adaptive samplers use Riemannian preconditioning techniques, where t…

ATLAS: Adapting Trajectory Lengths and Step-Size for Hamiltonian Monte Carlo

2024-10-28 · Chirag Modi

Hamiltonian Monte-Carlo (HMC) and its auto-tuned variant, the No U-Turn Sampler (NUTS) can struggle to accurately sample distributions with complex geometries, e.g., varying curvature, due to their constant step size for…

Computational Efficiency

On the convergence of dynamic implementations of Hamiltonian Monte Carlo and No U-Turn Samplers

2023-07-07 · Alain Durmus, Samuel Gruffaz, Miika Kailas, Eero Saksman 외

There is substantial empirical evidence about the success of dynamic implementations of Hamiltonian Monte Carlo (HMC), such as the No U-Turn Sampler (NUTS), in many challenging inference problems but theoretical results …

Attention-Discounted Adaptive Sampler for Masked Diffusion Language Models

2026-06-09 · Yusuf Sahin, Ahmed Rockey Saikia, Volkan Cevher, Paolo Favaro arxiv

Masked diffusion language models can reduce inference steps by revealing multiple tokens per denoising iteration, but this parallelism is fragile: positions that are individually confident may be unsafe to commit togethe…