SILGOct 17, 2017

LASAGNE: Locality And Structure Aware Graph Node Embedding

arXiv:1710.06520v118 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of generating useful node embeddings for graphs with specific structural properties, such as expander-like graphs, which is important for applications like network analysis, but it is incremental as it builds on existing embedding methods.

The paper tackles the problem of learning graph node embeddings for poorly-structured graphs, where existing random-walk methods perform poorly due to rapid expansion and touching dissimilar nodes, and shows that Lasagne improves multi-label classification for larger graphs with flat NCPs while being comparable for other cases.

In this work we propose Lasagne, a methodology to learn locality and structure aware graph node embeddings in an unsupervised way. In particular, we show that the performance of existing random-walk based approaches depends strongly on the structural properties of the graph, e.g., the size of the graph, whether the graph has a flat or upward-sloping Network Community Profile (NCP), whether the graph is expander-like, whether the classes of interest are more k-core-like or more peripheral, etc. For larger graphs with flat NCPs that are strongly expander-like, existing methods lead to random walks that expand rapidly, touching many dissimilar nodes, thereby leading to lower-quality vector representations that are less useful for downstream tasks. Rather than relying on global random walks or neighbors within fixed hop distances, Lasagne exploits strongly local Approximate Personalized PageRank stationary distributions to more precisely engineer local information into node embeddings. This leads, in particular, to more meaningful and more useful vector representations of nodes in poorly-structured graphs. We show that Lasagne leads to significant improvement in downstream multi-label classification for larger graphs with flat NCPs, that it is comparable for smaller graphs with upward-sloping NCPs, and that is comparable to existing methods for link prediction 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