LGMLFeb 1, 2021

Semi-Supervised Disentanglement of Class-Related and Class-Independent Factors in VAE

arXiv:2102.00892v110 citations
AI Analysis

This work addresses the challenge of learning interpretable disentangled representations in VAEs, which is an incremental improvement for machine learning researchers in representation learning.

The paper tackled the problem of disentangling class-related and class-independent factors in variational autoencoders by proposing a framework with attention mechanisms, mixture models, and semi-supervised training, resulting in improved interpretability and performance on various datasets.

In recent years, extending variational autoencoder's framework to learn disentangled representations has received much attention. We address this problem by proposing a framework capable of disentangling class-related and class-independent factors of variation in data. Our framework employs an attention mechanism in its latent space in order to improve the process of extracting class-related factors from data. We also deal with the multimodality of data distribution by utilizing mixture models as learnable prior distributions, as well as incorporating the Bhattacharyya coefficient in the objective function to prevent highly overlapping mixtures. Our model's encoder is further trained in a semi-supervised manner, with a small fraction of labeled data, to improve representations' interpretability. Experiments show that our framework disentangles class-related and class-independent factors of variation and learns interpretable features. Moreover, we demonstrate our model's performance with quantitative and qualitative results on various datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes