paper-with-me

Papers

O-GAN: Extremely Concise Approach for Auto-Encoding Generative Adversarial Networks

2019-03-05 · Jianlin Su

In this paper, we propose Orthogonal Generative Adversarial Networks (O-GANs). We decompose the network of discriminator orthogonally and add an extra loss into the objective of common GANs, which can enforce discriminator become an effective encoder. The same extra loss can be embedded into any kind of GANs and there is almost no increase in computation. Furthermore, we discuss the principle of our method, which is relative to the fully-exploiting of the remaining degrees of freedom of discriminator. As we know, our solution is the simplest approach to train a generative adversarial network with auto-encoding ability.

📄 PDF Abstract BibTeX arXiv:1903.01931

Code (1)

bojone/o-gan 공식 구현 tf

Tasks

Generative Adversarial Network

Similar Papers 제목 키워드 기반

Autoencoding Generative Adversarial Networks

2020-04-11 · Conor Lazarou

In the years since Goodfellow et al. introduced Generative Adversarial Networks (GANs), there has been an explosion in the breadth and quality of generative model applications. Despite this work, GANs still have a long w…

Generative Adversarial Network

Variational Approaches for Auto-Encoding Generative Adversarial Networks

2017-06-15 · Mihaela Rosca, Balaji Lakshminarayanan, David Warde-Farley, Shakir Mohamed

Auto-encoding generative adversarial networks (GANs) combine the standard GAN algorithm, which discriminates between real and model-generated data, with a reconstruction loss given by an auto-encoder. Such models aim to …

Variational Inference

Information Theoretic-Learning Auto-Encoder

2016-03-22 · Eder Santana, Matthew Emigh, Jose C. Principe

We propose Information Theoretic-Learning (ITL) divergence measures for variational regularization of neural networks. We also explore ITL-regularized autoencoders as an alternative to variational autoencoding bayes, adv…

Voice Conversion from Unaligned Corpora using Variational Autoencoding Wasserstein Generative Adversarial Networks

2017-04-04 · Chin-Cheng Hsu, Hsin-Te Hwang, Yi-Chiao Wu, Yu Tsao 외

Building a voice conversion (VC) system from non-parallel speech corpora is challenging but highly valuable in real application scenarios. In most situations, the source and the target speakers do not repeat the same tex…

Generative Adversarial NetworkVoice Conversion

TGAN: Deep Tensor Generative Adversarial Nets for Large Image Generation

2019-01-28 · Zihan Ding, Xiao-Yang Liu, Miao Yin, Linghe Kong

Deep generative models have been successfully applied to many applications. However, existing works experience limitations when generating large images (the literature usually generates small images, e.g. 32 * 32 or 128 …

Dictionary LearningImage GenerationSuper-Resolution