paper-with-me

Papers

TGAN: Deep Tensor Generative Adversarial Nets for Large Image Generation

2019-01-28 · Zihan Ding, Xiao-Yang Liu, Miao Yin, Linghe Kong

Deep generative models have been successfully applied to many applications. However, existing works experience limitations when generating large images (the literature usually generates small images, e.g. 32 * 32 or 128 * 128). In this paper, we propose a novel scheme, called deep tensor adversarial generative nets (TGAN), that generates large high-quality images by exploring tensor structures. Essentially, the adversarial process of TGAN takes place in a tensor space. First, we impose tensor structures for concise image representation, which is superior in capturing the pixel proximity information and the spatial patterns of elementary objects in images, over the vectorization preprocess in existing works. Secondly, we propose TGAN that integrates deep convolutional generative adversarial networks and tensor super-resolution in a cascading manner, to generate high-quality images from random distributions. More specifically, we design a tensor super-resolution process that consists of tensor dictionary learning and tensor coefficients learning. Finally, on three datasets, the proposed TGAN generates images with more realistic textures, compared with state-of-the-art adversarial autoencoders. The size of the generated images is increased by over 8.5 times, namely 374 * 374 in PASCAL2.

📄 PDF Abstract BibTeX arXiv:1901.09953

Code (1)

hust512/Tensor-GAN 공식 구현 tf

Tasks

Dictionary LearningImage GenerationSuper-Resolution

Similar Papers 제목 키워드 기반

Tensor-Generative Adversarial Network with Two-dimensional Sparse Coding: Application to Real-time Indoor Localization

2017-11-07 · Chenxiao Zhu, Lingqing Xu, Xiao-Yang Liu, Feng Qian

Localization technology is important for the development of indoor location-based services (LBS). Global Positioning System (GPS) becomes invalid in indoor environments due to the non-line-of-sight issue, so it is urgent…

Generative Adversarial NetworkIndoor LocalizationSuper-Resolution

Temporal Generative Adversarial Nets with Singular Value Clipping

2016-11-21 · ICCV 2017 10 · Masaki Saito, Eiichi Matsumoto, Shunta Saito

In this paper, we propose a generative model, Temporal Generative Adversarial Nets (TGAN), which can learn a semantic representation of unlabeled videos, and is capable of generating videos. Unlike existing Generative Ad…

Video Generation

CatGAN: Category-aware Generative Adversarial Networks with Hierarchical Evolutionary Learning for Category Text Generation

2019-11-15 · Zhiyue Liu, Jiahai Wang, Zhiwei Liang

Generating multiple categories of texts is a challenging task and draws more and more attention. Since generative adversarial nets (GANs) have shown competitive results on general text generation, they are extended for c…

DiversityText Generation

Synthesizing Tabular Data using Generative Adversarial Networks

2018-11-27 · Lei Xu, Kalyan Veeramachaneni

Generative adversarial networks (GANs) implicitly learn the probability distribution of a dataset and can draw samples from the distribution. This paper presents, Tabular GAN (TGAN), a generative adversarial network whic…

Generative Adversarial Network

FTGAN: A Fully-trained Generative Adversarial Networks for Text to Face Generation

2019-04-11 · Xiang Chen, Lingbo Qing, Xiaohai He, Xiaodong Luo 외

As a sub-domain of text-to-image synthesis, text-to-face generation has huge potentials in public safety domain. With lack of dataset, there are almost no related research focusing on text-to-face synthesis. In this pape…

DecoderFace GenerationGenerative Adversarial NetworkImage Generation+1