Attention-GAN for Object Transfiguration in Wild Images
This paper studies the object transfiguration problem in wild images. The generative network in classical GANs for object transfiguration often undertakes a dual responsibility: to detect the objects of interests and to convert the object from source domain to target domain. In contrast, we decompose the generative network into two separat networks, each of which is only dedicated to one particular sub-task. The attention network predicts spatial attention maps of images, and the transformation network focuses on translating objects. Attention maps produced by attention network are encouraged to be sparse, so that major attention can be paid to objects of interests. No matter before or after object transfiguration, attention maps should remain constant. In addition, learning attention network can receive more instructions, given the available segmentation annotations of images. Experimental results demonstrate the necessity of investigating attention in object transfiguration, and that the proposed algorithm can learn accurate attention to improve quality of generated images.
Code (0)
등록된 구현이 없습니다.
Tasks
ObjectSimilar Papers 제목 키워드 기반
Semantics-Aware Image to Image Translation and Domain Transfer
Image to image translation is the problem of transferring an image from a source domain to a different (but related) target domain. We present a new unsupervised image to image translation technique that leverages the un…
DecoderDomain AdaptationImage-to-Image TranslationObject+2GeneGAN: Learning Object Transfiguration and Attribute Subspace from Unpaired Data
Object Transfiguration replaces an object in an image with another object from a second image. For example it can perform tasks like "putting exactly those eyeglasses from image A on the nose of the person in image B". U…
AttributeConditional Image GenerationImage GenerationObjectLearning Unsupervised Cross-domain Image-to-Image Translation Using a Shared Discriminator
Unsupervised image-to-image translation is used to transform images from a source domain to generate images in a target domain without using source-target image pairs. Promising results have been obtained for this proble…
Image-to-Image TranslationTranslationUnsupervised Image-To-Image TranslationDA-GAN: Instance-Level Image Translation by Deep Attention Generative Adversarial Networks
Unsupervised image translation, which aims in translating two independent sets of images, is challenging in discovering the correct correspondences without paired data. Existing works build upon Generative Adversarial Ne…
Data AugmentationDeep AttentionImage AnimationTranslationInstance-aware Image-to-Image Translation
Unsupervised image-to-image translation has gained considerable attention due to the recent impressive progress based on generative adversarial networks (GANs). However, previous methods often fail in challenging cases, …
GPUImage-to-Image TranslationSemantic SegmentationTranslation+1