# An Unsupervised Framework for Comparing Graph Embeddings

**Authors:** Bogumil Kaminski, Pawel Pralat, Francois Theberge

arXiv: 1906.04562 · 2021-02-17

## TL;DR

This paper introduces an unsupervised divergence score to compare graph embeddings, enabling evaluation without ground truth, by generalizing the Chung-Lu model to include geometric properties and testing on synthetic and real networks.

## Contribution

It proposes a novel divergence score framework for unsupervised comparison of graph embeddings, extending the Chung-Lu model with geometric considerations.

## Key findings

- The divergence score effectively distinguishes high-quality embeddings.
- The framework works on both synthetic and real-world networks.
- It provides a domain-agnostic tool for embedding evaluation.

## Abstract

Graph embedding is a transformation of vertices of a graph into set of vectors. Good embeddings should capture the graph topology, vertex-to-vertex relationship, and other relevant information about graphs, subgraphs, and vertices. If these objectives are achieved, they are meaningful, understandable, and compressed representations of networks. They also provide more options and tools for data scientists as machine learning on graphs is still quite limited. Finally, vector operations are simpler and faster than comparable operations on graphs.   The main challenge is that one needs to make sure that embeddings well describe the properties of the graphs. In particular, the decision has to be made on the embedding dimensionality which highly impacts the quality of an embedding. As a result, selecting the best embedding is a challenging task and very often requires domain experts.   In this paper, we propose a ``divergence score'' that can be assign to various embeddings to distinguish good ones from bad ones. This general framework provides a tool for an unsupervised graph embedding comparison. In order to achieve it, we needed to generalize the well-known Chung-Lu model to incorporate geometry which is interesting on its own rights. In order to test our framework, we did a number of experiments with synthetic networks as well as real-world networks, and various embedding algorithms.

## Full text

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

## Figures

24 figures with captions in the complete paper: https://tomesphere.com/paper/1906.04562/full.md

## References

30 references — full list in the complete paper: https://tomesphere.com/paper/1906.04562/full.md

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