CVMay 2, 2019

DRIT++: Diverse Image-to-Image Translation via Disentangled Representations

arXiv:1905.01270v2799 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of unpaired and diverse image translation for computer vision applications, representing an incremental improvement over prior methods.

The paper tackles the problem of image-to-image translation without aligned training pairs and generating diverse outputs from a single input, proposing a disentangled representation approach that embeds images into domain-invariant content and domain-specific attribute spaces, with results showing diverse and realistic image generation across tasks.

Image-to-image translation aims to learn the mapping between two visual domains. There are two main challenges for this task: 1) lack of aligned training pairs and 2) multiple possible outputs from a single input image. In this work, we present an approach based on disentangled representation for generating diverse outputs without paired training images. To synthesize diverse outputs, we propose to embed images onto two spaces: a domain-invariant content space capturing shared information across domains and a domain-specific attribute space. Our model takes the encoded content features extracted from a given input and attribute vectors sampled from the attribute space to synthesize diverse outputs at test time. To handle unpaired training data, we introduce a cross-cycle consistency loss based on disentangled representations. Qualitative results show that our model can generate diverse and realistic images on a wide range of tasks without paired training data. For quantitative evaluations, we measure realism with user study and Fréchet inception distance, and measure diversity with the perceptual distance metric, Jensen-Shannon divergence, and number of statistically-different bins.

Code Implementations4 repos
Foundations

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

Your Notes