NELGJan 1, 2023

eVAE: Evolutionary Variational Autoencoder

arXiv:2301.00011v125 citationsh-index: 61
Originality Incremental advance
AI Analysis

This addresses training challenges in VAEs for researchers in generative modeling, though it appears incremental as it builds on existing VIB theory and evolutionary methods.

The paper tackles the uncertain tradeoff learning problem in variational autoencoders (VAEs) by proposing eVAE, which integrates evolutionary optimization with VAE training. Experiments show eVAE addresses KL-vanishing in text generation with low reconstruction loss, generates sharp disentangled images, and improves image generation quality compared to competitors.

The surrogate loss of variational autoencoders (VAEs) poses various challenges to their training, inducing the imbalance between task fitting and representation inference. To avert this, the existing strategies for VAEs focus on adjusting the tradeoff by introducing hyperparameters, deriving a tighter bound under some mild assumptions, or decomposing the loss components per certain neural settings. VAEs still suffer from uncertain tradeoff learning.We propose a novel evolutionary variational autoencoder (eVAE) building on the variational information bottleneck (VIB) theory and integrative evolutionary neural learning. eVAE integrates a variational genetic algorithm into VAE with variational evolutionary operators including variational mutation, crossover, and evolution. Its inner-outer-joint training mechanism synergistically and dynamically generates and updates the uncertain tradeoff learning in the evidence lower bound (ELBO) without additional constraints. Apart from learning a lossy compression and representation of data under the VIB assumption, eVAE presents an evolutionary paradigm to tune critical factors of VAEs and deep neural networks and addresses the premature convergence and random search problem by integrating evolutionary optimization into deep learning. Experiments show that eVAE addresses the KL-vanishing problem for text generation with low reconstruction loss, generates all disentangled factors with sharp images, and improves the image generation quality,respectively. eVAE achieves better reconstruction loss, disentanglement, and generation-inference balance than its competitors.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes