beta-vae
There are 42 repositories under beta-vae topic.
AntixK/PyTorch-VAE
A Collection of Variational Autoencoders (VAE) in PyTorch.
clementchadebec/benchmark_VAE
Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022)
YannDubs/disentangling-vae
Experiments for understanding disentanglement in VAE latent representations
1Konny/Beta-VAE
Pytorch implementation of β-VAE
google-deepmind/dsprites-dataset
Dataset to assess the disentanglement properties of unsupervised learning methods
EugenHotaj/pytorch-generative
Easy generative modeling in PyTorch
1Konny/FactorVAE
Pytorch implementation of FactorVAE proposed in Disentangling by Factorising(http://arxiv.org/abs/1802.05983)
miyosuda/disentangled_vae
Replicating "Understanding disentangling in β-VAE"
tvhahn/ml-tool-wear
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"
Kyushik/Generative-Model
Repository for implementation of generative models with Tensorflow 1.x
marisancans/frame-predict-VAE-LSTM
Predicting image frames using autoencoder and LSTM
yuki3-18/Topological-DVAE
An implementation of Denoising Variational AutoEncoder with Topological loss
1Konny/idgan
Official PyTorch implementation on ID-GAN: High-Fidelity Synthesis with Disentangled Representation by Lee et al., 2020.
mmrl/disent-and-gen
Code from the article: "The Role of Disentanglement in Generalisation" (ICLR, 2021).
Glaciohound/SCAN
Pytorch implementation of SCAN: Learning Hierarchical Compositional Visual Concepts, Higgins et al., ICLR 2018
AloneTogetherY/disentangled-VAE
Disentangling the latent space of a VAE.
AxelNathanson/pytorch-Variational-Autoencoder
Implementation of VAE in pytorch.
Bhavik-Ardeshna/pytorch-VAE
Variational Autoencoder and a Disentangled version (beta-VAE) implementation in PyTorch-Lightning
saashd/controlVAE
ML2 Project following ControlVAE: Tuning, Analytical Properties, and Performance Analysis
sungsujaing/letter_digit_generator_VAE
generate arbitrary handwritten letter/digits based on the inputs
thomasjv799/Beta-VAE-on-Animal-Face
Using Beta VAE to test on faces of animal
JohanYe/Beta-VAE
Pytorch implementation of a simple beta vae on dsprites data
JarvisGexiaoXu/Disentanglement-Study
This is the code repository for {Empirical Study on Exploring the Impact of Controlling the Objective on Disentanglement Learning During Training}.
kumatheworld/fakeglyph
Fancy brand new letters with generative models
masashi-hatano/beta-vae
Image generation of MNIST via beta-VAE
Minitechy/betaVAE_dis
Investigating Disentanglement in beta-VAE within a Linear Gaussian Setting
Minitechy/betaVAE_recon
Augmenting Reconstruction Accuracy in beta-VAE Model through Linear Gaussian Framework
suzuki-2001/pytorch-proVLAE
Pytorch Implementation of proVLAE: progressive learning of variational ladder auto encoder
Tristan-Amadei/DeepLearning-GenAI
Utilisation de modèles génératifs comme tâche prétexte pour pré-entrainement de DNN pour classification.
k-karna/VAEs
Variational AutoEncoder (VAE) variants i.e., VAE, Beta-VAE, Dirichlet-VAE, VQ-VAE implemented on MNIST & CelebA with PyTorch
Minitechy/betaVAE_variants
beta-VAE variants trained using deep neural networks on the dSprites dataset with PyTorch
Sh-31/VAE-MNIST
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.
zombieTDV/CNN_and_Beta-VAE
CNN and Beta-VAE implementation. Only Numpy as the main library.