paper-with-me

Papers

A New Perspective on Stabilizing GANs training: Direct Adversarial Training

2020-08-19 · Ziqiang Li, Pengfei Xia, Rentuo Tao, Hongjing Niu, Bin Li

Generative Adversarial Networks (GANs) are the most popular image generation models that have achieved remarkable progress on various computer vision tasks. However, training instability is still one of the open problems for all GAN-based algorithms. Quite a number of methods have been proposed to stabilize the training of GANs, the focuses of which were respectively put on the loss functions, regularization and normalization technologies, training algorithms, and model architectures. Different from the above methods, in this paper, a new perspective on stabilizing GANs training is presented. It is found that sometimes the images produced by the generator act like adversarial examples of the discriminator during the training process, which may be part of the reason causing the unstable training of GANs. With this finding, we propose the Direct Adversarial Training (DAT) method to stabilize the training process of GANs. Furthermore, we prove that the DAT method is able to minimize the Lipschitz constant of the discriminator adaptively. The advanced performance of DAT is verified on multiple loss functions, network architectures, hyper-parameters, and datasets. Specifically, DAT achieves significant improvements of 11.5% FID on CIFAR-100 unconditional generation based on SSGAN, 10.5% FID on STL-10 unconditional generation based on SSGAN, and 13.2% FID on LSUN-Bedroom unconditional generation based on SSGAN. Code will be available at https://github.com/iceli1007/DAT-GAN

📄 PDF Abstract BibTeX arXiv:2008.09041

Code (1)

iceli1007/DAT-GAN 공식 구현 pytorch

Tasks

Adversarial AttackImage Generation

Methods 이 논문이 사용한 방법론

Spectral Normalization Spectral Normalization is a normalization technique used for generative adversarial networks, used to stabilize training of the discriminator. Spectral normalization has the…
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…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
WGAN Wasserstein GAN, or WGAN, is a type of generative adversarial network that minimizes an approximation of the Earth-Mover's distance (EM) rather than the Jensen-Shannon…
HuMan(Expedia)||How do I get a human at Expedia? How do I get a human at Expedia? How Do I Get a Human at Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Real-Time Help & Exclusive…
Batch Normalization 설명 없음
DCGAN 설명 없음

Similar Papers 제목 키워드 기반

Understanding and Stabilizing GANs' Training Dynamics with Control Theory

2019-09-29 · Kun Xu, Chongxuan Li, Jun Zhu, Bo Zhang

Generative adversarial networks (GANs) are effective in generating realistic images but the training is often unstable. There are existing efforts that model the training dynamics of GANs in the parameter space but the a…

Image GenerationL2 Regularization

Understanding and Stabilizing GANs' Training Dynamics Using Control Theory

2020-01-01 · ICML 2020 1 · Kun Xu, Chongxuan Li, Jun Zhu, Bo Zhang

Generative adversarial networks (GANs) are effective in generating realistic images but the training is often unstable. There are existing efforts that model the training dynamics of GANs in the parameter space but the a…

Stabilizing GANs' Training with Brownian Motion Controller

2023-06-18 · Tianjiao Luo, Ziyu Zhu, Jianfei Chen, Jun Zhu

The training process of generative adversarial networks (GANs) is unstable and does not converge globally. In this paper, we examine the stability of GANs from the perspective of control theory and propose a universal hi…

Adversarial symmetric GANs: bridging adversarial samples and adversarial networks

2019-12-20 · Faqiang Liu, Mingkun Xu, Guoqi Li, Jing Pei 외

Generative adversarial networks have achieved remarkable performance on various tasks but suffer from training instability. Despite many training strategies proposed to improve training stability, this issue remains as a…

Image Generation

Analysis of Nonautonomous Adversarial Systems

2018-03-13 · Arash Mehrjou

Generative adversarial networks are used to generate images but still their convergence properties are not well understood. There have been a few studies who intended to investigate the stability properties of GANs as a …