paper-with-me

Papers

Nested Slice Sampling: Vectorized Nested Sampling for GPU-Accelerated Inference

2026-01-30 · David Yallup, Namu Kroupa, Will Handley arxiv

Model comparison and calibrated uncertainty quantification often require integrating over parameters, but scalable inference can be challenging for complex, multimodal targets. Nested Sampling is a robust alternative to standard MCMC, yet its typically sequential structure and hard constraints make efficient accelerator implementations difficult. This paper introduces Nested Slice Sampling (NSS), a GPU-friendly, vectorized formulation of Nested Sampling that uses Hit-and-Run Slice Sampling for constrained updates. A tuning analysis yields a simple near-optimal rule for setting the slice width, improving high-dimensional behavior and making per-step compute more predictable for parallel execution. Experiments on challenging synthetic targets, high dimensional Bayesian inference, and Gaussian process hyperparameter marginalization show that NSS maintains accurate evidence estimates and high-quality posterior samples, and is particularly robust on difficult multimodal problems where current state-of-the-art methods such as tempered SMC baselines can struggle. An open-source implementation is released to facilitate adoption and reproducibility.

📄 PDF Abstract BibTeX arXiv:2601.23252

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Inference

Similar Papers 제목 키워드 기반

Improving Gradient-guided Nested Sampling for Posterior Inference

2023-12-06 · Pablo Lemos, Nikolay Malkin, Will Handley, Yoshua Bengio 외

We present a performant, general-purpose gradient-guided nested sampling algorithm, ${\tt GGNS}$, combining the state of the art in differentiable programming, Hamiltonian slice sampling, clustering, mode separation, dyn…

Clustering

Proximal nested sampling with data-driven priors for physical scientists

2023-06-30 · Jason D. McEwen, Tobías I. Liaudat, Matthew A. Price, Xiaohao Cai 외

Proximal nested sampling was introduced recently to open up Bayesian model selection for high-dimensional problems such as computational imaging. The framework is suitable for models with a log-convex likelihood, which a…

Model Selection

Nested sampling with any prior you like

2021-02-24 · Justin Alsing, Will Handley

Nested sampling is an important tool for conducting Bayesian analysis in Astronomy and other fields, both for sampling complicated posterior distributions for parameter inference, and for computing marginal likelihoods f…

Astronomy

Convolutional neural networks as an alternative to Bayesian retrievals

2022-03-02 · Francisco Ardevol Martinez, Michiel Min, Inga Kamp, Paul I. Palmer

Exoplanet observations are currently analysed with Bayesian retrieval techniques. Due to the computational load of the models used, a compromise is needed between model complexity and computing time. Analysis of data fro…

BIG-bench Machine LearningRetrieval

Bootstrap Bias Corrected Cross Validation applied to Super Learning

2020-03-18 · Krzysztof Mnich, Agnieszka Kitlas Golińska, Aneta Polewko-Klim, Witold R. Rudnicki

Super learner algorithm can be applied to combine results of multiple base learners to improve quality of predictions. The default method for verification of super learner results is by nested cross validation. It has be…