GraphWGAN: Graph Representation Learning with Wasserstein Generative Adversarial Networks

Rong Yan,Huawei Shen,Qi Cao,Keting Cen,Li Wang
DOI: https://doi.org/10.1109/bigcomp48618.2020.00-55
2020-01-01
Abstract:Graph representation learning aims to represent vertices as low-dimensional and real-valued vectors to facilitate subsequent downstream tasks, i.e., node classification, link predictions. Recently, some novel graph representation learning frameworks, which try to approximate the underlying true connectivity distribution of the vertices, show their superiority. These methods characterize the distance between the true connectivity distribution and generated connectivity distribution by Kullback-Leibler or Jensen-Shannon divergence. However, since these divergences are not continuous with respect to the generator's parameters, such methods easily lead to unstable training and poor convergence. In contrast, Wasserstein distance is continuous and differentiable almost everywhere, which means it can produce more reliable gradient, allowing the training more stable and more convergent. In this paper, we utilize Wasserstein distance to characterize the distance between the underlying true connectivity distribution and generated distribution in graph representation learning. Experimental results show that the accuracy of our method exceeds existing baselines in tasks of both node classification and link prediction.
What problem does this paper attempt to address?