paper-with-me

Papers

Adaptively Optimised Adaptive Importance Samplers

2023-07-18 · Carlos A. C. C. Perello, Ömer Deniz Akyildiz

We introduce a new class of adaptive importance samplers leveraging adaptive optimisation tools, which we term AdaOAIS. We build on Optimised Adaptive Importance Samplers (OAIS), a class of techniques that adapt proposals to improve the mean-squared error of the importance sampling estimators by parameterising the proposal and optimising the $\chi^2$-divergence between the target and the proposal. We show that a naive implementation of OAIS using stochastic gradient descent may lead to unstable estimators despite its convergence guarantees. To remedy this shortcoming, we instead propose to use adaptive optimisers (such as AdaGrad and Adam) to improve the stability of the OAIS. We provide convergence results for AdaOAIS in a similar manner to OAIS. We also provide empirical demonstration on a variety of examples and show that AdaOAIS lead to stable importance sampling estimators in practice.

📄 PDF Abstract BibTeX arXiv:2307.09341

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

AdaGrad AdaGrad is a stochastic optimization method that adapts the learning rate to the parameters. It performs smaller updates for parameters associated with frequently occurring…

Similar Papers 제목 키워드 기반

Convergence rates for optimised adaptive importance samplers

2019-03-28 · Ömer Deniz Akyildiz, Joaquín Míguez

Adaptive importance samplers are adaptive Monte Carlo algorithms to estimate expectations with respect to some target distribution which \textit{adapt} themselves to obtain better estimators over a sequence of iterations…

Amortized Population Gibbs Samplers with Neural Sufficient Statistics

2019-11-04 · ICML 2020 1 · Hao Wu, Heiko Zimmermann, Eli Sennesh, Tuan Anh Le 외

We develop amortized population Gibbs (APG) samplers, a class of scalable methods that frames structured variational inference as adaptive importance sampling. APG samplers construct high-dimensional proposals by iterati…

Variational Inference

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…

MS-Resampler: Multi-Scope Visual Resampling for Efficient Multimodal LLMs

2026-06-30 · Zhongyang Li, Yaqian Li, Faming Fang, Rinyoichi Takezoe 외 arxiv

Multimodal large language models (MLLMs) typically employ resampling-based projectors to transform dense visual features into a compact token sequence for language modeling. Most existing resamplers adopt a single, fixed…

Multimodal Reasoning

Parallel Affine Transformation Tuning of Markov Chain Monte Carlo

2024-01-29 · Philip Schär, Michael Habeck, Daniel Rudolf

The performance of Markov chain Monte Carlo samplers strongly depends on the properties of the target distribution such as its covariance structure, the location of its probability mass and its tail behavior. We explore …