paper-with-me

홈 › Papers

Max-Margin Deep Generative Models for (Semi-)Supervised Learning

2016-11-22 · Chongxuan Li, Jun Zhu, Bo Zhang

Deep generative models (DGMs) are effective on learning multilayered representations of complex data and performing inference of input data by exploring the generative ability. However, it is relatively insufficient to empower the discriminative ability of DGMs on making accurate predictions. This paper presents max-margin deep generative models (mmDGMs) and a class-conditional variant (mmDCGMs), which explore the strongly discriminative principle of max-margin learning to improve the predictive performance of DGMs in both supervised and semi-supervised learning, while retaining the generative capability. In semi-supervised learning, we use the predictions of a max-margin classifier as the missing labels instead of performing full posterior inference for efficiency; we also introduce additional max-margin and label-balance regularization terms of unlabeled data for effectiveness. We develop an efficient doubly stochastic subgradient algorithm for the piecewise linear objectives in different settings. Empirical results on various datasets demonstrate that: (1) max-margin learning can significantly improve the prediction performance of DGMs and meanwhile retain the generative ability; (2) in supervised learning, mmDGMs are competitive to the best fully discriminative networks when employing convolutional neural networks as the generative and recognition models; and (3) in semi-supervised learning, mmDCGMs can perform efficient inference and achieve state-of-the-art classification results on several benchmarks.

📄 PDF Abstract BibTeX arXiv:1611.07119

Code (1)

thu-ml/mmdcgm-ssl 공식 구현

Tasks

Missing Labels

Similar Papers 제목 키워드 기반

Semi-supervised Conditional GANs

2017-08-19 · Kumar Sricharan, Raja Bala, Matthew Shreve, Hui Ding 외

We introduce a new model for building conditional generative models in a semi-supervised setting to conditionally generate data given attributes by adapting the GAN framework. The proposed semi-supervised GAN (SS-GAN) mo…

Good Semi-supervised VAE Requires Tighter Evidence Lower Bound

2019-09-25 · Haozhe Feng, Kezhi Kong, Tianye Zhang, Siyue Xue 외

Semi-supervised learning approaches based on generative models have now encountered 3 challenges: (1) The two-stage training strategy is not robust. (2) Good semi-supervised learning results and good generative performan…

4k

MarginGAN: Adversarial Training in Semi-Supervised Learning

2019-12-01 · NeurIPS 2019 12 · Jinhao Dong, Tong Lin

A Margin Generative Adversarial Network (MarginGAN) is proposed for semi-supervised learning problems. Like Triple-GAN, the proposed MarginGAN consists of three components---a generator, a discriminator and a classifier,…

Generative Adversarial Network

Bayesian Semisupervised Learning with Deep Generative Models

2017-06-29 · Jonathan Gordon, José Miguel Hernández-Lobato

Neural network based generative models with discriminative components are a powerful approach for semi-supervised learning. However, these techniques a) cannot account for model uncertainty in the estimation of the model…

Active LearningMissing Labels

SCH-GAN: Semi-supervised Cross-modal Hashing by Generative Adversarial Network

2018-02-07 · Jian Zhang, Yuxin Peng, Mingkuan Yuan

Cross-modal hashing aims to map heterogeneous multimedia data into a common Hamming space, which can realize fast and flexible retrieval across different modalities. Supervised cross-modal hashing methods have achieved c…

Generative Adversarial NetworkReinforcement LearningRetrieval