CVLGIVFeb 3, 2020

Multi-Channel Attention Selection GANs for Guided Image-to-Image Translation

arXiv:2002.01048v248 citationsHas Code
AI Analysis

This addresses the problem of generating realistic images from semantic guidance for applications in computer vision, though it appears incremental as it builds on existing GAN frameworks.

The paper tackles guided image-to-image translation by proposing SelectionGAN, a model that uses semantic guidance to translate images across tasks like face, hand, body, and street view, achieving significantly better results than state-of-the-art methods.

We propose a novel model named Multi-Channel Attention Selection Generative Adversarial Network (SelectionGAN) for guided image-to-image translation, where we translate an input image into another while respecting an external semantic guidance. The proposed SelectionGAN explicitly utilizes the semantic guidance information and consists of two stages. In the first stage, the input image and the conditional semantic guidance are fed into a cycled semantic-guided generation network to produce initial coarse results. In the second stage, we refine the initial results by using the proposed multi-scale spatial pooling & channel selection module and the multi-channel attention selection module. Moreover, uncertainty maps automatically learned from attention maps are used to guide the pixel loss for better network optimization. Exhaustive experiments on four challenging guided image-to-image translation tasks (face, hand, body, and street view) demonstrate that our SelectionGAN is able to generate significantly better results than the state-of-the-art methods. Meanwhile, the proposed framework and modules are unified solutions and can be applied to solve other generation tasks such as semantic image synthesis. The code is available at https://github.com/Ha0Tang/SelectionGAN.

Code Implementations1 repo
Foundations

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

Your Notes