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