English

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

Machine Learning 2024-09-17 v1 Computer Vision and Pattern Recognition Machine Learning

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

Keywords

Cite

@article{arxiv.2409.09361,
  title  = {Beta-Sigma VAE: Separating beta and decoder variance in Gaussian variational autoencoder},
  author = {Seunghwan Kim and Seungkyu Lee},
  journal= {arXiv preprint arXiv:2409.09361},
  year   = {2024}
}

Comments

Accepted for ICPR 2024

R2 v1 2026-06-28T18:44:37.206Z