CVLGJun 13, 2022

Exploring and Exploiting Hubness Priors for High-Quality GAN Latent Sampling

arXiv:2206.06014v16 citationsh-index: 20
Originality Highly original
AI Analysis

This addresses a bottleneck in GAN applications for generating high-quality images, offering a more efficient and fundamental approach compared to existing empirical methods like truncation.

The paper tackles the problem of reliably sampling high-quality images from GAN latent spaces by proposing a method that exploits hubness priors, where hub latents with higher densities lead to better-trained synthesis, resulting in improved sampling efficiency and quality without needing post-hoc selection.

Despite the extensive studies on Generative Adversarial Networks (GANs), how to reliably sample high-quality images from their latent spaces remains an under-explored topic. In this paper, we propose a novel GAN latent sampling method by exploring and exploiting the hubness priors of GAN latent distributions. Our key insight is that the high dimensionality of the GAN latent space will inevitably lead to the emergence of hub latents that usually have much larger sampling densities than other latents in the latent space. As a result, these hub latents are better trained and thus contribute more to the synthesis of high-quality images. Unlike the a posterior "cherry-picking", our method is highly efficient as it is an a priori method that identifies high-quality latents before the synthesis of images. Furthermore, we show that the well-known but purely empirical truncation trick is a naive approximation to the central clustering effect of hub latents, which not only uncovers the rationale of the truncation trick, but also indicates the superiority and fundamentality of our method. Extensive experimental results demonstrate the effectiveness of the proposed method.

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