paper-with-me

Papers

Generative Adversarial Parallelization

2016-12-13 · Daniel Jiwoong Im, He Ma, Chris Dongjoo Kim, Graham Taylor

Generative Adversarial Networks have become one of the most studied frameworks for unsupervised learning due to their intuitive formulation. They have also been shown to be capable of generating convincing examples in limited domains, such as low-resolution images. However, they still prove difficult to train in practice and tend to ignore modes of the data generating distribution. Quantitatively capturing effects such as mode coverage and more generally the quality of the generative model still remain elusive. We propose Generative Adversarial Parallelization, a framework in which many GANs or their variants are trained simultaneously, exchanging their discriminators. This eliminates the tight coupling between a generator and discriminator, leading to improved convergence and improved coverage of modes. We also propose an improved variant of the recently proposed Generative Adversarial Metric and show how it can score individual GANs or their collections under the GAP model.

📄 PDF Abstract BibTeX arXiv:1612.04021

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GANGR: GAN-Assisted Scalable and Efficient Global Routing Parallelization

2025-11-21 · Hadi Khodaei Jooshin, Inna Partin-Vaisband arxiv

Global routing is a critical stage in electronic design automation (EDA) that enables early estimation and optimization of the routability of modern integrated circuits with respect to congestion, power dissipation, and …

Performance Evaluation of General Purpose Large Language Models for Basic Linear Algebra Subprograms Code Generation

2025-07-07 · Daichi Mukunoki, Shun-ichiro Hayashi, Tetsuya Hoshino, Takahiro Katagiri arxiv

Generative AI technology based on Large Language Models (LLM) has been developed and applied to assist or automatically generate program codes. In this paper, we evaluate the capability of existing general LLMs for Basic…

Code Generation

Communication-Efficient Diffusion Denoising Parallelization via Reuse-then-Predict Mechanism

2025-05-20 · Kunyun Wang, Bohan Li, Kai Yu, Minyi Guo 외

Diffusion models have emerged as a powerful class of generative models across various modalities, including image, video, and audio synthesis. However, their deployment is often limited by significant inference latency, …

Audio SynthesisDenoising

Scalable Coverage Trajectory Synthesis on GPUs as Statistical Inference

2025-11-14 · Max M. Sun, Jueun Kwon, Todd Murphey arxiv

Coverage motion planning is essential to a wide range of robotic tasks. Unlike conventional motion planning problems, which reason over temporal sequences of states, coverage motion planning requires reasoning over the s…

Computational EfficiencyTemporal SequencesMotion Planning

Efficient and Systematic Partitioning of Large and Deep Neural Networks for Parallelization

2021-08-25 · Part of the Lecture Notes in Computer Science book series 2021 8 · Haoran Wang, Chong Li, Thibaut Tachon, Hongxing Wang 외

Deep neural networks (DNNs) are playing an increasingly important role in our daily life. Since the size of DNNs is continuously growing up, it is highly important to train them effectively by distributing computation on…