LGMay 8, 2021

On Linear Interpolation in the Latent Space of Deep Generative Models

arXiv:2105.03663v112 citations
Originality Incremental advance
AI Analysis

This work provides a method for more accurately assessing interpolation quality in generative models, which is important for researchers and practitioners in machine learning, though it is incremental as it builds on existing geometric concepts.

The paper addresses the problem of comparing linear interpolations in the latent spaces of deep generative models by showing that such interpolations can deviate arbitrarily from geodesics, and it proposes a strategy using the pull-back metric to compute shorter curves and measure relative length improvements.

The underlying geometrical structure of the latent space in deep generative models is in most cases not Euclidean, which may lead to biases when comparing interpolation capabilities of two models. Smoothness and plausibility of linear interpolations in latent space are associated with the quality of the underlying generative model. In this paper, we show that not all such interpolations are comparable as they can deviate arbitrarily from the shortest interpolation curve given by the geodesic. This deviation is revealed by computing curve lengths with the pull-back metric of the generative model, finding shorter curves than the straight line between endpoints, and measuring a non-zero relative length improvement on this straight line. This leads to a strategy to compare linear interpolations across two generative models. We also show the effect and importance of choosing an appropriate output space for computing shorter curves. For this computation we derive an extension of the pull-back metric.

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