CVFeb 27, 2019

Object-driven Text-to-Image Synthesis via Adversarial Training

arXiv:1902.10740v1322 citations
Originality Highly original
AI Analysis

This work addresses the problem of generating high-quality, complex scenes from text descriptions for applications in computer vision and graphics, representing a strong incremental improvement over existing methods.

The paper tackles text-to-image synthesis for complex scenes by proposing Object-driven Attentive GANs (Obj-GANs), which use object-centered attention and an object-wise discriminator to generate images from text descriptions. The method significantly outperforms previous state-of-the-art on the COCO benchmark, increasing Inception score by 27% and decreasing FID score by 11%.

In this paper, we propose Object-driven Attentive Generative Adversarial Newtorks (Obj-GANs) that allow object-centered text-to-image synthesis for complex scenes. Following the two-step (layout-image) generation process, a novel object-driven attentive image generator is proposed to synthesize salient objects by paying attention to the most relevant words in the text description and the pre-generated semantic layout. In addition, a new Fast R-CNN based object-wise discriminator is proposed to provide rich object-wise discrimination signals on whether the synthesized object matches the text description and the pre-generated layout. The proposed Obj-GAN significantly outperforms the previous state of the art in various metrics on the large-scale COCO benchmark, increasing the Inception score by 27% and decreasing the FID score by 11%. A thorough comparison between the traditional grid attention and the new object-driven attention is provided through analyzing their mechanisms and visualizing their attention layers, showing insights of how the proposed model generates complex scenes in high quality.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes