paper-with-me

홈 › Papers

MGAN: Training Generative Adversarial Nets with Multiple Generators

2018-01-01 · ICLR 2018 1 · Quan Hoang, Tu Dinh Nguyen, Trung Le, Dinh Phung

We propose in this paper a new approach to train the Generative Adversarial Nets (GANs) with a mixture of generators to overcome the mode collapsing problem. The main intuition is to employ multiple generators, instead of using a single one as in the original GAN. The idea is simple, yet proven to be extremely effective at covering diverse data modes, easily overcoming the mode collapsing problem and delivering state-of-the-art results. A minimax formulation was able to establish among a classifier, a discriminator, and a set of generators in a similar spirit with GAN. Generators create samples that are intended to come from the same distribution as the training data, whilst the discriminator determines whether samples are true data or generated by generators, and the classifier specifies which generator a sample comes from. The distinguishing feature is that internal samples are created from multiple generators, and then one of them will be randomly selected as final output similar to the mechanism of a probabilistic mixture model. We term our method Mixture Generative Adversarial Nets (MGAN). We develop theoretical analysis to prove that, at the equilibrium, the Jensen-Shannon divergence (JSD) between the mixture of generators’ distributions and the empirical data distribution is minimal, whilst the JSD among generators’ distributions is maximal, hence effectively avoiding the mode collapsing problem. By utilizing parameter sharing, our proposed model adds minimal computational cost to the standard GAN, and thus can also efficiently scale to large-scale datasets. We conduct extensive experiments on synthetic 2D data and natural image databases (CIFAR-10, STL-10 and ImageNet) to demonstrate the superior performance of our MGAN in achieving state-of-the-art Inception scores over latest baselines, generating diverse and appealing recognizable objects at different resolutions, and specializing in capturing different types of objects by the generators.

📄 PDF Abstract BibTeX

Code (4)

qhoangdl/MGAN 공식 구현 tf
MindSpore-scientific/code-1/tree/main/mgan-mindspore mindspore
MindSpore-scientific/code-13/tree/main/mgan-mindspore mindspore
MindSpore-scientific/code-6/tree/main/mgan-mindspore mindspore

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 제목 키워드 기반

FragmGAN: Generative Adversarial Nets for Fragmentary Data Imputation and Prediction

2022-03-09 · Fang Fang, Shenliao Bao

Modern scientific research and applications very often encounter "fragmentary data" which brings big challenges to imputation and prediction. By leveraging the structure of response patterns, we propose a unified and fle…

Imputation

Multi-Generator Generative Adversarial Nets

2017-08-08 · Quan Hoang, Tu Dinh Nguyen, Trung Le, Dinh Phung

We propose a new approach to train the Generative Adversarial Nets (GANs) with a mixture of generators to overcome the mode collapsing problem. The main intuition is to employ multiple generators, instead of using a sing…

Attribute Manipulation Generative Adversarial Networks for Fashion Images

2019-10-01 · ICCV 2019 10 · Kenan E. Ak, Joo Hwee Lim, Jo Yew Tham, Ashraf A. Kassim

Recent advances in Generative Adversarial Networks (GANs) have made it possible to conduct multi-domain image-to-image translation using a single generative network. While recent methods such as Ganimation and SaGAN are …

AttributeImage RetrievalImage-to-Image TranslationRetrieval+1

MMGAN: Generative Adversarial Networks for Multi-Modal Distributions

2019-11-15 · Teodora Pandeva, Matthias Schubert

Over the past years, Generative Adversarial Networks (GANs) have shown a remarkable generation performance especially in image synthesis. Unfortunately, they are also known for having an unstable training process and mig…

ClusteringImage Generation

Multi-Modality Generative Adversarial Networks with Tumor Consistency Loss for Brain MR Image Synthesis

2020-05-02 · Bingyu Xin, Yifan Hu, Yefeng Zheng, Hongen Liao

Magnetic Resonance (MR) images of different modalities can provide complementary information for clinical diagnosis, but whole modalities are often costly to access. Most existing methods only focus on synthesizing missi…

Generative Adversarial NetworkImage GenerationTumor Segmentation