LGAISep 15, 2017

Disentangled Variational Auto-Encoder for Semi-supervised Learning

arXiv:1709.05047v297 citations
AI Analysis

This addresses the challenge of semi-supervised learning for domains with scarce labeled data, presenting an incremental improvement over existing VAE methods.

The paper tackles the problem of limited labeled data in semi-supervised learning by proposing a novel VAE model without a classifier, which encodes data into disentangled and non-interpretable representations and uses category information directly for regularization, with experiments showing effectiveness on image and text datasets.

Semi-supervised learning is attracting increasing attention due to the fact that datasets of many domains lack enough labeled data. Variational Auto-Encoder (VAE), in particular, has demonstrated the benefits of semi-supervised learning. The majority of existing semi-supervised VAEs utilize a classifier to exploit label information, where the parameters of the classifier are introduced to the VAE. Given the limited labeled data, learning the parameters for the classifiers may not be an optimal solution for exploiting label information. Therefore, in this paper, we develop a novel approach for semi-supervised VAE without classifier. Specifically, we propose a new model called Semi-supervised Disentangled VAE (SDVAE), which encodes the input data into disentangled representation and non-interpretable representation, then the category information is directly utilized to regularize the disentangled representation via the equality constraint. To further enhance the feature learning ability of the proposed VAE, we incorporate reinforcement learning to relieve the lack of data. The dynamic framework is capable of dealing with both image and text data with its corresponding encoder and decoder networks. Extensive experiments on image and text datasets demonstrate the effectiveness of the proposed framework.

Foundations

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

Your Notes