# Gravity-Inspired Graph Autoencoders for Directed Link Prediction

**Authors:** Guillaume Salha, Stratis Limnios, Romain Hennequin, Viet Anh Tran,, Michalis Vazirgiannis

arXiv: 1905.09570 · 2022-06-07

## TL;DR

This paper introduces a gravity-inspired decoder for graph autoencoders to improve directed link prediction, addressing the limitations of existing models that focus on undirected graphs, and demonstrates superior performance on real-world datasets.

## Contribution

The paper proposes a novel gravity-inspired decoder scheme for directed graph autoencoders, enhancing link prediction capabilities in directed graphs.

## Key findings

- Outperforms standard AE and VAE on directed link prediction tasks
- Effective on three real-world directed graphs
- Achieves competitive results compared to baselines

## Abstract

Graph autoencoders (AE) and variational autoencoders (VAE) recently emerged as powerful node embedding methods. In particular, graph AE and VAE were successfully leveraged to tackle the challenging link prediction problem, aiming at figuring out whether some pairs of nodes from a graph are connected by unobserved edges. However, these models focus on undirected graphs and therefore ignore the potential direction of the link, which is limiting for numerous real-life applications. In this paper, we extend the graph AE and VAE frameworks to address link prediction in directed graphs. We present a new gravity-inspired decoder scheme that can effectively reconstruct directed graphs from a node embedding. We empirically evaluate our method on three different directed link prediction tasks, for which standard graph AE and VAE perform poorly. We achieve competitive results on three real-world graphs, outperforming several popular baselines.

## Full text

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

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1905.09570/full.md

## References

60 references — full list in the complete paper: https://tomesphere.com/paper/1905.09570/full.md

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