paper-with-me

Papers

On Incorporating Inductive Biases into VAEs

2021-06-25 · ICLR 2022 4 · Ning Miao, Emile Mathieu, N. Siddharth, Yee Whye Teh, Tom Rainforth

We explain why directly changing the prior can be a surprisingly ineffective mechanism for incorporating inductive biases into VAEs, and introduce a simple and effective alternative approach: Intermediary Latent Space VAEs(InteL-VAEs). InteL-VAEs use an intermediary set of latent variables to control the stochasticity of the encoding process, before mapping these in turn to the latent representation using a parametric function that encapsulates our desired inductive bias(es). This allows us to impose properties like sparsity or clustering on learned representations, and incorporate human knowledge into the generative model. Whereas changing the prior only indirectly encourages behavior through regularizing the encoder, InteL-VAEs are able to directly enforce desired characteristics. Moreover, they bypass the computation and encoder design issues caused by non-Gaussian priors, while allowing for additional flexibility through training of the parametric mapping function. We show that these advantages, in turn, lead to both better generative models and better representations being learned.

📄 PDF Abstract BibTeX arXiv:2106.13746

Code (1)

ningmiao/intel-vae 공식 구현 tf

Tasks

Inductive Bias

Similar Papers 제목 키워드 기반

Disentangling Granularity: An Implicit Inductive Bias in Factorized VAEs

2025-05-30 · Zihao Chen, Yu Xiang, Wenyong Wang

Despite the success in learning semantically meaningful, unsupervised disentangled representations, variational autoencoders (VAEs) and their variants face a fundamental theoretical challenge: substantial evidence indica…

DisentanglementInductive Bias

LatentExplainer: Explaining Latent Representations in Deep Generative Models with Multimodal Large Language Models

2024-06-21 · Mengdan Zhu, Raasikh Kanjiani, Jiahui Lu, Andrew Choi 외

Deep generative models like VAEs and diffusion models have advanced various generation tasks by leveraging latent variables to learn data distributions and generate high-quality samples. Despite the field of explainable …

Uncertainty Quantification

Uncertainty in latent representations of variational autoencoders optimized for visual tasks

2024-04-23 · Josefina Catoni, Domonkos Martos, Ferenc Csikor, Enzo Ferrante 외

Deep Generative Models (DGMs) can learn flexible latent variable representations of images while avoiding intractable computations, common in Bayesian inference. However, investigating the properties of inference in Vari…

Bayesian InferenceInductive BiasInformativenessOut-of-Distribution Detection

Demystifying Inductive Biases for $β$-VAE Based Architectures

2021-02-12 · Dominik Zietlow, Michal Rolinek, Georg Martius

The performance of $\beta$-Variational-Autoencoders ($\beta$-VAEs) and their variants on learning semantically meaningful, disentangled representations is unparalleled. On the other hand, there are theoretical arguments …

DisentanglementInductive Bias

Incorporating Structural Alignment Biases into an Attentional Neural Translation Model

2016-01-06 · NAACL 2016 6 · Trevor Cohn, Cong Duy Vu Hoang, Ekaterina Vymolova, Kaisheng Yao 외

Neural encoder-decoder models of machine translation have achieved impressive results, rivalling traditional translation models. However their modelling formulation is overly simplistic, and omits several key inductive b…

DecoderMachine TranslationTranslation