Text to Image Generation Using Attentional Generative Adversarial Network
摘要
AttnGan – Attentional Generative Adversarial Network (GAN) is a type of GANs that is used for text to image generation. Unlike other art models, it focuses on fine-grained word level information and once the model is trained by mapping the images and the corresponding text in the dataset, the model will generate image part-by-part using the image description given by the user as an input to the model. Current paper, focuses on the conversion of text into images based on the description provided by the user. This enables them to translate their ideas in the form of text into images of their required choices. The model is initially trained by the description of the text and images and when the user provides the text as an input to the system, it is used as a testing data. By analyzing the text word-by-word, the respective images pertaining to the text is generated part-by-part by considering the text description into account. This can heavily help the users in a applications such as in editing aids, documental archives, etc.