paper-with-me

Papers

Self Sparse Generative Adversarial Networks

2021-01-26 · Wenliang Qian, Yang Xu, WangMeng Zuo, Hui Li

Generative Adversarial Networks (GANs) are an unsupervised generative model that learns data distribution through adversarial training. However, recent experiments indicated that GANs are difficult to train due to the requirement of optimization in the high dimensional parameter space and the zero gradient problem. In this work, we propose a Self Sparse Generative Adversarial Network (Self-Sparse GAN) that reduces the parameter space and alleviates the zero gradient problem. In the Self-Sparse GAN, we design a Self-Adaptive Sparse Transform Module (SASTM) comprising the sparsity decomposition and feature-map recombination, which can be applied on multi-channel feature maps to obtain sparse feature maps. The key idea of Self-Sparse GAN is to add the SASTM following every deconvolution layer in the generator, which can adaptively reduce the parameter space by utilizing the sparsity in multi-channel feature maps. We theoretically prove that the SASTM can not only reduce the search space of the convolution kernel weight of the generator but also alleviate the zero gradient problem by maintaining meaningful features in the Batch Normalization layer and driving the weight of deconvolution layers away from being negative. The experimental results show that our method achieves the best FID scores for image generation compared with WGAN-GP on MNIST, Fashion-MNIST, CIFAR-10, STL-10, mini-ImageNet, CELEBA-HQ, and LSUN bedrooms, and the relative decrease of FID is 4.76% ~ 21.84%.

📄 PDF Abstract BibTeX arXiv:2101.10556

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkImage Generation

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Generative Adversarial Self-Imitation Learning

2018-12-03 · ICLR 2019 5 · Yijie Guo, Junhyuk Oh, Satinder Singh, Honglak Lee

This paper explores a simple regularizer for reinforcement learning by proposing Generative Adversarial Self-Imitation Learning (GASIL), which encourages the agent to imitate past good trajectories via generative adversa…

Imitation LearningMuJoCoreinforcement-learningReinforcement Learning+1

Two-phase Hair Image Synthesis by Self-Enhancing Generative Model

2019-02-28 · Haonan Qiu, Chuan Wang, Hang Zhu, Xiangyu Zhu 외

Generating plausible hair image given limited guidance, such as sparse sketches or low-resolution image, has been made possible with the rise of Generative Adversarial Networks (GANs). Traditional image-to-image translat…

Image GenerationImage-to-Image TranslationSuper-ResolutionTranslation+1

Super Resolution Using Segmentation-Prior Self-Attention Generative Adversarial Network

2020-03-07 · Yuxin Zhang, Zuquan Zheng, Roland Hu

Convolutional Neural Network (CNN) is intensively implemented to solve super resolution (SR) tasks because of its superior performance. However, the problem of super resolution is still challenging due to the lack of pri…

Generative Adversarial NetworkSegmentationSuper-Resolution

PU-GAN: a Point Cloud Upsampling Adversarial Network

2019-07-25 · ICCV 2019 10 · Ruihui Li, Xianzhi Li, Chi-Wing Fu, Daniel Cohen-Or 외

Point clouds acquired from range scans are often sparse, noisy, and non-uniform. This paper presents a new point cloud upsampling network called PU-GAN, which is formulated based on a generative adversarial network (GAN)…

3D ReconstructionGenerative Adversarial NetworkPoint Cloud Super Resolutionpoint cloud upsampling

Graph Generative Adversarial Networks for Sparse Data Generation in High Energy Physics

2020-11-30 · Raghav Kansal, Javier Duarte, Breno Orzari, Thiago Tomei 외

We develop a graph generative adversarial network to generate sparse data sets like those produced at the CERN Large Hadron Collider (LHC). We demonstrate this approach by training on and generating sparse representation…

Generative Adversarial Network