LGMLMar 14, 2020

Semi-supervised Disentanglement with Independent Vector Variational Autoencoders

arXiv:2003.06581v11 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of disentangling factors in data for better interpretability and control in machine learning applications, representing an incremental improvement over existing unsupervised methods.

The paper tackled the problem of separating generative factors in data into class and style latent vectors using a semi-supervised variational autoencoder, resulting in improved classification performance and generation controllability as demonstrated in experiments on image datasets.

We aim to separate the generative factors of data into two latent vectors in a variational autoencoder. One vector captures class factors relevant to target classification tasks, while the other vector captures style factors relevant to the remaining information. To learn the discrete class features, we introduce supervision using a small amount of labeled data, which can simply yet effectively reduce the effort required for hyperparameter tuning performed in existing unsupervised methods. Furthermore, we introduce a learning objective to encourage statistical independence between the vectors. We show that (i) this vector independence term exists within the result obtained on decomposing the evidence lower bound with multiple latent vectors, and (ii) encouraging such independence along with reducing the total correlation within the vectors enhances disentanglement performance. Experiments conducted on several image datasets demonstrate that the disentanglement achieved via our method can improve classification performance and generation controllability.

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