LGAIMLMar 25, 2018

Bernoulli Embeddings for Graphs

arXiv:1803.09211v116 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient graph data retrieval, offering a domain-specific improvement that is incremental in nature.

The paper tackles the problem of reducing latency in graph data retrieval by introducing a model for learning binary-valued embeddings for graph nodes, which consistently outperforms quantized spectral and learned real-valued embeddings on ranking and pre-ranking tasks across various datasets.

Just as semantic hashing can accelerate information retrieval, binary valued embeddings can significantly reduce latency in the retrieval of graphical data. We introduce a simple but effective model for learning such binary vectors for nodes in a graph. By imagining the embeddings as independent coin flips of varying bias, continuous optimization techniques can be applied to the approximate expected loss. Embeddings optimized in this fashion consistently outperform the quantization of both spectral graph embeddings and various learned real-valued embeddings, on both ranking and pre-ranking tasks for a variety of datasets.

Foundations

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

Your Notes