An Empirical Study of the Effects of Sample-Mixing Methods for Efficient Training of Generative Adversarial Networks
Makoto Takamoto, Yusuke Morishita

TL;DR
This study investigates the impact of sample-mixing methods like Mixup, CutMix, and SRMix on improving GAN training efficiency and sample quality, introducing a new formalism for applying these methods to GANs with saturated losses.
Contribution
It introduces a novel formalism for applying sample-mixing methods to GANs with saturated losses and demonstrates their effectiveness in enhancing generated image quality.
Findings
SRMix consistently improved FID scores across datasets.
Mixed-samples influence discriminator decisions and feature representations.
Different mixing patterns affect high- and low-level features in generated images.
Abstract
It is well-known that training of generative adversarial networks (GANs) requires huge iterations before the generator's providing good-quality samples. Although there are several studies to tackle this problem, there is still no universal solution. In this paper, we investigated the effect of sample mixing methods, that is, Mixup, CutMix, and newly proposed Smoothed Regional Mix (SRMix), to alleviate this problem. The sample-mixing methods are known to enhance the accuracy and robustness in the wide range of classification problems, and can naturally be applicable to GANs because the role of the discriminator can be interpreted as the classification between real and fake samples. We also proposed a new formalism applying the sample-mixing methods to GANs with the saturated losses which do not have a clear "label" of real and fake. We performed a vast amount of numerical experiments…
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
TopicsGenerative Adversarial Networks and Image Synthesis · Digital Media Forensic Detection · Advanced Image Processing Techniques
MethodsMixup · CutMix
