Directed Graph Auto-Encoders
Georgios Kollias, Vasileios Kalantzis, Tsuyoshi Id\'e, Aur\'elie, Lozano, Naoki Abe

TL;DR
This paper presents a novel auto-encoder model for directed graphs that learns interpretable node embeddings using GCN layers, extending the Weisfeiler-Leman algorithm, and demonstrates superior directed link prediction performance.
Contribution
It introduces a new directed graph auto-encoder with interpretable latent representations and an asymmetric decoder, extending existing graph neural network methods.
Findings
Effective directed link prediction on multiple datasets
Learned embeddings are meaningful and interpretable
Model outperforms existing methods in directed graph tasks
Abstract
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Bioinformatics and Genomic Networks
