CVLGMar 25, 2021

Scaling-up Disentanglement for Image Translation

arXiv:2103.14017v223 citations
AI Analysis

This addresses a key bottleneck in image translation for computer vision applications, offering a flexible solution that outperforms existing methods, though it appears incremental as it builds on prior disentanglement and synthesis techniques.

The paper tackles the problem of achieving both high visual fidelity and proper disentanglement of labeled and unlabeled attributes in image translation, proposing OverLORD, a two-stage framework that significantly improves disentanglement with higher translation quality and greater output diversity compared to state-of-the-art methods.

Image translation methods typically aim to manipulate a set of labeled attributes (given as supervision at training time e.g. domain label) while leaving the unlabeled attributes intact. Current methods achieve either: (i) disentanglement, which exhibits low visual fidelity and can only be satisfied where the attributes are perfectly uncorrelated. (ii) visually-plausible translations, which are clearly not disentangled. In this work, we propose OverLORD, a single framework for disentangling labeled and unlabeled attributes as well as synthesizing high-fidelity images, which is composed of two stages; (i) Disentanglement: Learning disentangled representations with latent optimization. Differently from previous approaches, we do not rely on adversarial training or any architectural biases. (ii) Synthesis: Training feed-forward encoders for inferring the learned attributes and tuning the generator in an adversarial manner to increase the perceptual quality. When the labeled and unlabeled attributes are correlated, we model an additional representation that accounts for the correlated attributes and improves disentanglement. We highlight that our flexible framework covers multiple settings as disentangling labeled attributes, pose and appearance, localized concepts, and shape and texture. We present significantly better disentanglement with higher translation quality and greater output diversity than state-of-the-art methods.

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