There are 1 repository under vae-gan topic.
Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022)
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stochastic Adversarial Video Prediction
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
Tensorflow code of "autoencoding beyond pixels using a learned similarity metric"
Code and notebooks related to the paper: "Reconstructing Faces from fMRI Patterns using Deep Generative Neural Networks" by VanRullen & Reddy, 2019
本项目实现了一种基于 VAE-CycleGAN 的图像重建无监督缺陷检测算法。该算法结合了变分自编码器 (VAE) 和 CycleGAN 的优势,无需标注数据即可检测图像中的缺陷/异常。This project implements an unsupervised defect detection algorithm for image reconstruction based on VAE-CycleGAN. This algorithm combines the advantages of variational autoencoders (VAE) and CycleGAN to detect defects in images without any supervision.
A VAE-GAN model designed for learning 3d shape from a single 2d image. Trained on ShapeNetCore Dataset
Variational Autoencoder-Generative Adversarial Network (VAE-GAN) to hide data inside images
Simple Tensorflow implementation of the paper Autoencoding Beyond Pixels Using a Similarity Metric
Implementation of https://arxiv.org/pdf/1805.12352.pdf (ICLR 2019)
Repository of all notebooks used in the GANs and VAEs event.
Official implementation of Action-Conditioned Frame Prediction Without Discriminator
cVAE, VQ-VAE, VQ-VAE2, cVAE-cGAN, PixelCNN and Gated PixelCNN in tensorflow 2.x and keras
Towards Generative Modeling from (variational) Autoencoder to DCGAN
This is a Python/Tensorflow 2.0 implementation of the Adversarial Latent AutoEncoders.
A tensorflow implementation of VAE-GAN. This is the first approach which viewed the discriminator as a loss function to improve.
NLP Modeling for Paraphrase Generation
work in-progress
Adversarial Variational Auto-Encoders (AVAEs) in Theano
A implement of GAN-collection for tensorflow version
This repository is a comprehensive resource for mastering generative AI, featuring in-depth notes and exciting projects. The goal is to stay updated with the latest advancements in generative AI, and explore applications in image & video generation, creative content creation. Explore the limitless possibilities of generative AI today!
The semi-supervised GAN, or SGAN, model is an extension of the GAN architecture that involves the simultaneous training of a supervised discriminator, unsupervised discriminator, and a generator model. The result is both a supervised classification model that generalizes well to unseen examples and a generator model that outputs plausible examples of images from the domain. in this repository we tend to implement a simplified formation of that.
Investigate mapping of articulations from the image space to the latent space using neural networks.
Comparison of DCGAN, CapsuleGAN and Variational Autoencoder for Image Generation
This project implements the BiCycleGAN architecture for multimodal image-to-image translation from scratch using PyTorch
The Pytorch implementation of the NIPS 2018 paper