CVApr 3, 2023

VTAE: Variational Transformer Autoencoder with Manifolds Learning

arXiv:2304.00948v118 citationsh-index: 165
Originality Incremental advance
AI Analysis

This work addresses representation learning challenges in computer vision, offering incremental improvements over existing methods for tasks like image interpolation.

The paper tackled the problem of poor representation learning in deep generative models due to nonlinear latent space projections by proposing VTAE, a variational autoencoder with a spatial-Transformer that minimizes geodesics on a Riemannian manifold, resulting in improved predictive accuracy and versatility in computer vision tasks such as image interpolation and reconstruction.

Deep generative models have demonstrated successful applications in learning non-linear data distributions through a number of latent variables and these models use a nonlinear function (generator) to map latent samples into the data space. On the other hand, the nonlinearity of the generator implies that the latent space shows an unsatisfactory projection of the data space, which results in poor representation learning. This weak projection, however, can be addressed by a Riemannian metric, and we show that geodesics computation and accurate interpolations between data samples on the Riemannian manifold can substantially improve the performance of deep generative models. In this paper, a Variational spatial-Transformer AutoEncoder (VTAE) is proposed to minimize geodesics on a Riemannian manifold and improve representation learning. In particular, we carefully design the variational autoencoder with an encoded spatial-Transformer to explicitly expand the latent variable model to data on a Riemannian manifold, and obtain global context modelling. Moreover, to have smooth and plausible interpolations while traversing between two different objects' latent representations, we propose a geodesic interpolation network different from the existing models that use linear interpolation with inferior performance. Experiments on benchmarks show that our proposed model can improve predictive accuracy and versatility over a range of computer vision tasks, including image interpolations, and reconstructions.

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