paper-with-me

홈 › Papers

The continuous Bernoulli: fixing a pervasive error in variational autoencoders

2019-07-16 · NeurIPS 2019 12 · Gabriel Loaiza-Ganem, John P. Cunningham

Variational autoencoders (VAE) have quickly become a central tool in machine learning, applicable to a broad range of data types and latent variable models. By far the most common first step, taken by seminal papers and by core software libraries alike, is to model MNIST data using a deep network parameterizing a Bernoulli likelihood. This practice contains what appears to be and what is often set aside as a minor inconvenience: the pixel data is [0,1] valued, not {0,1} as supported by the Bernoulli likelihood. Here we show that, far from being a triviality or nuisance that is convenient to ignore, this error has profound importance to VAE, both qualitative and quantitative. We introduce and fully characterize a new [0,1]-supported, single parameter distribution: the continuous Bernoulli, which patches this pervasive bug in VAE. This distribution is not nitpicking; it produces meaningful performance improvements across a range of metrics and datasets, including sharper image samples, and suggests a broader class of performant VAE.

📄 PDF Abstract BibTeX arXiv:1907.06845

Code (2)

cunningham-lab/cb 공식 구현 tf
cunningham-lab/cb_and_cc tf

Methods 이 논문이 사용한 방법론

USD Coin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Bayesian Autoencoders: Analysing and Fixing the Bernoulli likelihood for Out-of-Distribution Detection

2021-07-28 · Bang Xiang Yong, Tim Pearce, Alexandra Brintrup

After an autoencoder (AE) has learnt to reconstruct one dataset, it might be expected that the likelihood on an out-of-distribution (OOD) input would be low. This has been studied as an approach to detect OOD inputs. Rec…

Out-of-Distribution Detection

DR.FIX: Automatically Fixing Data Races at Industry Scale

2025-04-22 · Farnaz Behrang, Zhizhou Zhang, Georgian-Vlad Saioc, Peng Liu 외

Data races are a prevalent class of concurrency bugs in shared-memory parallel programs, posing significant challenges to software reliability and reproducibility. While there is an extensive body of research on detectin…

Robustly representing uncertainty in deep neural networks through sampling

2016-11-05 · Patrick McClure, Nikolaus Kriegeskorte

As deep neural networks (DNNs) are applied to increasingly challenging problems, they will need to be able to represent their own uncertainty. Modeling uncertainty is one of the key features of Bayesian methods. Using Be…

Variational Inference

Document Hashing with Mixture-Prior Generative Models

2019-08-29 · IJCNLP 2019 11 · Wei Dong, Qinliang Su, Dinghan Shen, Changyou Chen

Hashing is promising for large-scale information retrieval tasks thanks to the efficiency of distance evaluation between binary codes. Generative hashing is often used to generate hashing codes in an unsupervised way. Ho…

Information RetrievalRetrieval

ADAPTIVE NETWORK SPARSIFICATION VIA DEPENDENT VARIATIONAL BETA-BERNOULLI DROPOUT

2018-09-27 · Juho Lee, Saehoon Kim, Jaehong Yoon, Hae Beom Lee 외

While variational dropout approaches have been shown to be effective for network sparsification, they are still suboptimal in the sense that they set the dropout rate for each neuron without consideration of the input da…