paper-with-me

홈 › Papers

Training generative networks using random discriminators

2019-04-22 · Babak Barazandeh, Meisam Razaviyayn, Maziar Sanjabi

In recent years, Generative Adversarial Networks (GANs) have drawn a lot of attentions for learning the underlying distribution of data in various applications. Despite their wide applicability, training GANs is notoriously difficult. This difficulty is due to the min-max nature of the resulting optimization problem and the lack of proper tools of solving general (non-convex, non-concave) min-max optimization problems. In this paper, we try to alleviate this problem by proposing a new generative network that relies on the use of random discriminators instead of adversarial design. This design helps us to avoid the min-max formulation and leads to an optimization problem that is stable and could be solved efficiently. The performance of the proposed method is evaluated using handwritten digits (MNIST) and Fashion products (Fashion-MNIST) data sets. While the resulting images are not as sharp as adversarial training, the use of random discriminator leads to a much faster algorithm as compared to the adversarial counterpart. This observation, at the minimum, illustrates the potential of the random discriminator approach for warm-start in training GANs.

📄 PDF Abstract BibTeX arXiv:1904.09775

Code (2)

babakbarazandeh/GN-RD tf
optimization-for-data-driven-science/GN-RD tf

Similar Papers 제목 키워드 기반

Stabilizing GAN Training with Multiple Random Projections

2017-05-22 · ICLR 2018 1 · Behnam Neyshabur, Srinadh Bhojanapalli, Ayan Chakrabarti

Training generative adversarial networks is unstable in high-dimensions as the true data distribution tends to be concentrated in a small fraction of the ambient space. The discriminator is then quickly able to classify …

G-PATE: Scalable Differentially Private Data Generator via Private Aggregation of Teacher Discriminators

2019-06-21 · NeurIPS 2021 12 · Yunhui Long, Boxin Wang, Zhuolin Yang, Bhavya Kailkhura 외

Recent advances in machine learning have largely benefited from the massive accessible training data. However, large-scale data sharing has raised great privacy concerns. In this work, we propose a novel privacy-preservi…

BIG-bench Machine LearningPrivacy Preserving

MCL-GAN: Generative Adversarial Networks with Multiple Specialized Discriminators

2021-07-15 · Jinyoung Choi, Bohyung Han

We propose a framework of generative adversarial networks with multiple discriminators, which collaborate to represent a real dataset more effectively. Our approach facilitates learning a generator consistent with the un…

Generative Adversarial NetworkMultiple-choice

Approximating Probability Distributions by using Wasserstein Generative Adversarial Networks

2021-03-18 · Yihang Gao, Michael K. Ng, Mingjie Zhou

Studied here are Wasserstein generative adversarial networks (WGANs) with GroupSort neural networks as their discriminators. It is shown that the error bound of the approximation for the target distribution depends on th…

GenCo: Generative Co-training for Generative Adversarial Networks with Limited Data

2021-10-04 · Kaiwen Cui, Jiaxing Huang, Zhipeng Luo, Gongjie Zhang 외

Training effective Generative Adversarial Networks (GANs) requires large amounts of training data, without which the trained models are usually sub-optimal with discriminator over-fitting. Several prior studies address t…

Data AugmentationImage Generation