paper-with-me

Papers

Complexity Controlled Generative Adversarial Networks

2020-11-20 · Himanshu Pant, Jayadeva, Sumit Soman

One of the issues faced in training Generative Adversarial Nets (GANs) and their variants is the problem of mode collapse, wherein the training stability in terms of the generative loss increases as more training data is used. In this paper, we propose an alternative architecture via the Low-Complexity Neural Network (LCNN), which attempts to learn models with low complexity. The motivation is that controlling model complexity leads to models that do not overfit the training data. We incorporate the LCNN loss function for GANs, Deep Convolutional GANs (DCGANs) and Spectral Normalized GANs (SNGANs), in order to develop hybrid architectures called the LCNN-GAN, LCNN-DCGAN and LCNN-SNGAN respectively. On various large benchmark image datasets, we show that the use of our proposed models results in stable training while avoiding the problem of mode collapse, resulting in better training stability. We also show how the learning behavior can be controlled by a hyperparameter in the LCNN functional, which also provides an improved inception score.

📄 PDF Abstract BibTeX arXiv:2011.10223

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Person Re-identification with Bias-controlled Adversarial Training

2019-03-30 · Sara Iodice, Krystian Mikolajczyk

Inspired by the effectiveness of adversarial training in the area of Generative Adversarial Networks we present a new approach for learning feature representations in person re-identification. We investigate different ty…

Person Re-Identification

Analysis of Discriminator in RKHS Function Space for Kullback-Leibler Divergence Estimation

2020-02-25 · Sandesh Ghimire, Prashnna K Gyawali, Linwei Wang

Several scalable sample-based methods to compute the Kullback Leibler (KL) divergence between two distributions have been proposed and applied in large-scale machine learning models. While they have been found to be unst…

Generative Adversarial Network

C-GAIL: Stabilizing Generative Adversarial Imitation Learning with Control Theory

2024-02-26 · Tianjiao Luo, Tim Pearce, Huayu Chen, Jianfei Chen 외

Generative Adversarial Imitation Learning (GAIL) trains a generative policy to mimic a demonstrator. It uses on-policy Reinforcement Learning (RL) to optimize a reward signal derived from a GAN-like discriminator. A majo…

Imitation LearningMuJoCoReinforcement Learning (RL)

HGAN-SDEs: Learning Neural Stochastic Differential Equations with Hermite-Guided Adversarial Training

2025-12-23 · Yuanjian Xu, Yuan Shuai, Jianing Hao, Guang Zhang arxiv

Neural Stochastic Differential Equations (Neural SDEs) provide a principled framework for modeling continuous-time stochastic processes and have been widely adopted in fields ranging from physics to finance. Recent advan…

Generative Adversarial Nets: Can we generate a new dataset based on only one training set?

2022-10-12 · Lan V. Truong

A generative adversarial network (GAN) is a class of machine learning frameworks designed by Goodfellow et al. in 2014. In the GAN framework, the generative model is pitted against an adversary: a discriminative model th…

Generative Adversarial Network