paper-with-me

Papers

A Unifying Generator Loss Function for Generative Adversarial Networks

2023-08-14 · Justin Veiner, Fady Alajaji, Bahman Gharesifard

A unifying $\alpha$-parametrized generator loss function is introduced for a dual-objective generative adversarial network (GAN), which uses a canonical (or classical) discriminator loss function such as the one in the original GAN (VanillaGAN) system. The generator loss function is based on a symmetric class probability estimation type function, $\mathcal{L}_\alpha$, and the resulting GAN system is termed $\mathcal{L}_\alpha$-GAN. Under an optimal discriminator, it is shown that the generator's optimization problem consists of minimizing a Jensen-$f_\alpha$-divergence, a natural generalization of the Jensen-Shannon divergence, where $f_\alpha$ is a convex function expressed in terms of the loss function $\mathcal{L}_\alpha$. It is also demonstrated that this $\mathcal{L}_\alpha$-GAN problem recovers as special cases a number of GAN problems in the literature, including VanillaGAN, Least Squares GAN (LSGAN), Least $k$th order GAN (L$k$GAN) and the recently introduced $(\alpha_D,\alpha_G)$-GAN with $\alpha_D=1$. Finally, experimental results are conducted on three datasets, MNIST, CIFAR-10, and Stacked MNIST to illustrate the performance of various examples of the $\mathcal{L}_\alpha$-GAN system.

📄 PDF Abstract BibTeX arXiv:2308.07233

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial Network

Similar Papers 제목 키워드 기반

New Losses for Generative Adversarial Learning

2018-07-03 · Victor Berger, Michèle Sebag

Generative Adversarial Networks (Goodfellow et al., 2014), a major breakthrough in the field of generative modeling, learn a discriminator to estimate some distance between the target and the candidate distributions. T…

Unifying GANs and Score-Based Diffusion as Generative Particle Models

2023-05-25 · NeurIPS 2023 11 · Jean-Yves Franceschi, Mike Gartrell, Ludovic Dos Santos, Thibaut Issenhuth 외

Particle-based deep generative models, such as gradient flows and score-based diffusion models, have recently gained traction thanks to their striking performance. Their principle of displacing particle distributions usi…

Generative Adversarial Networks with Decoder-Encoder Output Noise

2018-07-11 · Guoqiang Zhong, Wei Gao, Yongbin Liu, Youzhao Yang

In recent years, research on image generation methods has been developing fast. The auto-encoding variational Bayes method (VAEs) was proposed in 2013, which uses variational inference to learn a latent space from the im…

DecoderImage GenerationVariational Inference

A Two-Stage Generative Adversarial Networks With Semantic Content Constraints for Adversarial Example Generation

2020-11-11 · IEEE 2020 11 · Jianyi Liu, Yu Tian, Ru Zhang, (Member 외

Deep neural networks (DNNs) have achieved great success in various applications due to their strong expressive power. However, recent studies have shown that DNNs are vulnerable to adversarial examples, and these manip…

An Empirical Study on GANs with Margin Cosine Loss and Relativistic Discriminator

2021-10-21 · Cuong V. Nguyen, Tien-Dung Cao, Tram Truong-Huu, Khanh N. Pham 외

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…