paper-with-me

Papers

HGAN: Hybrid Generative Adversarial Network

2021-02-07 · Seyed Mehdi Iranmanesh, Nasser M. Nasrabadi

In this paper, we present a simple approach to train Generative Adversarial Networks (GANs) in order to avoid a \textit {mode collapse} issue. Implicit models such as GANs tend to generate better samples compared to explicit models that are trained on tractable data likelihood. However, GANs overlook the explicit data density characteristics which leads to undesirable quantitative evaluations and mode collapse. To bridge this gap, we propose a hybrid generative adversarial network (HGAN) for which we can enforce data density estimation via an autoregressive model and support both adversarial and likelihood framework in a joint training manner which diversify the estimated density in order to cover different modes. We propose to use an adversarial network to \textit {transfer knowledge} from an autoregressive model (teacher) to the generator (student) of a GAN model. A novel deep architecture within the GAN formulation is developed to adversarially distill the autoregressive model information in addition to simple GAN training approach. We conduct extensive experiments on real-world datasets (i.e., MNIST, CIFAR-10, STL-10) to demonstrate the effectiveness of the proposed HGAN under qualitative and quantitative evaluations. The experimental results show the superiority and competitiveness of our method compared to the baselines.

📄 PDF Abstract BibTeX arXiv:2102.03710

Code (0)

등록된 구현이 없습니다.

Tasks

Density EstimationGenerative Adversarial Network

Similar Papers 제목 키워드 기반

GlyphGAN: Style-Consistent Font Generation Based on Generative Adversarial Networks

2019-05-29 · Hideaki Hayashi, Kohtaro Abe, Seiichi Uchida

In this paper, we propose GlyphGAN: style-consistent font generation based on generative adversarial networks (GANs). GANs are a framework for learning a generative model using a system of two neural networks competing w…

DiversityFont Generation

PathGAN: Visual Scanpath Prediction with Generative Adversarial Networks

2018-09-03 · Marc Assens, Xavier Giro-i-Nieto, Kevin McGuinness, Noel E. O'Connor

We introduce PathGAN, a deep neural network for visual scanpath prediction trained on adversarial examples. A visual scanpath is defined as the sequence of fixation points over an image defined by a human observer with i…

PredictionScanpath prediction

TorchGAN: A Flexible Framework for GAN Training and Evaluation

2019-09-08 · Avik Pal, Aniket Das

TorchGAN is a PyTorch based framework for writing succinct and comprehensible code for training and evaluation of Generative Adversarial Networks. The framework's modular design allows effortless customization of the mod…

Conditional Image GenerationImage Generation

GraphGANFed: A Federated Generative Framework for Graph-Structured Molecules Towards Efficient Drug Discovery

2023-04-11 · Daniel Manu, Jingjing Yao, Wuji Liu, Xiang Sun

Recent advances in deep learning have accelerated its use in various applications, such as cellular image analysis and molecular discovery. In molecular discovery, a generative adversarial network (GAN), which comprises …

Drug DiscoveryFederated LearningGenerative Adversarial Network

Patch-Based Image Inpainting with Generative Adversarial Networks

2018-03-20 · Ugur Demir, Gozde Unal

Area of image inpainting over relatively large missing regions recently advanced substantially through adaptation of dedicated deep neural networks. However, current network solutions still introduce undesired artifacts …

Generative Adversarial NetworkImage Inpainting