paper-with-me

Papers

Gradient Estimation with Discrete Stein Operators

2022-02-19 · Jiaxin Shi, Yuhao Zhou, Jessica Hwang, Michalis K. Titsias, Lester Mackey

Gradient estimation -- approximating the gradient of an expectation with respect to the parameters of a distribution -- is central to the solution of many machine learning problems. However, when the distribution is discrete, most common gradient estimators suffer from excessive variance. To improve the quality of gradient estimation, we introduce a variance reduction technique based on Stein operators for discrete distributions. We then use this technique to build flexible control variates for the REINFORCE leave-one-out estimator. Our control variates can be adapted online to minimize variance and do not require extra evaluations of the target function. In benchmark generative modeling tasks such as training binary variational autoencoders, our gradient estimator achieves substantially lower variance than state-of-the-art estimators with the same number of function evaluations.

📄 PDF Abstract BibTeX arXiv:2202.09497

Code (1)

thjashin/rodeo 공식 구현 tf

Methods 이 논문이 사용한 방법론

REINFORCE REINFORCE is a Monte Carlo variant of a policy gradient algorithm in reinforcement learning. The agent collects samples of an episode using its current policy, and uses it to…

Similar Papers 제목 키워드 기반

Goodness-of-fit Testing for Discrete Distributions via Stein Discrepancy

2018-07-01 · ICML 2018 7 · Jiasen Yang, Qiang Liu, Vinayak Rao, Jennifer Neville

Recent work has combined Stein’s method with reproducing kernel Hilbert space theory to develop nonparametric goodness-of-fit tests for un-normalized probability distributions. However, the currently available tests…

Accelerated Stein Variational Gradient Flow

2025-03-30 · Viktor Stein, Wuchen Li

Stein variational gradient descent (SVGD) is a kernel-based particle method for sampling from a target distribution, e.g., in generative modeling and Bayesian inference. SVGD does not require estimating the gradient of t…

Bayesian Inference

Probabilistic Inference and Learning with Stein's Method

2026-03-08 · Qiang Liu, Lester Mackey, Chris Oates arxiv

This monograph provides a rigorous overview of theoretical and methodological aspects of probabilistic inference and learning with Stein's method. Recipes are provided for constructing Stein discrepancies from Stein oper…

Finite-Particle Rates for Regularized Stein Variational Gradient Descent

2026-02-05 · Ye He, Krishnakumar Balasubramanian, Sayan Banerjee, Promit Ghosal arxiv

We derive finite-particle rates for the regularized Stein variational gradient descent (R-SVGD) algorithm introduced by He et al. (2024) that corrects the constant-order bias of the SVGD by applying a resolvent-type prec…

Sampling with Mirrored Stein Operators

2021-06-23 · ICLR 2022 4 · Jiaxin Shi, Chang Liu, Lester Mackey

We introduce a new family of particle evolution samplers suitable for constrained domains and non-Euclidean geometries. Stein Variational Mirror Descent and Mirrored Stein Variational Gradient Descent minimize the Kullba…

valid