paper-with-me

Papers

Beyond ReinMax: Low-Variance Gradient Estimators for Discrete Latent Variables

2026-03-09 · Daniel Wang, Thang D. Bui arxiv

Machine learning models involving discrete latent variables require gradient estimators to facilitate backpropagation in a computationally efficient manner. The most recent addition to the Straight-Through family of estimators, ReinMax, can be viewed from a numerical ODE perspective as incorporating an approximation via Heun's method to reduce bias, but at the cost of high variance. In this work, we introduce the ReinMax-Rao and ReinMax-CV estimators which incorporate Rao-Blackwellisation and control variate techniques into ReinMax to reduce its variance. Our estimators demonstrate superior performance on training variational autoencoders with discrete latent spaces. Furthermore, we investigate the possibility of leveraging alternative numerical methods for constructing more accurate gradient approximations and present an alternative view of ReinMax from a simpler numerical integration perspective.

📄 PDF Abstract BibTeX arXiv:2603.08257

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bridging Discrete and Backpropagation: Straight-Through and Beyond

2023-09-21 · NeurIPS 2023 11

Backpropagation, the cornerstone of deep learning, is limited to computing gradients for continuous variables. This limitation poses challenges for problems involving discrete latent variables. To address this issue, we …

Gradient Estimation with Discrete Stein Operators

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

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 disc…

Double Control Variates for Gradient Estimation in Discrete Latent Variable Models

2021-11-09 · pproximateinference AABI Symposium 2022 2 · Michalis K. Titsias, Jiaxin Shi

Stochastic gradient-based optimisation for discrete latent variable models is challenging due to the high variance of gradients. We introduce a variance reduction technique for score function estimators that makes use of…

Coupled Gradient Estimators for Discrete Latent Variables

2021-06-15 · NeurIPS 2021 12 · Zhe Dong, andriy mnih, George Tucker

Training models with discrete latent variables is challenging due to the high variance of unbiased gradient estimators. While low-variance reparameterization gradients of a continuous relaxation can provide an effective …

Estimating Gradients for Discrete Random Variables by Sampling without Replacement

2020-02-14 · ICLR 2020 1 · Wouter Kool, Herke van Hoof, Max Welling

We derive an unbiased estimator for expectations over discrete random variables based on sampling without replacement, which reduces variance as it avoids duplicate samples. We show that our estimator can be derived as t…

Structured Prediction