SGAN: An Alternative Training of Generative Adversarial Networks
Tatjana Chavdarova, Fran\c{c}ois Fleuret

TL;DR
SGAN introduces a novel training method for GANs that trains multiple local adversarial pairs independently to enhance global training stability, mode coverage, and convergence speed, addressing common training challenges.
Contribution
The paper proposes SGAN, an alternative GAN training approach using independent local pairs to improve stability and mode coverage over traditional methods.
Findings
Outperforms standard GAN training in mitigating mode collapse.
Increases training stability and convergence speed.
Effective on both toy and real-world datasets.
Abstract
The Generative Adversarial Networks (GANs) have demonstrated impressive performance for data synthesis, and are now used in a wide range of computer vision tasks. In spite of this success, they gained a reputation for being difficult to train, what results in a time-consuming and human-involved development process to use them. We consider an alternative training process, named SGAN, in which several adversarial "local" pairs of networks are trained independently so that a "global" supervising pair of networks can be trained against them. The goal is to train the global pair with the corresponding ensemble opponent for improved performances in terms of mode coverage. This approach aims at increasing the chances that learning will not stop for the global pair, preventing both to be trapped in an unsatisfactory local minimum, or to face oscillations often observed in practice. To…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
