paper-with-me

Papers

FusedProp: Towards Efficient Training of Generative Adversarial Networks

2020-03-30 · Zachary Polizzi, Chuan-Yung Tsai

Generative adversarial networks (GANs) are capable of generating strikingly realistic samples but state-of-the-art GANs can be extremely computationally expensive to train. In this paper, we propose the fused propagation (FusedProp) algorithm which can be used to efficiently train the discriminator and the generator of common GANs simultaneously using only one forward and one backward propagation. We show that FusedProp achieves 1.49 times the training speed compared to the conventional training of GANs, although further studies are required to improve its stability. By reporting our preliminary results and open-sourcing our implementation, we hope to accelerate future research on the training of GANs.

📄 PDF Abstract BibTeX arXiv:2004.03335

Code (1)

zplizzi/fusedprop 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Quantum generative adversarial networks

2018-04-23 · Pierre-Luc Dallaire-Demers, Nathan Killoran

Quantum machine learning is expected to be one of the first potential general-purpose applications of near-term quantum devices. A major recent breakthrough in classical machine learning is the notion of generative adver…

BIG-bench Machine LearningGenerative Adversarial NetworkQuantum Machine Learning

Disentangling Adversarial Robustness in Directions of the Data Manifold

2021-01-01 · Jiancong Xiao, Liusha Yang, Zhi-Quan Luo

Using generative models (GAN or VAE) to craft adversarial examples, i.e. generative adversarial examples, has received increasing attention in recent years. Previous studies showed through experiments that the generative…

Adversarial Robustness

Evolutionary Generative Adversarial Networks

2018-03-01 · Chaoyue Wang, Chang Xu, Xin Yao, DaCheng Tao

Generative adversarial networks (GAN) have been effective for learning generative models for real-world data. However, existing GANs (GAN and its variants) tend to suffer from training problems such as instability and mo…

Diversity

Adversarial Robustness of Flow-Based Generative Models

2019-11-20 · Phillip Pope, Yogesh Balaji, Soheil Feizi

Flow-based generative models leverage invertible generator functions to fit a distribution to the training data using maximum likelihood. Despite their use in several application domains, robustness of these models to ad…

Adversarial Robustness

C-RNN-GAN: Continuous recurrent neural networks with adversarial training

2016-11-29 · Olof Mogren

Generative adversarial networks have been proposed as a way of efficiently training deep generative neural networks. We propose a generative adversarial model that works on continuous sequential data, and apply it by tra…