LGMLNov 20, 2019

Exponential Family Graph Embeddings

arXiv:1911.09007v13 citations
Originality Incremental advance
AI Analysis

This work addresses the need for improved graph embeddings in machine learning applications, but it is incremental as it builds on existing random walk-based paradigms.

The authors tackled the problem of network representation learning by introducing exponential family distributions to capture node interactions in random walk sequences, resulting in techniques that outperformed baseline methods in downstream tasks like link prediction and node classification.

Representing networks in a low dimensional latent space is a crucial task with many interesting applications in graph learning problems, such as link prediction and node classification. A widely applied network representation learning paradigm is based on the combination of random walks for sampling context nodes and the traditional \textit{Skip-Gram} model to capture center-context node relationships. In this paper, we emphasize on exponential family distributions to capture rich interaction patterns between nodes in random walk sequences. We introduce the generic \textit{exponential family graph embedding} model, that generalizes random walk-based network representation learning techniques to exponential family conditional distributions. We study three particular instances of this model, analyzing their properties and showing their relationship to existing unsupervised learning models. Our experimental evaluation on real-world datasets demonstrates that the proposed techniques outperform well-known baseline methods in two downstream machine learning tasks.

Foundations

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

Your Notes