LGMLJun 16, 2022

Pythae: Unifying Generative Autoencoders in Python -- A Benchmarking Use Case

arXiv:2206.08309v239 citationsh-index: 21Has Code
AI Analysis

This provides a tool for researchers to compare and reproduce generative autoencoder methods, but it is incremental as it focuses on benchmarking existing models.

The authors introduced Pythae, a Python library that unifies implementations of generative autoencoder models, and used it to benchmark 19 models on tasks like image reconstruction and generation.

In recent years, deep generative models have attracted increasing interest due to their capacity to model complex distributions. Among those models, variational autoencoders have gained popularity as they have proven both to be computationally efficient and yield impressive results in multiple fields. Following this breakthrough, extensive research has been done in order to improve the original publication, resulting in a variety of different VAE models in response to different tasks. In this paper we present Pythae, a versatile open-source Python library providing both a unified implementation and a dedicated framework allowing straightforward, reproducible and reliable use of generative autoencoder models. We then propose to use this library to perform a case study benchmark where we present and compare 19 generative autoencoder models representative of some of the main improvements on downstream tasks such as image reconstruction, generation, classification, clustering and interpolation. The open-source library can be found at https://github.com/clementchadebec/benchmark_VAE.

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