CVMar 19, 2018

Attention-GAN for Object Transfiguration in Wild Images

arXiv:1803.06798v1187 citations
Originality Incremental advance
AI Analysis

This addresses the problem of object transfiguration in complex, real-world images for computer vision applications, representing an incremental improvement.

The paper tackles object transfiguration in wild images by decomposing the generative network into separate attention and transformation networks, resulting in improved image quality through accurate attention learning.

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.

Foundations

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

Your Notes