CVMar 29, 2021

Evaluation of Correctness in Unsupervised Many-to-Many Image Translation

arXiv:2103.15727v22 citations
AI Analysis

This addresses a critical evaluation gap for researchers in image translation, though it is incremental as it focuses on assessment rather than new translation methods.

The paper tackles the problem of evaluating semantic correctness in unsupervised many-to-many image translation, where current methods lack quantitative assessment, and proposes benchmarks and metrics to show that existing methods often fail to correctly infer domain-specific and domain-invariant attributes from data.

Given an input image from a source domain and a guidance image from a target domain, unsupervised many-to-many image-to-image (UMMI2I) translation methods seek to generate a plausible example from the target domain that preserves domain-invariant information of the input source image and inherits the domain-specific information from the guidance image. For example, when translating female faces to male faces, the generated male face should have the same expression, pose and hair color as the input female image, and the same facial hairstyle and other male-specific attributes as the guidance male image. Current state-of-the art UMMI2I methods generate visually pleasing images, but, since for most pairs of real datasets we do not know which attributes are domain-specific and which are domain-invariant, the semantic correctness of existing approaches has not been quantitatively evaluated yet. In this paper, we propose a set of benchmarks and metrics for the evaluation of semantic correctness of these methods. We provide an extensive study of existing state-of-the-art UMMI2I translation methods, showing that all methods, to different degrees, fail to infer which attributes are domain-specific and which are domain-invariant from data, and mostly rely on inductive biases hard-coded into their architectures.

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