Adversarially Regularized Graph Autoencoder for Graph Embedding
Abstract
Graph embedding is an effective method to represent graph data in a low dimensional space for graph analytics. Most existing embedding algorithms typically focus on preserving the topological structure or minimizing the reconstruction errors of graph data, but they have mostly ignored the data distribution of the latent codes from the graphs, which often results in inferior embedding in real-world graph data. In this paper, we propose a novel adversarial graph embedding framework for graph data. The framework encodes the topological structure and node content in a graph to a compact representation, on which a decoder is trained to reconstruct the graph structure. Furthermore, the latent representation is enforced to match a prior distribution via an adversarial training scheme. To learn a robust embedding, two variants of adversarial approaches, adversarially regularized graph autoencoder (ARGA) and adversarially regularized variational graph autoencoder (ARVGA), are developed. Experimental studies on real-world graphs validate our design and demonstrate that our algorithms outperform baselines by a wide margin in link prediction, graph clustering, and graph visualization tasks.
Cite
Text
Pan et al. "Adversarially Regularized Graph Autoencoder for Graph Embedding." International Joint Conference on Artificial Intelligence, 2018. doi:10.24963/IJCAI.2018/362Markdown
[Pan et al. "Adversarially Regularized Graph Autoencoder for Graph Embedding." International Joint Conference on Artificial Intelligence, 2018.](https://mlanthology.org/ijcai/2018/pan2018ijcai-adversarially/) doi:10.24963/IJCAI.2018/362BibTeX
@inproceedings{pan2018ijcai-adversarially,
title = {{Adversarially Regularized Graph Autoencoder for Graph Embedding}},
author = {Pan, Shirui and Hu, Ruiqi and Long, Guodong and Jiang, Jing and Yao, Lina and Zhang, Chengqi},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2018},
pages = {2609-2615},
doi = {10.24963/IJCAI.2018/362},
url = {https://mlanthology.org/ijcai/2018/pan2018ijcai-adversarially/}
}