AILGMLMay 22, 2017

Poincaré Embeddings for Learning Hierarchical Representations

arXiv:1705.08039v21659 citations
AI Analysis

This addresses the limitation of existing methods that ignore hierarchical structure in complex symbolic datasets, offering a novel solution for domains like text and graphs.

The paper tackles the problem of learning hierarchical representations from symbolic data by embedding into hyperbolic space (Poincaré ball), resulting in significant outperformance over Euclidean embeddings in representation capacity and generalization ability.

Representation learning has become an invaluable approach for learning from symbolic data such as text and graphs. However, while complex symbolic datasets often exhibit a latent hierarchical structure, state-of-the-art methods typically learn embeddings in Euclidean vector spaces, which do not account for this property. For this purpose, we introduce a new approach for learning hierarchical representations of symbolic data by embedding them into hyperbolic space -- or more precisely into an n-dimensional Poincaré ball. Due to the underlying hyperbolic geometry, this allows us to learn parsimonious representations of symbolic data by simultaneously capturing hierarchy and similarity. We introduce an efficient algorithm to learn the embeddings based on Riemannian optimization and show experimentally that Poincaré embeddings outperform Euclidean embeddings significantly on data with latent hierarchies, both in terms of representation capacity and in terms of generalization ability.

Code Implementations9 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes