English

Learning Graph Embedding with Adversarial Training Methods

Machine Learning 2020-03-04 v2 Machine Learning

Abstract

Graph embedding aims to transfer a graph into vectors to facilitate subsequent graph analytics tasks like link prediction and graph clustering. Most approaches on graph embedding focus on preserving the graph structure or minimizing the reconstruction errors for graph data. They have mostly overlooked the embedding distribution of the latent codes, which unfortunately may lead to inferior representation in many cases. In this paper, we present a novel adversarially regularized framework for graph embedding. By employing the graph convolutional network as an encoder, our framework embeds the topological information and node content into a vector representation, from which a graph decoder is further built to reconstruct the input graph. The adversarial training principle is applied to enforce our latent codes to match a prior Gaussian or Uniform distribution. Based on this framework, we derive two variants of adversarial models, the adversarially regularized graph autoencoder (ARGA) and its variational version, adversarially regularized variational graph autoencoder (ARVGA), to learn the graph embedding effectively. We also exploit other potential variations of ARGA and ARVGA to get a deeper understanding on our designs. Experimental results compared among twelve algorithms for link prediction and twenty algorithms for graph clustering validate our solutions.

Keywords

Cite

@article{arxiv.1901.01250,
  title  = {Learning Graph Embedding with Adversarial Training Methods},
  author = {Shirui Pan and Ruiqi Hu and Sai-fu Fung and Guodong Long and Jing Jiang and Chengqi Zhang},
  journal= {arXiv preprint arXiv:1901.01250},
  year   = {2020}
}

Comments

To appear in IEEE Transactions on Cybernetics. arXiv admin note: substantial text overlap with arXiv:1802.04407

R2 v1 2026-06-23T07:03:27.532Z