paper-with-me

홈 › Papers

Generalization of GANs and overparameterized models under Lipschitz continuity

2021-04-06 · Khoat Than, Nghia Vu

Generative adversarial networks (GANs) are so complex that the existing learning theories do not provide a satisfactory explanation for why GANs have great success in practice. The same situation also remains largely open for deep neural networks. To fill this gap, we introduce a Lipschitz theory to analyze generalization. We demonstrate its simplicity by analyzing generalization and consistency of overparameterized neural networks. We then use this theory to derive Lipschitz-based generalization bounds for GANs. Our bounds show that penalizing the Lipschitz constant of the GAN loss can improve generalization. This result answers the long mystery of why the popular use of Lipschitz constraint for GANs often leads to great success, empirically without a solid theory. Finally but surprisingly, we show that, when using Dropout or spectral normalization, both \emph{truly deep} neural networks and GANs can generalize well without the curse of dimensionality.

📄 PDF Abstract BibTeX arXiv:2104.02388

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationGeneralization Bounds

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Generalization and Stability of GANs: A theory and promise from data augmentation

2021-01-01 · Khoat Than, Nghia Vu

The instability when training generative adversarial networks (GANs) is a notoriously difficult issue, and the generalization of GANs remains open. In this paper, we will analyze various sources of instability which n…

Data Augmentation

CHAIN: Enhancing Generalization in Data-Efficient GANs via lipsCHitz continuity constrAIned Normalization

2024-03-31 · CVPR 2024 1 · Yao Ni, Piotr Koniusz

Generative Adversarial Networks (GANs) significantly advanced image generation but their performance heavily depends on abundant training data. In scenarios with limited data, GANs often struggle with discriminator overf…

Image Generation

Understanding the Effectiveness of Lipschitz-Continuity in Generative Adversarial Nets

2018-07-02 · Zhiming Zhou, Yuxuan Song, Lantao Yu, Hongwei Wang 외

In this paper, we investigate the underlying factor that leads to failure and success in the training of GANs. We study the property of the optimal discriminative function and show that in many GANs, the gradient from th…

valid

Lipschitz Constrained GANs via Boundedness and Continuity

2018-03-16 · Kanglin Liu, Guoping Qiu

One of the challenges in the study of Generative Adversarial Networks (GANs) is the difficulty of its performance control. Lipschitz constraint is essential in guaranteeing training stability for GANs. Although heuristic…

Towards Efficient and Unbiased Implementation of Lipschitz Continuity in GANs

2019-04-02 · Zhiming Zhou, Jian Shen, Yuxuan Song, Wei-Nan Zhang 외

Lipschitz continuity recently becomes popular in generative adversarial networks (GANs). It was observed that the Lipschitz regularized discriminator leads to improved training stability and sample quality. The mainstrea…