paper-with-me

Papers

Direct Optimization through \arg \max for Discrete Variational Auto-Encoder

2019-12-01 · NeurIPS 2019 12 · Guy Lorberbom, Tommi Jaakkola, Andreea Gane, Tamir Hazan

Reparameterization of variational auto-encoders with continuous random variables is an effective method for reducing the variance of their gradient estimates. In the discrete case, one can perform reparametrization using the Gumbel-Max trick, but the resulting objective relies on an $\arg \max$ operation and is non-differentiable. In contrast to previous works which resort to \emph{softmax}-based relaxations, we propose to optimize it directly by applying the \emph{direct loss minimization} approach. Our proposal extends naturally to structured discrete latent variable models when evaluating the $\arg \max$ operation is tractable. We demonstrate empirically the effectiveness of the direct loss minimization technique in variational autoencoders with both unstructured and structured discrete latent variables.

📄 PDF Abstract BibTeX

Code (1)

GuyLor/direct_vae 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Direct Optimization through $\arg \max$ for Discrete Variational Auto-Encoder

2018-06-07 · ICLR 2019 5 · Guy Lorberbom, Andreea Gane, Tommi Jaakkola, Tamir Hazan

Reparameterization of variational auto-encoders with continuous random variables is an effective method for reducing the variance of their gradient estimates. In the discrete case, one can perform reparametrization using…

Direct Evolutionary Optimization of Variational Autoencoders With Binary Latents

2020-11-27 · Enrico Guiraud, Jakob Drefs, Jörg Lücke

Discrete latent variables are considered important for real world data, which has motivated research on Variational Autoencoders (VAEs) with discrete latents. However, standard VAE training is not possible in this case, …

Evolutionary AlgorithmsZero-Shot Learning

DVAE++: Discrete Variational Autoencoders with Overlapping Transformations

2018-02-14 · ICML 2018 7 · Arash Vahdat, William G. Macready, Zhengbing Bian, Amir Khoshaman 외

Training of discrete latent variable models remains challenging because passing gradient information through discrete units is difficult. We propose a new class of smoothing transformations based on a mixture of two over…

Image Generation

Discrete Variational Autoencoders

2016-09-07 · Jason Tyler Rolfe

Probabilistic models with discrete latent variables naturally capture datasets composed of discrete classes. However, they are difficult to train efficiently, since backpropagation through discrete variables is generally…

Learning Discrete Structured Variational Auto-Encoder using Natural Evolution Strategies

2022-05-03 · ICLR 2022 4 · Alon Berliner, Guy Rotman, Yossi Adi, Roi Reichart 외

Discrete variational auto-encoders (VAEs) are able to represent semantic latent spaces in generative learning. In many real-life settings, the discrete latent space consists of high-dimensional structures, and propagatin…