CVLGMLAug 26, 2019

Learning Disentangled Representations via Independent Subspaces

arXiv:1908.08989v111 citations
AI Analysis

This work addresses the need for interpretable and controllable image generation, particularly for face editing applications, but it is incremental as it builds on existing disentanglement and autoencoder techniques.

The paper tackles the problem of black-box image generation by proposing a method to learn disentangled representations for localized image manipulations, specifically enabling the transfer of facial attributes like eye shape and hair color between persons while keeping other parts unchanged, with convincing results demonstrated on the CelebA dataset.

Image generating neural networks are mostly viewed as black boxes, where any change in the input can have a number of globally effective changes on the output. In this work, we propose a method for learning disentangled representations to allow for localized image manipulations. We use face images as our example of choice. Depending on the image region, identity and other facial attributes can be modified. The proposed network can transfer parts of a face such as shape and color of eyes, hair, mouth, etc.~directly between persons while all other parts of the face remain unchanged. The network allows to generate modified images which appear like realistic images. Our model learns disentangled representations by weak supervision. We propose a localized resnet autoencoder optimized using several loss functions including a loss based on the semantic segmentation, which we interpret as masks, and a loss which enforces disentanglement by decomposition of the latent space into statistically independent subspaces. We evaluate the proposed solution w.r.t. disentanglement and generated image quality. Convincing results are demonstrated using the CelebA dataset.

Foundations

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

Your Notes