Random Laplacian Features for Learning with Hyperbolic Space
Tao Yu, Christopher De Sa

TL;DR
This paper introduces a simplified hyperbolic learning method that uses random Laplacian features to efficiently embed data, improving performance over existing hyperbolic neural networks while reducing complexity and computational costs.
Contribution
The authors propose a novel approach that maps hyperbolic embeddings to Euclidean space using Laplacian eigenfunctions, enabling easier and more scalable hyperbolic learning.
Findings
Significant performance improvements over hyperbolic baselines.
Enhanced efficiency and scalability in hyperbolic embedding.
Compatibility with various graph neural networks.
Abstract
Due to its geometric properties, hyperbolic space can support high-fidelity embeddings of tree- and graph-structured data, upon which various hyperbolic networks have been developed. Existing hyperbolic networks encode geometric priors not only for the input, but also at every layer of the network. This approach involves repeatedly mapping to and from hyperbolic space, which makes these networks complicated to implement, computationally expensive to scale, and numerically unstable to train. In this paper, we propose a simpler approach: learn a hyperbolic embedding of the input, then map once from it to Euclidean space using a mapping that encodes geometric priors by respecting the isometries of hyperbolic space, and finish with a standard Euclidean network. The key insight is to use a random feature mapping via the eigenfunctions of the Laplace operator, which we show can approximate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Graph Neural Networks · Stochastic Gradient Optimization Techniques
MethodsGraph Convolutional Network
