An Empirical Study on GANs with Margin Cosine Loss and Relativistic Discriminator
Cuong V. Nguyen, Tien-Dung Cao, Tram Truong-Huu, Khanh N. Pham, Binh, T. Nguyen

TL;DR
This paper empirically investigates the effects of various loss functions on GAN training stability and introduces RMCosGAN, a novel loss combining relativistic discriminator and margin cosine loss, which enhances image quality across multiple datasets.
Contribution
The paper introduces RMCosGAN, a new loss function that combines relativistic discriminator and margin cosine loss, improving GAN performance and stability.
Findings
RMCosGAN outperforms existing loss functions on CIFAR-10, MNIST, STL-10, and CAT datasets.
RMCosGAN significantly improves image quality as measured by FID and inception score.
The study highlights the impact of loss functions on GAN training stability and output quality.
Abstract
Generative Adversarial Networks (GANs) have emerged as useful generative models, which are capable of implicitly learning data distributions of arbitrarily complex dimensions. However, the training of GANs is empirically well-known for being highly unstable and sensitive. The loss functions of both the discriminator and generator concerning their parameters tend to oscillate wildly during training. Different loss functions have been proposed to stabilize the training and improve the quality of images generated. In this paper, we perform an empirical study on the impact of several loss functions on the performance of standard GAN models, Deep Convolutional Generative Adversarial Networks (DCGANs). We introduce a new improvement that employs a relativistic discriminator to replace the classical deterministic discriminator in DCGANs and implement a margin cosine loss function for both the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Computational Physics and Python Applications · Image Processing and 3D Reconstruction
