paper-with-me

Papers

Triple Generative Adversarial Networks

2019-12-20 · Chongxuan Li, Kun Xu, Jiashuo Liu, Jun Zhu, Bo Zhang

We propose a unified game-theoretical framework to perform classification and conditional image generation given limited supervision. It is formulated as a three-player minimax game consisting of a generator, a classifier and a discriminator, and therefore is referred to as Triple Generative Adversarial Network (Triple-GAN). The generator and the classifier characterize the conditional distributions between images and labels to perform conditional generation and classification, respectively. The discriminator solely focuses on identifying fake image-label pairs. Under a nonparametric assumption, we prove the unique equilibrium of the game is that the distributions characterized by the generator and the classifier converge to the data distribution. As a byproduct of the three-player mechanism, Triple-GAN is flexible to incorporate different semi-supervised classifiers and GAN architectures. We evaluate Triple-GAN in two challenging settings, namely, semi-supervised learning and the extreme low data regime. In both settings, Triple-GAN can achieve excellent classification results and generate meaningful samples in a specific class simultaneously. In particular, using a commonly adopted 13-layer CNN classifier, Triple-GAN outperforms extensive semi-supervised learning methods substantially on more than 10 benchmarks no matter data augmentation is applied or not.

📄 PDF Abstract BibTeX arXiv:1912.09784

Code (1)

taufikxu/Triple-GAN 공식 구현 pytorch

Tasks

ClassificationConditional Image GenerationData AugmentationGeneral ClassificationGenerative Adversarial NetworkImage GenerationSemi-Supervised Image Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dogecoin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Learning Structured Embeddings of Knowledge Graphs with Adversarial Learning Framework

2020-04-15 · Jiehang Zeng, Lu Liu, Xiaoqing Zheng

Many large-scale knowledge graphs are now available and ready to provide semantically structured information that is regarded as an important resource for question answering and decision support tasks. However, they are …

General ClassificationKnowledge Graph CompletionKnowledge GraphsLink Prediction+3

Triple-GAIL: A Multi-Modal Imitation Learning Framework with Generative Adversarial Nets

2020-05-19 · Cong Fei, Bin Wang, Yuzheng Zhuang, Zongzhang Zhang 외

Generative adversarial imitation learning (GAIL) has shown promising results by taking advantage of generative adversarial nets, especially in the field of robot learning. However, the requirement of isolated single moda…

Autonomous VehiclesData AugmentationImitation Learning

Triple Generative Adversarial Nets

2017-03-07 · NeurIPS 2017 12 · Chongxuan Li, Kun Xu, Jun Zhu, Bo Zhang

Generative Adversarial Nets (GANs) have shown promise in image generation and semi-supervised learning (SSL). However, existing GANs in SSL have two problems: (1) the generator and the discriminator (i.e. the classifier)…

Image Generation

Training Triplet Networks with GAN

2017-04-06 · Maciej Zieba, Lei Wang

Triplet networks are widely used models that are characterized by good performance in classification and retrieval tasks. In this work we propose to train a triplet network by putting it as the discriminator in Generativ…

General ClassificationRepresentation LearningRetrievalTriplet

TripletGAN: Training Generative Model with Triplet Loss

2017-11-14 · Gongze Cao, Yezhou Yang, Jie Lei, Cheng Jin 외

As an effective way of metric learning, triplet loss has been widely used in many deep learning tasks, including face recognition and person-ReID, leading to many states of the arts. The main innovation of triplet loss i…

Face RecognitionGeneral ClassificationMetric Learningmodel+1