There are 5 repositories under beta-vae topic.
A Collection of Variational Autoencoders (VAE) in PyTorch.
Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022)
Experiments for understanding disentanglement in VAE latent representations
Dataset to assess the disentanglement properties of unsupervised learning methods
Easy generative modeling in PyTorch
Pytorch implementation of FactorVAE proposed in Disentangling by Factorising(http://arxiv.org/abs/1802.05983)
Replicating "Understanding disentangling in β-VAE"
Anomaly detection on the UC Berkeley milling data set using a disentangled-variational-autoencoder (beta-VAE). Replication of results as described in article "Self-Supervised Learning for Tool Wear Monitoring with a Disentangled-Variational-Autoencoder"
Repository for implementation of generative models with Tensorflow 1.x
Predicting image frames using autoencoder and LSTM
An implementation of Denoising Variational AutoEncoder with Topological loss
Official PyTorch implementation on ID-GAN: High-Fidelity Synthesis with Disentangled Representation by Lee et al., 2020.
Code from the article: "The Role of Disentanglement in Generalisation" (ICLR, 2021).
Pytorch implementation of SCAN: Learning Hierarchical Compositional Visual Concepts, Higgins et al., ICLR 2018
Disentangling the latent space of a VAE.
Implementation of VAE in pytorch.
Variational Autoencoder and a Disentangled version (beta-VAE) implementation in PyTorch-Lightning
ML2 Project following ControlVAE: Tuning, Analytical Properties, and Performance Analysis
generate arbitrary handwritten letter/digits based on the inputs
Using Beta VAE to test on faces of animal
A PyTorch implementation of a β-Variational Autoencoder (β-VAE) for disentangled representation learning and image generation on the Fashion-MNIST dataset. This repository showcases how β-VAE can achieve disentanglement in its latent space, a crucial concept for interpretability in generative models.
Fancy brand new letters with generative models
Investigating Disentanglement in beta-VAE within a Linear Gaussian Setting
Augmenting Reconstruction Accuracy in beta-VAE Model through Linear Gaussian Framework
beta-VAE variants trained using deep neural networks on the dSprites dataset with PyTorch
Pytorch Implementation of proVLAE: progressive learning of variational ladder auto encoder
Utilisation de modèles génératifs comme tâche prétexte pour pré-entrainement de DNN pour classification.
CNN and Beta-VAE implementation. Only Numpy as the main library.
Variational AutoEncoder (VAE) variants i.e., VAE, Beta-VAE, Dirichlet-VAE, VQ-VAE implemented on MNIST & CelebA with PyTorch
Implementation of Variational Autoencoder (VAE) for the MNIST dataset, supporting both fully connected (FNN) and convolutional (CNN) architectures. It includes training, evaluation, and empirical analysis.