# Adversarial Autoencoders with Constant-Curvature Latent Manifolds

**Authors:** Daniele Grattarola, Lorenzo Livi, Cesare Alippi

arXiv: 1812.04314 · 2019-05-27

## TL;DR

This paper introduces CCM-AAE, a novel adversarial autoencoder that embeds data on constant-curvature Riemannian manifolds, improving performance on tasks involving complex geometric data.

## Contribution

It presents the first unified framework for learning on CCMs of different curvatures, combining geometric constraints with adversarial training.

## Key findings

- Improves semi-supervised classification accuracy on MNIST.
- Enhances link prediction in citation datasets.
- Generates molecules effectively using graph-based models.

## Abstract

Constant-curvature Riemannian manifolds (CCMs) have been shown to be ideal embedding spaces in many application domains, as their non-Euclidean geometry can naturally account for some relevant properties of data, like hierarchy and circularity. In this work, we introduce the CCM adversarial autoencoder (CCM-AAE), a probabilistic generative model trained to represent a data distribution on a CCM. Our method works by matching the aggregated posterior of the CCM-AAE with a probability distribution defined on a CCM, so that the encoder implicitly learns to represent data on the CCM to fool the discriminator network. The geometric constraint is also explicitly imposed by jointly training the CCM-AAE to maximise the membership degree of the embeddings to the CCM. While a few works in recent literature make use of either hyperspherical or hyperbolic manifolds for different learning tasks, ours is the first unified framework to seamlessly deal with CCMs of different curvatures. We show the effectiveness of our model on three different datasets characterised by non-trivial geometry: semi-supervised classification on MNIST, link prediction on two popular citation datasets, and graph-based molecule generation using the QM9 chemical database. Results show that our method improves upon other autoencoders based on Euclidean and non-Euclidean geometries on all tasks taken into account.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.04314/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1812.04314/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/1812.04314/full.md

---
Source: https://tomesphere.com/paper/1812.04314