English

VERSE: Versatile Graph Embeddings from Similarity Measures

Social and Information Networks 2018-03-14 v1 Machine Learning

Abstract

Embedding a web-scale information network into a low-dimensional vector space facilitates tasks such as link prediction, classification, and visualization. Past research has addressed the problem of extracting such embeddings by adopting methods from words to graphs, without defining a clearly comprehensible graph-related objective. Yet, as we show, the objectives used in past works implicitly utilize similarity measures among graph nodes. In this paper, we carry the similarity orientation of previous works to its logical conclusion; we propose VERtex Similarity Embeddings (VERSE), a simple, versatile, and memory-efficient method that derives graph embeddings explicitly calibrated to preserve the distributions of a selected vertex-to-vertex similarity measure. VERSE learns such embeddings by training a single-layer neural network. While its default, scalable version does so via sampling similarity information, we also develop a variant using the full information per vertex. Our experimental study on standard benchmarks and real-world datasets demonstrates that VERSE, instantiated with diverse similarity measures, outperforms state-of-the-art methods in terms of precision and recall in major data mining tasks and supersedes them in time and space efficiency, while the scalable sampling-based variant achieves equally good results as the non-scalable full variant.

Keywords

Cite

@article{arxiv.1803.04742,
  title  = {VERSE: Versatile Graph Embeddings from Similarity Measures},
  author = {Anton Tsitsulin and Davide Mottin and Panagiotis Karras and Emmanuel Müller},
  journal= {arXiv preprint arXiv:1803.04742},
  year   = {2018}
}

Comments

In WWW 2018: The Web Conference. 10 pages, 5 figures

R2 v1 2026-06-23T00:51:22.294Z