LGSIMLAug 12, 2019

RWR-GAE: Random Walk Regularization for Graph Auto Encoders

arXiv:1908.04003v134 citationsHas Code
AI Analysis

This work addresses a specific bottleneck in graph representation learning for researchers and practitioners, offering incremental improvements over existing methods.

The paper tackled the problem of graph autoencoders producing inferior embeddings due to ignoring latent representation distribution, by proposing a random walk regularization method, resulting in up to 7.5% improvement in node clustering and state-of-the-art accuracy in link prediction on standard datasets.

Node embeddings have become an ubiquitous technique for representing graph data in a low dimensional space. Graph autoencoders, as one of the widely adapted deep models, have been proposed to learn graph embeddings in an unsupervised way by minimizing the reconstruction error for the graph data. However, its reconstruction loss ignores the distribution of the latent representation, and thus leading to inferior embeddings. To mitigate this problem, we propose a random walk based method to regularize the representations learnt by the encoder. We show that the proposed novel enhancement beats the existing state-of-the-art models by a large margin (upto 7.5\%) for node clustering task, and achieves state-of-the-art accuracy on the link prediction task for three standard datasets, cora, citeseer and pubmed. Code available at https://github.com/MysteryVaibhav/DW-GAE.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes