DeepAI AI Chat
Log In Sign Up

Directed Graph Auto-Encoders

02/25/2022
by   Georgios Kollias, et al.
ibm
0

We introduce a new class of auto-encoders for directed graphs, motivated by a direct extension of the Weisfeiler-Leman algorithm to pairs of node labels. The proposed model learns pairs of interpretable latent representations for the nodes of directed graphs, and uses parameterized graph convolutional network (GCN) layers for its encoder and an asymmetric inner product decoder. Parameters in the encoder control the weighting of representations exchanged between neighboring nodes. We demonstrate the ability of the proposed model to learn meaningful latent embeddings and achieve superior performance on the directed link prediction task on several popular network datasets.

READ FULL TEXT

page 13

page 15

11/21/2016

Variational Graph Auto-Encoders

We introduce the variational graph auto-encoder (VGAE), a framework for ...
06/22/2021

A Deep Latent Space Model for Graph Representation Learning

Graph representation learning is a fundamental problem for modeling rela...
09/30/2021

Latent Network Embedding via Adversarial Auto-encoders

Graph auto-encoders have proved to be useful in network embedding task. ...
04/29/2020

Directed Graph Convolutional Network

Graph Convolutional Networks (GCNs) have been widely used due to their o...
11/03/2022

Relating graph auto-encoders to linear models

Graph auto-encoders are widely used to construct graph representations i...
08/23/2020

TSAM: Temporal Link Prediction in Directed Networks based on Self-Attention Mechanism

The development of graph neural networks (GCN) makes it possible to lear...
04/28/2020

The Immersion of Directed Multi-graphs in Embedding Fields. Generalisations

The purpose of this paper is to outline a generalised model for represen...

Code Repositories

DiGAE

Repository for the AAAI 2022 paper: Directed Graph Auto-Encoders


view repo