All Projects → ldeecke → vae-torch

ldeecke / vae-torch

Licence: other
Variational autoencoder for anomaly detection (in PyTorch).

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to vae-torch

Generative models tutorial with demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
Stars: ✭ 276 (+626.32%)
Mutual labels:  generative-model, variational-autoencoder
Tensorflow Generative Model Collections
Collection of generative models in Tensorflow
Stars: ✭ 3,785 (+9860.53%)
Mutual labels:  generative-model, variational-autoencoder
srVAE
VAE with RealNVP prior and Super-Resolution VAE in PyTorch. Code release for https://arxiv.org/abs/2006.05218.
Stars: ✭ 56 (+47.37%)
Mutual labels:  generative-model, variational-autoencoder
CHyVAE
Code for our paper -- Hyperprior Induced Unsupervised Disentanglement of Latent Representations (AAAI 2019)
Stars: ✭ 18 (-52.63%)
Mutual labels:  generative-model, variational-autoencoder
Vae protein function
Protein function prediction using a variational autoencoder
Stars: ✭ 57 (+50%)
Mutual labels:  generative-model, variational-autoencoder
Awesome Vaes
A curated list of awesome work on VAEs, disentanglement, representation learning, and generative models.
Stars: ✭ 418 (+1000%)
Mutual labels:  generative-model, variational-autoencoder
Neuraldialog Cvae
Tensorflow Implementation of Knowledge-Guided CVAE for dialog generation ACL 2017. It is released by Tiancheng Zhao (Tony) from Dialog Research Center, LTI, CMU
Stars: ✭ 279 (+634.21%)
Mutual labels:  generative-model, variational-autoencoder
AC-VRNN
PyTorch code for CVIU paper "AC-VRNN: Attentive Conditional-VRNN for Multi-Future Trajectory Prediction"
Stars: ✭ 21 (-44.74%)
Mutual labels:  generative-model, variational-autoencoder
Li emnlp 2017
Deep Recurrent Generative Decoder for Abstractive Text Summarization in DyNet
Stars: ✭ 56 (+47.37%)
Mutual labels:  generative-model, variational-autoencoder
Simple Variational Autoencoder
A VAE written entirely in Numpy/Cupy
Stars: ✭ 20 (-47.37%)
Mutual labels:  generative-model, variational-autoencoder
Vae For Image Generation
Implemented Variational Autoencoder generative model in Keras for image generation and its latent space visualization on MNIST and CIFAR10 datasets
Stars: ✭ 87 (+128.95%)
Mutual labels:  generative-model, variational-autoencoder
eccv16 attr2img
Torch Implemention of ECCV'16 paper: Attribute2Image
Stars: ✭ 93 (+144.74%)
Mutual labels:  generative-model, variational-autoencoder
Generalization-Causality
关于domain generalization,domain adaptation,causality,robutness,prompt,optimization,generative model各式各样研究的阅读笔记
Stars: ✭ 482 (+1168.42%)
Mutual labels:  generative-model
adVAE
Implementation of 'Self-Adversarial Variational Autoencoder with Gaussian Anomaly Prior Distribution for Anomaly Detection'
Stars: ✭ 17 (-55.26%)
Mutual labels:  variational-autoencoder
style-vae
Implementation of VAE and Style-GAN Architecture Achieving State of the Art Reconstruction
Stars: ✭ 25 (-34.21%)
Mutual labels:  generative-model
causal-semantic-generative-model
Codes for Causal Semantic Generative model (CSG), the model proposed in "Learning Causal Semantic Representation for Out-of-Distribution Prediction" (NeurIPS-21)
Stars: ✭ 51 (+34.21%)
Mutual labels:  generative-model
shared-latent-space
Shared Latent Space VAE's
Stars: ✭ 15 (-60.53%)
Mutual labels:  variational-autoencoder
GrabNet
GrabNet: A Generative model to generate realistic 3D hands grasping unseen objects (ECCV2020)
Stars: ✭ 146 (+284.21%)
Mutual labels:  generative-model
ShapeFormer
Official repository for the ShapeFormer Project
Stars: ✭ 97 (+155.26%)
Mutual labels:  generative-model
CVAE Dial
CVAE_XGate model in paper "Xu, Dusek, Konstas, Rieser. Better Conversations by Modeling, Filtering, and Optimizing for Coherence and Diversity"
Stars: ✭ 16 (-57.89%)
Mutual labels:  variational-autoencoder

This repository contains an implementation for training a variational autoencoder (Kingma et al., 2014), that makes (almost exclusive) use of pytorch.

Training is available for data from MNIST, CIFAR10, and both datasets may be conditioned on an individual digit or class (using --training_digits). To initialize training, simply go ahead and python3 train.py.

For scoring anomalies on the respective test set, evoke python3 score_elbo.py and make sure to point toward a trained instance with --ckpt_path.

Other available commands are listed by calling python3 train.py -h.


Kingma, D. P. & Welling, M. (2013). Auto-encoding variational bayes. arXiv preprint arXiv:1312.6114.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].