paper-with-me

Papers

Efficient Gradient-Free Variational Inference using Policy Search

2018-07-01 · ICML 2018 7 · Oleg Arenz, Gerhard Neumann, Mingjun Zhong

Inference from complex distributions is a common problem in machine learning needed for many Bayesian methods. We propose an efficient, gradient-free method for learning general GMM approximations of multimodal distributions based on recent insights from stochastic search methods. Our method establishes information-geometric trust regions to ensure efficient exploration of the sampling space and stability of the GMM updates, allowing for efficient estimation of multi-variate Gaussian variational distributions. For GMMs, we apply a variational lower bound to decompose the learning objective into sub-problems given by learning the individual mixture components and the coefficients. The number of mixture components is adapted online in order to allow for arbitrary exact approximations. We demonstrate on several domains that we can learn significantly better approximations than competing variational inference methods and that the quality of samples drawn from our approximations is on par with samples created by state-of-the-art MCMC samplers that require significantly more computational resources.

📄 PDF Abstract BibTeX

Code (1)

OlegArenz/VIPS 공식 구현

Tasks

Efficient ExplorationVariational Inference

Similar Papers 제목 키워드 기반

Variational Inference for Policy Gradient

2018-02-21 · Tianbing Xu

Inspired by the seminal work on Stein Variational Inference and Stein Variational Policy Gradient, we derived a method to generate samples from the posterior variational parameter distribution by \textit{explicitly} mini…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Variational Inference

Deep Active Inference as Variational Policy Gradients

2019-07-08 · Beren Millidge

Active Inference is a theory of action arising from neuroscience which casts action and planning as a bayesian inference problem to be solved by minimizing a single quantity - the variational free energy. Active Inferenc…

Bayesian Inferencereinforcement-learningReinforcement LearningReinforcement Learning (RL)

Policy Gradient Approach to Compilation of Variational Quantum Circuits

2021-11-19 · David A. Herrera-Martí

We propose a method for finding approximate compilations of quantum unitary transformations, based on techniques from policy gradient reinforcement learning. The choice of a stochastic policy allows us to rephrase the op…

Stein Variational Policy Gradient

2017-04-07 · Yang Liu, Prajit Ramachandran, Qiang Liu, Jian Peng

Policy gradient methods have been successfully applied to many complex reinforcement learning problems. However, policy gradient methods suffer from high variance, slow convergence, and inefficient exploration. In this w…

Bayesian Inferencecontinuous-controlContinuous ControlPolicy Gradient Methods+3

Control as Hybrid Inference

2020-07-11 · Alexander Tschantz, Beren Millidge, Anil. K. Seth, Christopher L. Buckley

The field of reinforcement learning can be split into model-based and model-free methods. Here, we unify these approaches by casting model-free policy optimisation as amortised variational inference, and model-based plan…

continuous-controlContinuous ControlVariational Inference