Stabilizing Adversarial Nets with Prediction Methods
Abstract
Adversarial neural networks solve many important problems in data science, but are notoriously difficult to train. These difficulties come from the fact that optimal weights for adversarial nets correspond to saddle points, and not minimizers, of the loss function. The alternating stochastic gradient methods typically used for such problems do not reliably converge to saddle points, and when convergence does happen it is often highly sensitive to learning rates. We propose a simple modification of stochastic gradient descent that stabilizes adversarial networks. We show, both in theory and practice, that the proposed method reliably converges to saddle points. This makes adversarial networks less likely to "collapse," and enables faster training with larger learning rates.
Cite
Text
Yadav et al. "Stabilizing Adversarial Nets with Prediction Methods." International Conference on Learning Representations, 2018.Markdown
[Yadav et al. "Stabilizing Adversarial Nets with Prediction Methods." International Conference on Learning Representations, 2018.](https://mlanthology.org/iclr/2018/yadav2018iclr-stabilizing/)BibTeX
@inproceedings{yadav2018iclr-stabilizing,
title = {{Stabilizing Adversarial Nets with Prediction Methods}},
author = {Yadav, Abhay and Shah, Sohil and Xu, Zheng and Jacobs, David and Goldstein, Tom},
booktitle = {International Conference on Learning Representations},
year = {2018},
url = {https://mlanthology.org/iclr/2018/yadav2018iclr-stabilizing/}
}