paper-with-me

Papers

Convergence dynamics of Generative Adversarial Networks: the dual metric flows

2020-12-18 · Gabriel Turinici

Fitting neural networks often resorts to stochastic (or similar) gradient descent which is a noise-tolerant (and efficient) resolution of a gradient descent dynamics. It outputs a sequence of networks parameters, which sequence evolves during the training steps. The gradient descent is the limit, when the learning rate is small and the batch size is infinite, of this set of increasingly optimal network parameters obtained during training. In this contribution, we investigate instead the convergence in the Generative Adversarial Networks used in machine learning. We study the limit of small learning rate, and show that, similar to single network training, the GAN learning dynamics tend, for vanishing learning rate to some limit dynamics. This leads us to consider evolution equations in metric spaces (which is the natural framework for evolving probability laws) that we call dual flows. We give formal definitions of solutions and prove the convergence. The theory is then applied to specific instances of GANs and we discuss how this insight helps understand and mitigate the mode collapse. Keywords: GAN; metric flow; generative network

📄 PDF Abstract BibTeX arXiv:2012.10410

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dynamics of Fourier Modes in Torus Generative Adversarial Networks

2022-09-05 · Ángel González-Prieto, Alberto Mozo, Edgar Talavera, Sandra Gómez-Canaval

Generative Adversarial Networks (GANs) are powerful Machine Learning models capable of generating fully synthetic samples of a desired phenomenon with a high resolution. Despite their success, the training process of a G…

Local Convergence of Gradient Descent-Ascent for Training Generative Adversarial Networks

2023-05-14 · Evan Becker, Parthe Pandit, Sundeep Rangan, Alyson K. Fletcher

Generative Adversarial Networks (GANs) are a popular formulation to train generative models for complex high dimensional data. The standard method for training GANs involves a gradient descent-ascent (GDA) procedure on a…

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 li…

Evaluating GANs via Duality

2019-05-01 · ICLR 2019 5 · Paulina Grnarova, Kfir. Y. Levy, Aurelien Lucchi, Nathanael Perraudin 외

Generative Adversarial Networks (GANs) have shown great results in accurately modeling complex distributions, but their training is known to be difficult due to instabilities caused by a challenging minimax optimization …

On the limitations of first order approximation in GAN dynamics

2018-01-01 · ICLR 2018 1 · Jerry Li, Aleksander Madry, John Peebles, Ludwig Schmidt

Generative Adversarial Networks (GANs) have been proposed as an approach to learning generative models. While GANs have demonstrated promising performance on multiple vision tasks, their learning dynamics are not yet wel…