LGMLJul 15, 2020

Are Hyperbolic Representations in Graphs Created Equal?

arXiv:2007.07698v15 citations
Originality Incremental advance
AI Analysis

This work addresses the selection of geometric representations for graph neural networks, providing insights for researchers and practitioners, but it is incremental as it builds on existing hyperbolic models.

The paper tackles the problem of determining when non-Euclidean (hyperbolic) representations are beneficial for graph learning tasks, finding that they are useful for tasks requiring global prediction consistency, while Euclidean models are superior for others, with evaluations conducted on node classification and link prediction.

Recently there was an increasing interest in applications of graph neural networks in non-Euclidean geometry; however, are non-Euclidean representations always useful for graph learning tasks? For different problems such as node classification and link prediction we compute hyperbolic embeddings and conclude that for tasks that require global prediction consistency it might be useful to use non-Euclidean embeddings, while for other tasks Euclidean models are superior. To do so we first fix an issue of the existing models associated with the optimization process at zero curvature. Current hyperbolic models deal with gradients at the origin in ad-hoc manner, which is inefficient and can lead to numerical instabilities. We solve the instabilities of kappa-Stereographic model at zero curvature cases and evaluate the approach of embedding graphs into the manifold in several graph representation 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