原文:StackGAN: Text to Photo-realistic Image Synthesis with Stacked Generative Adversarial Networks 论文笔记

StackGAN: Text to Photo realistic Image Synthesiswith Stacked Generative Adversarial Networks 本文将利用 GANs 进行高质量图像生成,分为两个阶段进行,coarse to fine 的过程。据说可以生成 的高清图像。 基于文本生成对应图像的工作已经有了,比如说 Attribute Image,以及 最 ...

2017-01-05 17:19 0 2149 推荐指数:

查看详情

论文笔记之:Generative Adversarial Text to Image Synthesis

Generative Adversarial Text to Image Synthesis ICML 2016      摘要:本文将文本和图像练习起来,根据文本生成图像,结合 CNN 和 GAN 来有效的进行无监督学习。   Attribute Representation ...

Mon Oct 31 21:17:00 CST 2016 0 2563
论文笔记之:Semi-Supervised Learning with Generative Adversarial Networks

Semi-Supervised Learning with Generative Adversarial Networks      引言:本文将产生式对抗网络(GAN)拓展到半监督学习,通过强制判别器来输出类别标签。我们在一个数据集上训练一个产生式模型 G 以及 一个判别器 D,输入 ...

Thu Aug 25 09:01:00 CST 2016 0 3798
Image-to-Image Translation with Conditional Adversarial Networks论文笔记

出处 CVPR2017 Motivation 尝试用条件GAN网络来做image translation,让网络自己学习图片到图片的映射函数,而不需要人工定制特征。 Introduction 作者从不同种类的语言翻译类比,提出了Image translation的概念,并希望在给定足够 ...

Wed Dec 13 22:02:00 CST 2017 0 3665
论文笔记之:Generative Adversarial Nets

Generative Adversarial Nets NIPS 2014   摘要:本文通过对抗过程,提出了一种新的框架来预测产生式模型,我们同时训练两个模型:一个产生式模型 G,该模型可以抓住数据分布;还有一个判别式模型 D 可以预测来自训练样本 而不是 G 的样本的概率 ...

Sun Aug 07 05:49:00 CST 2016 6 9552
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM