2016-05-01から1ヶ月間の記事一覧

Generative Adversarial Text to Image Synthesis

1 Introduction This work proposes a method to translate text into image pixels. One thorny remaining issue not solved by deep learning alone is that the distribution of images conditioned on a text is highly multimodal, in the sense that t…

A neural algorithm of artistic style

1 Introduction This paper proposes an algorithm to divide a picture into style and content. This can be used in picture synthesis. For example, given a picture of scenery called A, and a picture of any famous artwork B, we can recombine A …

Generating Images with Recurrent adversarial network

1 Introduction This work integrates the GAN and sequential generation into the model. By taking the normal sampling noise as input into the GAN at time T, the GAN generates the current part and write it on the canvas. All parts along the t…