Text-Adaptive Generative Adversarial Networks: Manipulating Images with Natural Language
Seonghyeon Nam, Yunji Kim, Seon Joo Kim
TL;DR
The paper addresses manipulating images with natural language by introducing TAGAN, a GAN framework that uses a text-adaptive discriminator composed of word-level discriminators to provide fine-grained feedback for modifying only described attributes while preserving text-irrelevant content. The generator encodes the input image and text, applying a reconstruction loss to keep non-described content intact, while the discriminator's word-level attention guides targeted attribute changes. TAGAN demonstrates superiority over prior methods on CUB and Oxford-102 through both quantitative and qualitative evaluations, including human judgments that favor its outputs and analyses showing effective attribute disentanglement and content preservation. The approach advances multi-modal image editing by enabling region-specific, language-guided manipulations without discarding background structure or unrelated content.
Abstract
This paper addresses the problem of manipulating images using natural language description. Our task aims to semantically modify visual attributes of an object in an image according to the text describing the new visual appearance. Although existing methods synthesize images having new attributes, they do not fully preserve text-irrelevant contents of the original image. In this paper, we propose the text-adaptive generative adversarial network (TAGAN) to generate semantically manipulated images while preserving text-irrelevant contents. The key to our method is the text-adaptive discriminator that creates word-level local discriminators according to input text to classify fine-grained attributes independently. With this discriminator, the generator learns to generate images where only regions that correspond to the given text are modified. Experimental results show that our method outperforms existing methods on CUB and Oxford-102 datasets, and our results were mostly preferred on a user study. Extensive analysis shows that our method is able to effectively disentangle visual attributes and produce pleasing outputs.
