21
0

Beta-Sigma VAE: Separating beta and decoder variance in Gaussian variational autoencoder

Abstract

Variational autoencoder (VAE) is an established generative model but is notorious for its blurriness. In this work, we investigate the blurry output problem of VAE and resolve it, exploiting the variance of Gaussian decoder and β\beta of beta-VAE. Specifically, we reveal that the indistinguishability of decoder variance and β\beta hinders appropriate analysis of the model by random likelihood value, and limits performance improvement by omitting the gain from β\beta. To address the problem, we propose Beta-Sigma VAE (BS-VAE) that explicitly separates β\beta and decoder variance σx2\sigma^2_x in the model. Our method demonstrates not only superior performance in natural image synthesis but also controllable parameters and predictable analysis compared to conventional VAE. In our experimental evaluation, we employ the analysis of rate-distortion curve and proxy metrics on computer vision datasets. The code is available on https://github.com/overnap/BS-VAE

View on arXiv
Comments on this paper