SIAILGNANov 16, 2020

Neural graph embeddings as explicit low-rank matrix factorization for link prediction

arXiv:2011.09907v331 citations
AI Analysis

This work addresses a specific bottleneck in graph embedding methods for social, co-citation, and biological networks, representing an incremental improvement.

The paper tackles the problem of information truncation in neural graph embeddings for link prediction by proposing an improved low-rank factorization method that incorporates data from unlikely node pairs, resulting in performance improvements ranging from 1.2% to 24.2% over baseline methods.

Learning good quality neural graph embeddings has long been achieved by minimizing the point-wise mutual information (PMI) for co-occurring nodes in simulated random walks. This design choice has been mostly popularized by the direct application of the highly-successful word embedding algorithm word2vec to predicting the formation of new links in social, co-citation, and biological networks. However, such a skeuomorphic design of graph embedding methods entails a truncation of information coming from pairs of nodes with low PMI. To circumvent this issue, we propose an improved approach to learning low-rank factorization embeddings that incorporate information from such unlikely pairs of nodes and show that it can improve the link prediction performance of baseline methods from 1.2% to 24.2%. Based on our results and observations we outline further steps that could improve the design of next graph embedding algorithms that are based on matrix factorization.

Foundations

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

Your Notes