CVJul 13, 2020

Closed-Form Factorization of Latent Semantics in GANs

arXiv:2007.06600v4650 citations
Originality Highly original
AI Analysis

This addresses the limitation of requiring manual annotations for latent semantic discovery in GANs, offering a more practical unsupervised approach for researchers and practitioners in generative modeling.

The paper tackles the problem of identifying interpretable latent dimensions in GANs for image editing by proposing an unsupervised closed-form factorization algorithm that decomposes pre-trained weights, achieving comparable results to supervised methods and discovering versatile concepts across multiple models and datasets.

A rich set of interpretable dimensions has been shown to emerge in the latent space of the Generative Adversarial Networks (GANs) trained for synthesizing images. In order to identify such latent dimensions for image editing, previous methods typically annotate a collection of synthesized samples and train linear classifiers in the latent space. However, they require a clear definition of the target attribute as well as the corresponding manual annotations, limiting their applications in practice. In this work, we examine the internal representation learned by GANs to reveal the underlying variation factors in an unsupervised manner. In particular, we take a closer look into the generation mechanism of GANs and further propose a closed-form factorization algorithm for latent semantic discovery by directly decomposing the pre-trained weights. With a lightning-fast implementation, our approach is capable of not only finding semantically meaningful dimensions comparably to the state-of-the-art supervised methods, but also resulting in far more versatile concepts across multiple GAN models trained on a wide range of datasets.

Code Implementations11 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes