English

Attention-Guided Generative Adversarial Networks for Unsupervised Image-to-Image Translation

Computer Vision and Pattern Recognition 2019-08-29 v3

Abstract

The state-of-the-art approaches in Generative Adversarial Networks (GANs) are able to learn a mapping function from one image domain to another with unpaired image data. However, these methods often produce artifacts and can only be able to convert low-level information, but fail to transfer high-level semantic part of images. The reason is mainly that generators do not have the ability to detect the most discriminative semantic part of images, which thus makes the generated images with low-quality. To handle the limitation, in this paper we propose a novel Attention-Guided Generative Adversarial Network (AGGAN), which can detect the most discriminative semantic object and minimize changes of unwanted part for semantic manipulation problems without using extra data and models. The attention-guided generators in AGGAN are able to produce attention masks via a built-in attention mechanism, and then fuse the input image with the attention mask to obtain a target image with high-quality. Moreover, we propose a novel attention-guided discriminator which only considers attended regions. The proposed AGGAN is trained by an end-to-end fashion with an adversarial loss, cycle-consistency loss, pixel loss and attention loss. Both qualitative and quantitative results demonstrate that our approach is effective to generate sharper and more accurate images than existing models. The code is available at https://github.com/Ha0Tang/AttentionGAN.

Keywords

Cite

@article{arxiv.1903.12296,
  title  = {Attention-Guided Generative Adversarial Networks for Unsupervised Image-to-Image Translation},
  author = {Hao Tang and Dan Xu and Nicu Sebe and Yan Yan},
  journal= {arXiv preprint arXiv:1903.12296},
  year   = {2019}
}

Comments

8 pages, 7 figures, Accepted to IJCNN 2019

R2 v1 2026-06-23T08:22:46.595Z