paper-with-me

Papers

Attention-GAN for Object Transfiguration in Wild Images

2018-03-19 · ECCV 2018 9 · Xinyuan Chen, Chang Xu, Xiaokang Yang, DaCheng Tao

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.

📄 PDF Abstract BibTeX arXiv:1803.06798

Code (0)

등록된 구현이 없습니다.

Tasks

Object

Similar Papers 제목 키워드 기반

Semantics-Aware Image to Image Translation and Domain Transfer

2019-04-03 · Pravakar Roy, Nicolai Häni, Jun-Jee Chao, Volkan Isler

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+2

GeneGAN: Learning Object Transfiguration and Attribute Subspace from Unpaired Data

2017-05-14 · Shuchang Zhou, Taihong Xiao, Yi Yang, Dieqiao Feng 외

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 GenerationObject

Learning Unsupervised Cross-domain Image-to-Image Translation Using a Shared Discriminator

2021-02-09 · Rajiv Kumar, Rishabh Dabral, G. Sivakumar

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 Translation

DA-GAN: Instance-Level Image Translation by Deep Attention Generative Adversarial Networks

2018-06-01 · CVPR 2018 6 · Shuang Ma, Jianlong Fu, Chang Wen Chen, Tao Mei

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 AnimationTranslation

Instance-aware Image-to-Image Translation

2019-05-01 · ICLR 2019 5 · Sangwoo Mo, Minsu Cho, Jinwoo Shin

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