CVAug 11, 2020

Retrieval Guided Unsupervised Multi-domain Image-to-Image Translation

arXiv:2008.04991v1
Originality Incremental advance
AI Analysis

This work addresses a specific problem in computer vision for researchers and practitioners, offering an incremental improvement in multi-domain image synthesis.

The paper tackles the challenge of generating reliable and diverse images in multi-domain image-to-image translation by proposing a retrieval-guided approach, which improves image quality and benefits from additional unlabeled data, especially in scarce data scenarios.

Image to image translation aims to learn a mapping that transforms an image from one visual domain to another. Recent works assume that images descriptors can be disentangled into a domain-invariant content representation and a domain-specific style representation. Thus, translation models seek to preserve the content of source images while changing the style to a target visual domain. However, synthesizing new images is extremely challenging especially in multi-domain translations, as the network has to compose content and style to generate reliable and diverse images in multiple domains. In this paper we propose the use of an image retrieval system to assist the image-to-image translation task. First, we train an image-to-image translation model to map images to multiple domains. Then, we train an image retrieval model using real and generated images to find images similar to a query one in content but in a different domain. Finally, we exploit the image retrieval system to fine-tune the image-to-image translation model and generate higher quality images. Our experiments show the effectiveness of the proposed solution and highlight the contribution of the retrieval network, which can benefit from additional unlabeled data and help image-to-image translation models in the presence of scarce data.

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