paper-with-me

홈 › Papers

Training GANs with Optimism

2017-10-31 · ICLR 2018 1 · Constantinos Daskalakis, Andrew Ilyas, Vasilis Syrgkanis, Haoyang Zeng

We address the issue of limit cycling behavior in training Generative Adversarial Networks and propose the use of Optimistic Mirror Decent (OMD) for training Wasserstein GANs. Recent theoretical results have shown that optimistic mirror decent (OMD) can enjoy faster regret rates in the context of zero-sum games. WGANs is exactly a context of solving a zero-sum game with simultaneous no-regret dynamics. Moreover, we show that optimistic mirror decent addresses the limit cycling problem in training WGANs. We formally show that in the case of bi-linear zero-sum games the last iterate of OMD dynamics converges to an equilibrium, in contrast to GD dynamics which are bound to cycle. We also portray the huge qualitative difference between GD and OMD dynamics with toy examples, even when GD is modified with many adaptations proposed in the recent literature, such as gradient penalty or momentum. We apply OMD WGAN training to a bioinformatics problem of generating DNA sequences. We observe that models trained with OMD achieve consistently smaller KL divergence with respect to the true underlying distribution, than models trained with GD variants. Finally, we introduce a new algorithm, Optimistic Adam, which is an optimistic variant of Adam. We apply it to WGAN training on CIFAR10 and observe improved performance in terms of inception score as compared to Adam.

📄 PDF Abstract BibTeX arXiv:1711.00141

Code (1)

vsyrgkanis/optimistic_GAN_training 공식 구현

Methods 이 논문이 사용한 방법론

Adam 설명 없음
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…
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…

Similar Papers 제목 키워드 기반

ODE Analysis of Stochastic Gradient Methods with Optimism and Anchoring for Minimax Problems and GANs

2019-09-25 · Ernest K. Ryu, Kun Yuan, Wotao Yin

Despite remarkable empirical success, the training dynamics of generative adversarial networks (GAN), which involves solving a minimax game using stochastic gradients, is still poorly understood. In this work, we analyze…

On the Implicit Assumptions of GANs

2018-11-29 · Ke Li, Jitendra Malik

Generative adversarial nets (GANs) have generated a lot of excitement. Despite their popularity, they exhibit a number of well-documented issues in practice, which apparently contradict theoretical guarantees. A number o…

Exploring Pessimism and Optimism Dynamics in Deep Reinforcement Learning

2024-06-06 · Bahareh Tasdighi, Nicklas Werge, Yi-Shan Wu, Melih Kandemir

Off-policy actor-critic algorithms have shown promise in deep reinforcement learning for continuous control tasks. Their success largely stems from leveraging pessimistic state-action value function updates, which effect…

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+1

Detecting Optimism in Tweets using Knowledge Distillation and Linguistic Analysis of Optimism

2022-06-01 · LREC 2022 6 · Ștefan Cobeli, Ioan-Bogdan Iordache, Shweta Yadav, Cornelia Caragea 외

Finding the polarity of feelings in texts is a far-reaching task. Whilst the field of natural language processing has established sentiment analysis as an alluring problem, many feelings are left uncharted. In this study…

Hate Speech DetectionKnowledge DistillationSentiment Analysis

Asymptotic Optimism of Random-Design Linear and Kernel Regression Models

2025-02-18 · Hengrui Luo, Yunzhang Zhu

We derived the closed-form asymptotic optimism of linear regression models under random designs, and generalizes it to kernel ridge regression. Using scaled asymptotic optimism as a generic predictive model complexity me…

regression