ByPE-VAE: Bayesian Pseudocoresets Exemplar VAE
Qingzhong Ai, Lirong He, Shiyu Liu, Zenglin Xu

TL;DR
ByPE-VAE introduces a Bayesian pseudocoreset-based prior to VAE, significantly reducing computational costs while maintaining competitive performance in generative tasks.
Contribution
It proposes a novel Bayesian pseudocoreset prior for VAE, enabling faster training and avoiding overfitting with minimal performance loss.
Findings
Achieves up to 3x faster training than Exemplar VAE.
Maintains comparable density estimation and generative quality.
Effective in representation learning and data augmentation.
Abstract
Recent studies show that advanced priors play a major role in deep generative models. Exemplar VAE, as a variant of VAE with an exemplar-based prior, has achieved impressive results. However, due to the nature of model design, an exemplar-based model usually requires vast amounts of data to participate in training, which leads to huge computational complexity. To address this issue, we propose Bayesian Pseudocoresets Exemplar VAE (ByPE-VAE), a new variant of VAE with a prior based on Bayesian pseudocoreset. The proposed prior is conditioned on a small-scale pseudocoreset rather than the whole dataset for reducing the computational cost and avoiding overfitting. Simultaneously, we obtain the optimal pseudocoreset via a stochastic optimization algorithm during VAE training aiming to minimize the Kullback-Leibler divergence between the prior based on the pseudocoreset and that based on the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Topic Modeling · Domain Adaptation and Few-Shot Learning
