Bidirectional Variational Autoencoders
Bart Kosko, Olaoluwa Adigun

TL;DR
The paper introduces a bidirectional variational autoencoder (BVAE) that uses a single neural network for encoding and decoding, reducing parameters and slightly outperforming traditional VAEs on various image tasks.
Contribution
It proposes a novel BVAE architecture that simplifies the model by combining encoding and decoding into one network, improving efficiency and performance.
Findings
BVAEs reduce parameter count by nearly 50%.
BVAEs outperform traditional VAEs on image reconstruction, classification, interpolation, and generation.
Effective on datasets like MNIST, Fashion-MNIST, CIFAR-10, and CelebA-64.
Abstract
We present the new bidirectional variational autoencoder (BVAE) network architecture. The BVAE uses a single neural network both to encode and decode instead of an encoder-decoder network pair. The network encodes in the forward direction and decodes in the backward direction through the same synaptic web. Simulations compared BVAEs and ordinary VAEs on the four image tasks of image reconstruction, classification, interpolation, and generation. The image datasets included MNIST handwritten digits, Fashion-MNIST, CIFAR-10, and CelebA-64 face images. The bidirectional structure of BVAEs cut the parameter count by almost 50% and still slightly outperformed the unidirectional VAEs.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis
