paper-with-me

Papers

Reparameterization Gradient for Non-differentiable Models

2018-06-01 · NeurIPS 2018 12 · Wonyeol Lee, Hangyeol Yu, Hongseok Yang

We present a new algorithm for stochastic variational inference that targets at models with non-differentiable densities. One of the key challenges in stochastic variational inference is to come up with a low-variance estimator of the gradient of a variational objective. We tackle the challenge by generalizing the reparameterization trick, one of the most effective techniques for addressing the variance issue for differentiable models, so that the trick works for non-differentiable models as well. Our algorithm splits the space of latent variables into regions where the density of the variables is differentiable, and their boundaries where the density may fail to be differentiable. For each differentiable region, the algorithm applies the standard reparameterization trick and estimates the gradient restricted to the region. For each potentially non-differentiable boundary, it uses a form of manifold sampling and computes the direction for variational parameters that, if followed, would increase the boundary's contribution to the variational objective. The sum of all the estimates becomes the gradient estimate of our algorithm. Our estimator enjoys the reduced variance of the reparameterization gradient while remaining unbiased even for non-differentiable models. The experiments with our preliminary implementation confirm the benefit of reduced variance and unbiasedness.

📄 PDF Abstract BibTeX arXiv:1806.00176

Code (1)

wonyeol/reparam-nondiff 공식 구현

Tasks

Variational Inference

Similar Papers 제목 키워드 기반

Slice Sampling Reparameterization Gradients

2021-12-01 · NeurIPS 2021 12 · David Zoltowski, Diana Cai, Ryan P. Adams

Many probabilistic modeling problems in machine learning use gradient-based optimization in which the objective takes the form of an expectation. These problems can be challenging when the parameters to be optimized dete…

Reparameterization Gradients through Acceptance-Rejection Sampling Algorithms

2016-10-18 · Christian A. Naesseth, Francisco J. R. Ruiz, Scott W. Linderman, David M. Blei

Variational inference using the reparameterization trick has enabled large-scale approximate Bayesian inference in complex probabilistic models, leveraging stochastic optimization to sidestep intractable expectations. Th…

Bayesian InferenceStochastic OptimizationVariational Inference

Reparameterization Flow Policy Optimization

2026-02-03 · Hai Zhong, Zhuoran Li, Xun Wang, Longbo Huang arxiv

Reparameterization Policy Gradient (RPG) has emerged as a powerful paradigm for model-based reinforcement learning, enabling high sample efficiency by backpropagating gradients through differentiable dynamics. However, p…

Reinforcement Learning

The Concrete Distribution: A Continuous Relaxation of Discrete Random Variables

2016-11-02 · Chris J. Maddison, andriy mnih, Yee Whye Teh

The reparameterization trick enables optimizing large scale stochastic computation graphs via gradient descent. The essence of the trick is to refactor each stochastic node into a differentiable function of its parameter…

Density EstimationStructured Prediction

Discrete Variational Autoencoding via Policy Search

2025-09-29 · Michael Drolet, Firas Al-Hafez, Aditya Bhatt, Jan Peters 외 arxiv

Discrete latent bottlenecks in variational autoencoders (VAEs) offer high bit efficiency and can be modeled with autoregressive discrete distributions, enabling parameter-efficient multimodal search with transformers. Ho…

Image Reconstruction