Skip to content

PyTorch Implementation of Disentangling by Factorising, Variational Auto Encoders

Notifications You must be signed in to change notification settings

AliLotfi92/Disentangling_by_Factorising

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Disentangling by Factorising, Variational Auto-Encoders

PyTorch Implementation of Factorized VAE (Disentangled VAE) Here is a implementation of Factorized VAE based on this paper (MNIST DataSet) Link to the paper https://arxiv.org/pdf/1802.05983.pdf

So, with simple words, it is just VAE, however, with additional regularizer term, which is based on Vanilla GAN, that tries minizmizes the JS distance (not KL, the authors made a mistake) between $q(z)$ and $q(z_1)q(z_2)...q(z_d)$ So, in fact, we have the loss function (ELBO) as the same VAEs (kingma et.al 2014) PLUS JSD divergence of the two terms mentioned above.

About

PyTorch Implementation of Disentangling by Factorising, Variational Auto Encoders

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages